Skip to content

Commit 6015cb3

Browse files
committed
minor changes
1 parent 8f13c74 commit 6015cb3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Loader/CollectableFileLoader.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,6 @@ public function attach($resource) : void
7272
{
7373
if (is_dir($resource)) {
7474
$resources = glob($resource . '/*.php');
75-
7675
foreach ($resources as $resource) {
7776
$this->resources[] = $resource;
7877
}

0 commit comments

Comments
 (0)