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

Commit 2aa786c

Browse files
committed
merged branch fzaninotto/patch-1 (PR #571)
This PR was submitted for the master branch but it was merged into the 2.3 branch instead (closes #571). Discussion ---------- Update phpDoc to make it standard compliant PHP Doc stipulates that for `@var` comments, the type should come first (see http://en.wikipedia.org/wiki/PHPDoc#Tags) Commits ------- 5895afb Update phpDoc to make it standard compliant
2 parents c6b10a4 + 76277aa commit 2aa786c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/autoload.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
use Composer\Autoload\ClassLoader;
55

66
/**
7-
* @var $loader ClassLoader
7+
* @var ClassLoader $loader
88
*/
99
$loader = require __DIR__.'/../vendor/autoload.php';
1010

0 commit comments

Comments
 (0)