Skip to content

Commit 8ad1c1b

Browse files
Merge branch '4.4' into 5.0
* 4.4: Fix displaying anonymous classes on PHP 7.4 Fix merge
2 parents 06628e8 + 08a39b4 commit 8ad1c1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Loader/FileLoader.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ public function import($resource, $type = null, $ignoreErrors = false, $sourceRe
7373
}
7474
}
7575

76-
if ($args !== $frame['args']) {
76+
if (__FILE__ !== $frame['file']) {
7777
throw $e;
7878
}
7979
}

0 commit comments

Comments
 (0)