mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-04-20 21:35:59 +00:00
Fix some linting issues
This commit is contained in:
@@ -160,7 +160,7 @@ final class DebugController extends Controller
|
||||
}
|
||||
if ('' !== $logContent) {
|
||||
// last few lines
|
||||
$logContent = 'Truncated from this point <----|'.substr($logContent, -16384);
|
||||
$logContent = 'Truncated from this point <----|'.substr($logContent, -16_384);
|
||||
}
|
||||
|
||||
return view('debug', ['table' => $table, 'now' => $now, 'logContent' => $logContent]);
|
||||
|
||||
Reference in New Issue
Block a user