@@ -73,7 +73,7 @@ discard block |
||
| 73 | 73 | */ |
| 74 | 74 | public function hasConstructor() : bool |
| 75 | 75 | { |
| 76 | - return !! $this->constructParams; |
|
| 76 | + return !!$this->constructParams; |
|
| 77 | 77 | } |
| 78 | 78 | |
| 79 | 79 | /** |
@@ -89,7 +89,7 @@ discard block |
||
| 89 | 89 | */ |
| 90 | 90 | public function hasProperties() : bool |
| 91 | 91 | { |
| 92 | - return !! $this->propertyInjects; |
|
| 92 | + return !!$this->propertyInjects; |
|
| 93 | 93 | } |
| 94 | 94 | |
| 95 | 95 | /** |