Test Failed
Push — master ( 98e112...d22b28 )
by Vladimir
04:45
created
src/Check/CpuPerformance/Check.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -30,7 +30,7 @@
 block discarded – undo
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
Please login to merge, or discard this patch.