@@ -97,7 +97,7 @@ discard block |
||
| 97 | 97 | $this->initParams(); |
| 98 | 98 | |
| 99 | 99 | $this->accessor->setRawValue('visibility', |
| 100 | - ($this->reflector->isPublic() ? 'public' |
|
| 100 | + ($this->reflector->isPublic() ? 'public' |
|
| 101 | 101 | : ($this->reflector->isProtected() ? 'protected' |
| 102 | 102 | : ($this->reflector->isPrivate() ? 'private' |
| 103 | 103 | : ('')))) |
@@ -154,7 +154,7 @@ discard block |
||
| 154 | 154 | { |
| 155 | 155 | throw new \Exception |
| 156 | 156 | ( |
| 157 | - 'Tried to set param annotation for non existant ' |
|
| 157 | + 'Tried to set param annotation for non existant ' |
|
| 158 | 158 | . 'parameter: ' . $param |
| 159 | 159 | ); |
| 160 | 160 | } |
@@ -168,7 +168,7 @@ discard block |
||
| 168 | 168 | { |
| 169 | 169 | throw new \Exception |
| 170 | 170 | ( |
| 171 | - 'Types are incompatible for: ' |
|
| 171 | + 'Types are incompatible for: ' |
|
| 172 | 172 | . $this->reflector->getName() . '::' . $items[1] |
| 173 | 173 | ); |
| 174 | 174 | } |