Passed
Push — master ( 0bef9c...365615 )
by Austin
01:37
created
src/SecurityTxt.php 1 patch
Braces   +3 added lines, -2 removed lines patch added patch discarded remove patch
@@ -111,8 +111,9 @@
 block discarded – undo
111 111
         }
112 112
 
113 113
         if (!$parent instanceof Reader &&
114
-            !$parent instanceof Writer)
115
-            throw new Exception('Cannot create ' . __CLASS__ . ' with $parent class: ' . get_class($parent));
114
+            !$parent instanceof Writer) {
115
+                    throw new Exception('Cannot create ' . __CLASS__ . ' with $parent class: ' . get_class($parent));
116
+        }
116 117
 
117 118
         $this->parent = $parent;
118 119
 
Please login to merge, or discard this patch.