Passed
Push — main ( f251de...af650d )
by Diego
03:20
created
src/Tool/Inflect.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -173,7 +173,7 @@
 block discarded – undo
173 173
 
174 174
     public static function extractPrefix(string $method): string
175 175
     {
176
-        preg_match( '/[A-Z]/', $method, $matches, PREG_OFFSET_CAPTURE );
176
+        preg_match('/[A-Z]/', $method, $matches, PREG_OFFSET_CAPTURE);
177 177
         return substr($method, 0, $matches[0][1]);
178 178
     }
179 179
 
Please login to merge, or discard this patch.