Skip to content

Commit c860379

Browse files
thundererfabpot
authored andcommitted
added loader variable typehint for easier manipulation in IDEs
1 parent 77f1ae2 commit c860379

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

app/autoload.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
<?php
22

33
use Doctrine\Common\Annotations\AnnotationRegistry;
4+
use Composer\Autoload\ClassLoader;
45

6+
/**
7+
* @var $loader ClassLoader
8+
*/
59
$loader = require __DIR__.'/../vendor/autoload.php';
610

711
// intl

0 commit comments

Comments
 (0)