@@ -30,7 +30,7 @@ |
||
30 | 30 | { |
31 | 31 | // Check if bcmath extension is present |
32 | 32 | // @codeCoverageIgnoreStart |
33 | - if (! extension_loaded('bcmath')) { |
|
33 | + if (!extension_loaded('bcmath')) { |
|
34 | 34 | return new Warning('Check\CpuPerformance requires BCMath extension to be loaded.'); |
35 | 35 | } |
36 | 36 | // @codeCoverageIgnoreEnd |