Completed
Push — master ( e96b7c...7ab255 )
by Vladimir
03:16
created
src/TviMonitorBundle.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -29,7 +29,7 @@
 block discarded – undo
29 29
             if (!\function_exists('error_clear_last')) {
30 30
                 function error_clear_last()
31 31
                 {
32
-                    \set_error_handler(function () {});
32
+                    \set_error_handler(function() {});
33 33
                     try {
34 34
                         \trigger_error('');
35 35
                     } catch (\Exception $e) {
Please login to merge, or discard this patch.