@@ -81,7 +81,7 @@ |
||
81 | 81 | } |
82 | 82 | |
83 | 83 | |
84 | - return (bool)preg_match('/(Warning:|Deprecated:|Notice:)/', $output); |
|
84 | + return (bool) preg_match('/(Warning:|Deprecated:|Notice:)/', $output); |
|
85 | 85 | } |
86 | 86 | |
87 | 87 | /** |