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

Commit 84e96bb

Browse files
committed
Fix Symfony Coding Standard
1 parent 5d7050d commit 84e96bb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/autoload.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
error_reporting(error_reporting() & ~E_USER_DEPRECATED);
77

88
/**
9-
* @var ClassLoader $loader
9+
* @var ClassLoader
1010
*/
1111
$loader = require __DIR__.'/../vendor/autoload.php';
1212

web/app_dev.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
}
2020

2121
/**
22-
* @var Composer\Autoload\ClassLoader $loader
22+
* @var Composer\Autoload\ClassLoader
2323
*/
2424
$loader = require __DIR__.'/../app/autoload.php';
2525
Debug::enable();

0 commit comments

Comments
 (0)