Completed
Push — master ( df0de5...f7f11b )
by Lukáš
9s
created
test/bootstrap.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -2,8 +2,8 @@
 block discarded – undo
2 2
 
3 3
 date_default_timezone_set('Europe/Prague');
4 4
 
5
-if (file_exists($file = __DIR__.'/autoload.php')) {
5
+if (file_exists($file = __DIR__ . '/autoload.php')) {
6 6
     require_once $file;
7
-} elseif (file_exists($file = __DIR__.'/autoload.php.dist')) {
7
+} elseif (file_exists($file = __DIR__ . '/autoload.php.dist')) {
8 8
     require_once $file;
9 9
 }
Please login to merge, or discard this patch.