Skip to content
This repository was archived by the owner on Nov 27, 2020. It is now read-only.

Commit 9712282

Browse files
committed
Merge branch '2.7' into 2.8
* 2.7: Remove unused $loader variable
2 parents 7cabe02 + d37e423 commit 9712282

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

web/app_dev.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,7 @@
1818
exit('You are not allowed to access this file. Check '.basename(__FILE__).' for more information.');
1919
}
2020

21-
/** @var \Composer\Autoload\ClassLoader $loader */
22-
$loader = require __DIR__.'/../app/autoload.php';
21+
require __DIR__.'/../app/autoload.php';
2322
Debug::enable();
2423

2524
$kernel = new AppKernel('dev', true);

0 commit comments

Comments
 (0)