Completed
Push — master ( 0bf9f7...c747ed )
by Antonio Carlos
04:02
created
src/Support/Timer.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -6,7 +6,7 @@
 block discarded – undo
6 6
 {
7 7
     public static function start()
8 8
     {
9
-        info (class_exists('SebastianBergmann\Timer\Timer') ? 'yes' : 'no');
9
+        info(class_exists('SebastianBergmann\Timer\Timer') ? 'yes' : 'no');
10 10
 
11 11
         return class_exists('SebastianBergmann\Timer\Timer')
12 12
             ? \SebastianBergmann\Timer\Timer::start()
Please login to merge, or discard this patch.