Completed
Push — feature/0.7.0 ( 0adc7f...2eb0ad )
by Ryuichi
03:47
created
WebStream/Delegate/CoreDelegator.php 1 patch
Doc Comments   +2 added lines, -1 removed lines patch added patch discarded remove patch
@@ -39,7 +39,7 @@  discard block
 block discarded – undo
39 39
 
40 40
     /**
41 41
      * Constructor
42
-     * @param Container 依存コンテナ
42
+     * @param Container Container
43 43
      */
44 44
     public function __construct(Container $container)
45 45
     {
@@ -141,6 +141,7 @@  discard block
 block discarded – undo
141 141
      * 名前空間を返却する
142 142
      * @param string アプリケーションルート
143 143
      * @param string クラス名
144
+     * @param string $appRoot
144 145
      * @return string 名前空間
145 146
      */
146 147
     public function getNamespace($appRoot, $className)
Please login to merge, or discard this patch.