This commit is contained in:
as2252258@163.com
2021-04-08 01:39:23 +08:00
parent c774271343
commit 7660302bfa
+1 -1
View File
@@ -261,7 +261,7 @@ class Loader extends BaseObject
* @param string $filePath
* @return $this
*/
private function each(string $filePath, string $output): static
private function each(string $filePath, ?string $output): static
{
$tree = null;
$directory = $this->splitDirectory($filePath);