Passed
Push — test ( e00fec...bb2d22 )
by Tom
03:41
created
src/File.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -287,7 +287,7 @@
 block discarded – undo
287 287
 
288 288
     private function isIdValid($id)
289 289
     {
290
-        return (bool)preg_match('~^(default|(' . implode('|', $this->sections). ')/[^\x00-\x1F\x7F-\xFF]*)$~', $id);
290
+        return (bool)preg_match('~^(default|(' . implode('|', $this->sections) . ')/[^\x00-\x1F\x7F-\xFF]*)$~', $id);
291 291
     }
292 292
 
293 293
     /**
Please login to merge, or discard this patch.