Skip to content

Commit 72a5b41

Browse files
minor #39823 [travis] use PHP 8.0 to patch return types and run deps=low (nicolas-grekas)
This PR was merged into the 4.4 branch. Discussion ---------- [travis] use PHP 8.0 to patch return types and run deps=low | Q | A | ------------- | --- | Branch? | 4.4 | Bug fix? | no | New feature? | no | Deprecations? | no | Tickets | - | License | MIT | Doc PR | - (I need to verify that DebugClassLoader works as expected before merging) Commits ------- 7f5ea78fb8 [travis] use PHP 8.0 to patch return types and run deps=low
2 parents 536d1b8 + be4bb61 commit 72a5b41

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Tests/Loader/GlobFileLoaderTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,5 +40,6 @@ class GlobFileLoaderWithoutImport extends GlobFileLoader
4040
{
4141
public function import($resource, $type = null, $ignoreErrors = false, $sourceResource = null, $exclude = null)
4242
{
43+
return null;
4344
}
4445
}

0 commit comments

Comments
 (0)