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

Commit bf1af8d

Browse files
committed
Change inline var PHPDoc syntax
1 parent 11f5820 commit bf1af8d

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

web/app.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,7 @@
22

33
use Symfony\Component\HttpFoundation\Request;
44

5-
/**
6-
* @var Composer\Autoload\ClassLoader
7-
*/
5+
/** @var \Composer\Autoload\ClassLoader $loader */
86
$loader = require __DIR__.'/../app/autoload.php';
97
include_once __DIR__.'/../app/bootstrap.php.cache';
108

web/app_dev.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,7 @@
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
23-
*/
21+
/** @var \Composer\Autoload\ClassLoader $loader */
2422
$loader = require __DIR__.'/../app/autoload.php';
2523
Debug::enable();
2624

0 commit comments

Comments
 (0)