Completed
Push — master ( 617948...a6807a )
by Korotkov
08:37 queued 20s
created
src/ContainerTrait.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -38,7 +38,7 @@  discard block
 block discarded – undo
38 38
     }
39 39
 
40 40
     /**
41
-     * @param $key
41
+     * @param string $key
42 42
      *
43 43
      * @return mixed
44 44
      */
@@ -48,7 +48,7 @@  discard block
 block discarded – undo
48 48
     }
49 49
 
50 50
     /**
51
-     * @param      $object
51
+     * @param      string $object
52 52
      * @param null $params
53 53
      *
54 54
      * @return mixed
@@ -103,7 +103,7 @@  discard block
 block discarded – undo
103 103
     }
104 104
 
105 105
     /**
106
-     * @return mixed
106
+     * @return ContainerInterface
107 107
      */
108 108
     abstract public function container(): ContainerInterface;
109 109
 }
Please login to merge, or discard this patch.