Completed
Push — master ( 654356...b90ebf )
by Dmitry
02:31
created
src/Plugins/DocBlock.php 2 patches
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -120,6 +120,9 @@
 block discarded – undo
120 120
 
121 121
     private $underscores = [];
122 122
 
123
+    /**
124
+     * @param string $input
125
+     */
123 126
     private function toUnderscore($input)
124 127
     {
125 128
         if(!array_key_exists($input, $this->underscores)) {
Please login to merge, or discard this patch.
Unused Use Statements   -3 removed lines patch added patch discarded remove patch
@@ -3,13 +3,10 @@
 block discarded – undo
3 3
 namespace Tarantool\Mapper\Plugins;
4 4
 
5 5
 use Exception;
6
-
7 6
 use phpDocumentor\Reflection\DocBlockFactory;
8 7
 use ReflectionClass;
9 8
 use ReflectionProperty;
10
-
11 9
 use Tarantool\Mapper\Entity;
12
-use Tarantool\Mapper\Plugin;
13 10
 use Tarantool\Mapper\Repository;
14 11
 
15 12
 class DocBlock extends UserClasses
Please login to merge, or discard this patch.