Completed
Branch master (f4fb6e)
by Maxim
05:03
created
Category
src/Weew/ConsoleFormatter/ConsoleStyle.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -138,7 +138,7 @@
 block discarded – undo
138 138
      * @return IConsoleStyle
139 139
      */
140 140
     public function allowInheritance($allowInheritance) {
141
-        $this->allowInheritance = !! $allowInheritance;
141
+        $this->allowInheritance = ! ! $allowInheritance;
142 142
 
143 143
         return $this;
144 144
     }
Please login to merge, or discard this patch.