Completed
Push — master ( b49e25...d35037 )
by Ryuichi
07:44
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.