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

Commit e581428

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

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

app/autoload.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55

66
error_reporting(error_reporting() & ~E_USER_DEPRECATED);
77

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

web/app_dev.php

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

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

0 commit comments

Comments
 (0)