Skip to content

Commit 263acee

Browse files
João SerraJoão Serra
authored andcommitted
StyleCI fixes
1 parent f8da059 commit 263acee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/LogController.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ class LogController extends Controller
1111
{
1212
public function index($file = null, Request $request)
1313
{
14-
if($file === null) {
14+
if ($file === null) {
1515
$file = (new LogViewer())->getLastModifiedLog();
1616
}
1717

0 commit comments

Comments
 (0)