@@ -27,7 +27,7 @@ |
||
| 27 | 27 | return []; |
| 28 | 28 | } |
| 29 | 29 | $index = $project->getIndex(); |
| 30 | - $this->logger->debug('Creating completion for ' . $fqcn->toString()); |
|
| 30 | + $this->logger->debug('Creating completion for '.$fqcn->toString()); |
|
| 31 | 31 | $class = $index->findClassByFQCN($fqcn); |
| 32 | 32 | if (empty($class)) { |
| 33 | 33 | $class = $index->findInterfaceByFQCN($fqcn); |
@@ -58,7 +58,7 @@ discard block |
||
| 58 | 58 | $this->addType(self::T_UNKNOWN); |
| 59 | 59 | } |
| 60 | 60 | if (!$this->isReady()) { |
| 61 | - $this->symbol = $symbol . $this->symbol; |
|
| 61 | + $this->symbol = $symbol.$this->symbol; |
|
| 62 | 62 | } |
| 63 | 63 | } |
| 64 | 64 | |
@@ -172,7 +172,7 @@ discard block |
||
| 172 | 172 | */ |
| 173 | 173 | protected function removeType($type) |
| 174 | 174 | { |
| 175 | - if((bool) ($this->type & $type)){ |
|
| 175 | + if ((bool) ($this->type & $type)) { |
|
| 176 | 176 | $this->type ^= $type; |
| 177 | 177 | } |
| 178 | 178 | } |