We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6cfbffd commit 2c0c1b6Copy full SHA for 2c0c1b6
README.md
@@ -49,7 +49,7 @@ Usage
49
Hamcrest matchers are easy to use as:
50
51
```php
52
-Hamcrest\MatcherAssert::assertThat('a', Hamcrest\Matchers::equalToIgnoringCase('A'));
+\Hamcrest\MatcherAssert::assertThat('a', \Hamcrest\Matchers::equalToIgnoringCase('A'));
53
```
54
55
Alternatively, you can use the global proxy-functions:
0 commit comments