]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - app/autoload.php
Add a real configuration for CS-Fixer
[github/wallabag/wallabag.git] / app / autoload.php
index fa582ecd03cb978c1f1ffa0bde9632c310db5d64..c5f664dc81ea0e936be3b77169edce1cd56d50b3 100644 (file)
@@ -1,12 +1,12 @@
 <?php
 
-use Doctrine\Common\Annotations\AnnotationRegistry;
 use Composer\Autoload\ClassLoader;
+use Doctrine\Common\Annotations\AnnotationRegistry;
 
 /**
- * @var ClassLoader $loader
+ * @var ClassLoader
  */
-$loader = require __DIR__.'/../vendor/autoload.php';
+$loader = require __DIR__ . '/../vendor/autoload.php';
 
 AnnotationRegistry::registerLoader([$loader, 'loadClass']);