@@ -15,7 +15,7 @@  | 
                                                    ||
| 15 | 15 |      { | 
                                                        
| 16 | 16 | $pregMatchErrored = false;  | 
                                                        
| 17 | 17 | set_error_handler(  | 
                                                        
| 18 | -            function () use (&$pregMatchErrored) { | 
                                                        |
| 18 | +            function() use (&$pregMatchErrored) { | 
                                                        |
| 19 | 19 | $pregMatchErrored = true;  | 
                                                        
| 20 | 20 | }  | 
                                                        
| 21 | 21 | );  |