Passed
Branch master (d449fe)
by Todd
05:23
created
Category
src/Collection.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -185,7 +185,7 @@
 block discarded – undo
185 185
 
186 186
     public static function createFromString($string, $className = null)
187 187
     {
188
-        $items = preg_split( '/\r\n|\r|\n/', $string);
188
+        $items = preg_split('/\r\n|\r|\n/', $string);
189 189
         $array = [];
190 190
         foreach ($items as $item) {
191 191
             if ($item) {
Please login to merge, or discard this patch.