Passed
Push — master ( 89063f...f8eb07 )
by Thijs
03:14
created
src/PowerIdPDisco.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -342,7 +342,7 @@
 block discarded – undo
342 342
                 $tab,
343 343
                 '/^[a-z_][a-z0-9_-]+$/i',
344 344
                 'Tags can contain alphanumeric characters, hyphens and underscores.'
345
-                . ' They must start with a A-Z or an underscore (supplied: "' . $tab .'")',
345
+                . ' They must start with a A-Z or an underscore (supplied: "' . $tab . '")',
346 346
             );
347 347
 
348 348
             $translatableTag = "{discopower:tabs:$tab}";
Please login to merge, or discard this patch.