Test Setup Failed
Push — master ( 852750...16c503 )
by Mathieu
01:57
created
src/Charcoal/Translator/Middleware/LanguageMiddleware.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -115,7 +115,7 @@
 block discarded – undo
115 115
             'browser_language' => null,
116 116
 
117 117
             'use_path'         => true,
118
-            'excluded_path'    => [ '^/admin\b' ],
118
+            'excluded_path'    => ['^/admin\b'],
119 119
             'path_regexp'      => '^/([a-z]{2})\b',
120 120
 
121 121
             'use_params'       => false,
Please login to merge, or discard this patch.