Completed
Push — master ( f46373...d10f54 )
by
unknown
04:56
created
src/definition/ClassDefinition.php 2 patches
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -169,7 +169,7 @@
 block discarded – undo
169 169
      * Get scope from definition
170 170
      *
171 171
      * @param string $id
172
-     * @return mixed
172
+     * @return AbstractScope
173 173
      * @throws ScopeNotFoundException
174 174
      */
175 175
     public function getScope(string $id): AbstractScope
Please login to merge, or discard this patch.
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -7,14 +7,12 @@
 block discarded – undo
7 7
  */
8 8
 namespace samsonframework\container\definition;
9 9
 
10
-use samsonframework\container\definition\reference\ReferenceInterface;
11 10
 use samsonframework\container\definition\scope\AbstractScope;
12 11
 use samsonframework\container\exception\MethodDefinitionAlreadyExistsException;
13 12
 use samsonframework\container\exception\PropertyDefinitionAlreadyExistsException;
14 13
 use samsonframework\container\exception\ScopeAlreadyExistsException;
15 14
 use samsonframework\container\exception\ScopeNotFoundException;
16 15
 use samsonframework\container\metadata\ClassMetadata;
17
-use samsonframework\container\metadata\MethodMetadata;
18 16
 
19 17
 /**
20 18
  * Class ClassDefinition
Please login to merge, or discard this patch.