Completed
Push — master ( 0e2db2...b682dc )
by Tijs
14:29 queued 11:53
created
src/SumoCoders/FrameworkCoreBundle/Tests/bootstrap.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -1,7 +1,7 @@
 block discarded – undo
1 1
 <?php
2 2
 
3
-call_user_func(function () {
4
-    if (! is_file($autoloadFile = __DIR__.'/../vendor/autoload.php')) {
3
+call_user_func(function() {
4
+    if (!is_file($autoloadFile = __DIR__ . '/../vendor/autoload.php')) {
5 5
         throw new \LogicException('Could not find vendor/autoload.php. Did you forget to run "composer install --dev"?');
6 6
     }
7 7
 
Please login to merge, or discard this patch.