Passed
Push — master ( 6b7acc...432495 )
by Iman
02:58
created
src/HeyMan.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -27,7 +27,7 @@  discard block
 block discarded – undo
27 27
 
28 28
     public function checkPoint(string $pointName)
29 29
     {
30
-        event('heyman_checkpoint_'.$pointName);
30
+        event('heyman_checkpoint_' . $pointName);
31 31
     }
32 32
 
33 33
     public function aliasCondition(string $currentName, string $newName)
@@ -55,7 +55,7 @@  discard block
 block discarded – undo
55 55
      */
56 56
     private function writeDebugInfo($debugTrace)
57 57
     {
58
-        if (config('app.debug') && ! app()->environment('production')) {
58
+        if (config('app.debug') && !app()->environment('production')) {
59 59
             $info = Arr::only($debugTrace, ['file', 'line', 'args']);
60 60
             resolve('heyman.chain')->set('debugInfo', $info);
61 61
         }
Please login to merge, or discard this patch.