Skip to content

Commit fb7bbde

Browse files
committed
fix wrong namespace in documentation
1 parent 74294da commit fb7bbde

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

classes/PHPMock.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
*
1616
* namespace foo;
1717
*
18-
* use malkusch\phpmock\phpunit\PHPMock;
18+
* use phpmock\phpunit\PHPMock;
1919
*
2020
* class FooTest extends \PHPUnit_Framework_TestCase
2121
* {

0 commit comments

Comments
 (0)