@@ -21,7 +21,7 @@  | 
                                                    ||
| 21 | 21 | }  | 
                                                        
| 22 | 22 |          if (T_CLASS === $tokens[$index][0]) { | 
                                                        
| 23 | 23 | $index += 2; // Skip class keyword and whitespace  | 
                                                        
| 24 | - $fqcns[] = $namespace.'\\'.$tokens[$index][1];  | 
                                                        |
| 24 | + $fqcns[] = $namespace . '\\' . $tokens[$index][1];  | 
                                                        |
| 25 | 25 | }  | 
                                                        
| 26 | 26 | }  | 
                                                        
| 27 | 27 | }  | 
                                                        
@@ -69,7 +69,7 @@  | 
                                                    ||
| 69 | 69 | }  | 
                                                        
| 70 | 70 | |
| 71 | 71 |          if ($method === 'POST' && \count($matches['action']) >= 1) { | 
                                                        
| 72 | - $action = str_replace(  | 
                                                        |
| 72 | + $action = str_replace(  | 
                                                        |
| 73 | 73 | ' ',  | 
                                                        
| 74 | 74 | '',  | 
                                                        
| 75 | 75 | ucwords(  |