Completed
Pull Request — master (#952)
by Kévin
17:52 queued 11:39
created
src/HttpCache/VarnishPurger.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -34,7 +34,7 @@
 block discarded – undo
34 34
             return;
35 35
         }
36 36
 
37
-        $parts = array_map(function ($iri) {
37
+        $parts = array_map(function($iri) {
38 38
             sprintf('(^|\,)%s($|\,)', preg_quote($iri));
39 39
         }, $iris);
40 40
         $regex = isset($parts[1]) ? sprintf('(%s)', implode(')|(', $parts)) : $parts[0];
Please login to merge, or discard this patch.