@@ -54,7 +54,7 @@ |
||
54 | 54 | |
55 | 55 | if(isset($this->types[$name])) |
56 | 56 | { |
57 | - $objectTypeType= $this->types[$name]; |
|
57 | + $objectTypeType = $this->types[$name]; |
|
58 | 58 | |
59 | 59 | if($objectTypeType !== ObjectType::TYPE_INTERFACE) |
60 | 60 | { |
@@ -13,7 +13,7 @@ |
||
13 | 13 | { |
14 | 14 | if($node instanceof New_) |
15 | 15 | { |
16 | - if(! $node->class instanceof Name) |
|
16 | + if( ! $node->class instanceof Name) |
|
17 | 17 | { |
18 | 18 | $this->dispatch( |
19 | 19 | new \Solidifier\Defects\MagicUsage($node) |
@@ -53,7 +53,7 @@ |
||
53 | 53 | |
54 | 54 | public function onDefect(Defect $event) |
55 | 55 | { |
56 | - if(! isset($this->defects[$this->currentFile])) |
|
56 | + if( ! isset($this->defects[$this->currentFile])) |
|
57 | 57 | { |
58 | 58 | $this->defects[$this->currentFile] = array(); |
59 | 59 | } |