Completed
Branch master (4a6a31)
by Ryuichi
02:17
created
Injector.php 1 patch
Doc Comments   +2 added lines patch added patch discarded remove patch
@@ -18,6 +18,8 @@
 block discarded – undo
18 18
      * オブジェクトを注入する
19 19
      * @param string プロパティ名
20 20
      * @param mixed オブジェクト
21
+     * @param string $name
22
+     * @param string $object
21 23
      * @return Injector
22 24
      */
23 25
     public function inject($name, $object)
Please login to merge, or discard this patch.