@@ -138,7 +138,7 @@ |
||
| 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 | } |