Completed
Push — master ( 118df7...1c93ae )
by Ryuichi
09:51
created
ClassLoader.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -186,7 +186,7 @@
 block discarded – undo
186 186
     /**
187 187
      * ファイル検索イテレータを返却する
188 188
      * @param string ディレクトリパス
189
-     * @return RecursiveIteratorIterator イテレータ
189
+     * @return \RecursiveIteratorIterator イテレータ
190 190
      */
191 191
     private function getFileSearchIterator(string $path): \RecursiveIteratorIterator
192 192
     {
Please login to merge, or discard this patch.