modify
This commit is contained in:
@@ -261,7 +261,7 @@ class Loader extends BaseObject
|
|||||||
* @param string $filePath
|
* @param string $filePath
|
||||||
* @return $this
|
* @return $this
|
||||||
*/
|
*/
|
||||||
private function each(string $filePath, string $output): static
|
private function each(string $filePath, ?string $output): static
|
||||||
{
|
{
|
||||||
$tree = null;
|
$tree = null;
|
||||||
$directory = $this->splitDirectory($filePath);
|
$directory = $this->splitDirectory($filePath);
|
||||||
|
|||||||
Reference in New Issue
Block a user