@@ -3,7 +3,6 @@ |
||
| 3 | 3 | namespace Tarantool\Mapper\Plugin; |
| 4 | 4 | |
| 5 | 5 | use Exception; |
| 6 | - |
|
| 7 | 6 | use phpDocumentor\Reflection\DocBlockFactory; |
| 8 | 7 | use phpDocumentor\Reflection\Types\ContextFactory; |
| 9 | 8 | use ReflectionClass; |
@@ -200,6 +200,9 @@ |
||
| 200 | 200 | return $this; |
| 201 | 201 | } |
| 202 | 202 | |
| 203 | + /** |
|
| 204 | + * @param string $name |
|
| 205 | + */ |
|
| 203 | 206 | public function getReference($name) |
| 204 | 207 | { |
| 205 | 208 | return $this->isReference($name) ? $this->formatReferences[$name] : null; |
@@ -37,7 +37,7 @@ |
||
| 37 | 37 | } |
| 38 | 38 | } |
| 39 | 39 | } |
| 40 | - throw new BadMethodCallException("Call to undefined method ". get_class($this).'::'.$name); |
|
| 40 | + throw new BadMethodCallException("Call to undefined method ".get_class($this).'::'.$name); |
|
| 41 | 41 | } |
| 42 | 42 | |
| 43 | 43 | public function __debugInfo() |