Completed
Push — develop ( 1e5001...424d24 )
by Novikov
02:48
created
Tests/bootstrap.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,6 +1,6 @@
 block discarded – undo
1 1
 <?php
2 2
 
3
-if (!file_exists($autoloadFile = __DIR__ . '/../vendor/autoload.php')) {
3
+if (!file_exists($autoloadFile = __DIR__.'/../vendor/autoload.php')) {
4 4
     throw new \LogicException("Make sure that you install all dependencies.");
5 5
 }
6 6
 
Please login to merge, or discard this patch.