Skip to content

Commit 08a39b4

Browse files
Merge branch '4.3' into 4.4
* 4.3: Fix displaying anonymous classes on PHP 7.4
2 parents dd16ffb + 6fd0f2c commit 08a39b4

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
@@ -75,7 +75,7 @@ public function import($resource, $type = null, $ignoreErrors = false, $sourceRe
7575
}
7676
}
7777

78-
if ($args !== $frame['args']) {
78+
if (__FILE__ !== $frame['file']) {
7979
throw $e;
8080
}
8181
}

0 commit comments

Comments
 (0)