Completed
Push — master ( 1704f2...abd5d4 )
by Alexandr
27s
created
tests/bootstrap.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,5 +1,5 @@
 block discarded – undo
1 1
 <?php
2 2
 
3
-require_once __DIR__ . '/../vendor/autoload.php';
3
+require_once __DIR__.'/../vendor/autoload.php';
4 4
 
5 5
 set_time_limit(5);
Please login to merge, or discard this patch.
src/LTDBeget/stringstream/StringStream.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -169,6 +169,6 @@
 block discarded – undo
169 169
             return [];
170 170
         }
171 171
 
172
-        return (array)(preg_split('#(?<!^)(?!$)#u', $string));
172
+        return (array) (preg_split('#(?<!^)(?!$)#u', $string));
173 173
     }
174 174
 }
Please login to merge, or discard this patch.