Passed
Push — master ( 928c25...8579cb )
by Gerrit
02:16
created
php/Services/ArgumentCompiler.php 1 patch
Doc Comments   +4 added lines, -1 removed lines patch added patch discarded remove patch
@@ -118,7 +118,7 @@  discard block
 block discarded – undo
118 118
     /**
119 119
      * @param array|string|bool|null $argumentConfiguration
120 120
      *
121
-     * @return mixed
121
+     * @return string
122 122
      */
123 123
     private function resolveArgumentConfiguration($argumentConfiguration)
124 124
     {
@@ -219,6 +219,9 @@  discard block
 block discarded – undo
219 219
         }
220 220
     }
221 221
 
222
+    /**
223
+     * @return string
224
+     */
222 225
     private function getTypeNameFromReflectionParameter(ReflectionParameter $parameterReflection): ?string
223 226
     {
224 227
         /** @var string|null $parameterTypeName */
Please login to merge, or discard this patch.
tests/unit/Arguments/ArgumentCallTest.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -14,7 +14,6 @@
 block discarded – undo
14 14
 use Addiks\SymfonyGenerics\Arguments\ArgumentCall;
15 15
 use Addiks\SymfonyGenerics\Arguments\Argument;
16 16
 use InvalidArgumentException;
17
-use stdClass;
18 17
 use Addiks\SymfonyGenerics\Services\ArgumentCompilerInterface;
19 18
 use ReflectionMethod;
20 19
 
Please login to merge, or discard this patch.