Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 8ef45f3

Browse files
Fixed typo in autoloader
1 parent 7f6e19a commit 8ef45f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎autoload.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ class_alias(
88
}
99

1010
if (! interface_exists(\PHPUnit\Framework\MockObject\Invocation::class)
11-
&& interface_exists(\PHPUnit\Framework\MockObject\Invocation::class)
11+
&& interface_exists(\PHPUnit_Framework_MockObject_Invocation::class)
1212
) {
1313
class_alias(
1414
\PHPUnit_Framework_MockObject_Invocation::class,

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /