Completed
Push — master ( 4abd22...3f500d )
by Matthew
14:32 queued 09:32
created
Tests/bootstrap.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -9,7 +9,7 @@
 block discarded – undo
9 9
  * file that was distributed with this source code.
10 10
  */
11 11
 
12
-$file = __DIR__.'/../vendor/autoload.php';
12
+$file = __DIR__ . '/../vendor/autoload.php';
13 13
 if (!file_exists($file)) {
14 14
     throw new RuntimeException('Install dependencies to run test suite.');
15 15
 }
Please login to merge, or discard this patch.