This repository was archived by the owner on Nov 27, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +4
-12
lines changed Expand file tree Collapse file tree 4 files changed +4
-12
lines changed Original file line number Diff line number Diff line change 3
3
use Doctrine \Common \Annotations \AnnotationRegistry ;
4
4
use Composer \Autoload \ClassLoader ;
5
5
6
- /**
7
- * @var ClassLoader $loader
8
- */
6
+ /** @var ClassLoader $loader */
9
7
$ loader = require __DIR__ .'/../vendor/autoload.php ' ;
10
8
11
9
AnnotationRegistry::registerLoader (array ($ loader , 'loadClass ' ));
Original file line number Diff line number Diff line change @@ -11,9 +11,7 @@ use Symfony\Component\Debug\Debug;
11
11
12
12
set_time_limit (0 );
13
13
14
- /**
15
- * @var Composer\Autoload\ClassLoader $loader
16
- */
14
+ /** @var \Composer\Autoload\ClassLoader $loader */
17
15
$ loader = require __DIR__ .'/autoload.php ' ;
18
16
19
17
$ input = new ArgvInput ();
Original file line number Diff line number Diff line change 2
2
3
3
use Symfony \Component \HttpFoundation \Request ;
4
4
5
- /**
6
- * @var Composer\Autoload\ClassLoader
7
- */
5
+ /** @var \Composer\Autoload\ClassLoader $loader */
8
6
$ loader = require __DIR__ .'/../app/autoload.php ' ;
9
7
include_once __DIR__ .'/../app/bootstrap.php.cache ' ;
10
8
Original file line number Diff line number Diff line change 18
18
exit ('You are not allowed to access this file. Check ' .basename (__FILE__ ).' for more information. ' );
19
19
}
20
20
21
- /**
22
- * @var Composer\Autoload\ClassLoader $loader
23
- */
21
+ /** @var \Composer\Autoload\ClassLoader $loader */
24
22
$ loader = require __DIR__ .'/../app/autoload.php ' ;
25
23
Debug::enable ();
26
24
You can’t perform that action at this time.
0 commit comments