Completed
Push — master ( 9540af...12fe6d )
by Dmitry
01:44
created
src/Plugin/Annotation.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -3,7 +3,6 @@
 block discarded – undo
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;
Please login to merge, or discard this patch.
src/Space.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -200,6 +200,9 @@
 block discarded – undo
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;
Please login to merge, or discard this patch.