Completed
Push — master ( 00ced4...d3edd8 )
by
unknown
07:54
created
src/definition/ClassDefinition.php 1 patch
Doc Comments   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -167,7 +167,7 @@  discard block
 block discarded – undo
167 167
      * Get scope from definition
168 168
      *
169 169
      * @param string $id
170
-     * @return mixed
170
+     * @return AbstractScope
171 171
      * @throws ScopeNotFoundException
172 172
      */
173 173
     public function getScope(string $id): AbstractScope
@@ -199,7 +199,7 @@  discard block
 block discarded – undo
199 199
     }
200 200
 
201 201
     /**
202
-     * @param string|ClassReference $className
202
+     * @param ClassReference $className
203 203
      * @return ClassDefinition
204 204
      * @throws \InvalidArgumentException
205 205
      */
@@ -320,7 +320,7 @@  discard block
 block discarded – undo
320 320
     /**
321 321
      * Get property definition
322 322
      *
323
-     * @param $propertyName
323
+     * @param string $propertyName
324 324
      * @return PropertyDefinition
325 325
      * @throws PropertyDefinitionNotFoundException
326 326
      */
@@ -346,7 +346,7 @@  discard block
 block discarded – undo
346 346
     /**
347 347
      * Get method definition
348 348
      *
349
-     * @param $methodName
349
+     * @param string $methodName
350 350
      * @return MethodDefinition
351 351
      * @throws MethodDefinitionNotFoundException
352 352
      */
Please login to merge, or discard this patch.