Cancelled
Push — master ( e307ff...883d9a )
by Arthur
01:48
created
src/Abstracts/Guard.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -33,7 +33,7 @@
 block discarded – undo
33 33
      */
34 34
     protected function resolveException($exception) :\Throwable
35 35
     {
36
-        if (is_string($exception) || ! ($exception instanceof \Throwable)) {
36
+        if (is_string($exception) || !($exception instanceof \Throwable)) {
37 37
             try {
38 38
                 $exception = new $exception;
39 39
             } catch (\ArgumentCountError $e) {
Please login to merge, or discard this patch.