Passed
Push — master ( e68f99...117087 )
by Ben
07:39
created
src/Sets/SetReference.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -107,8 +107,7 @@
 block discarded – undo
107 107
             }
108 108
 
109 109
             return $parameters;
110
-        }
111
-        catch(\Exception $e) {
110
+        } catch(\Exception $e) {
112 111
             if (config('thinktomorrow.chief.strict')) {
113 112
                 throw $e;
114 113
             }
Please login to merge, or discard this patch.