@@ -27,7 +27,7 @@ discard block |
||
| 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 |
||
| 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 | } |