Skip to content

Commit 2c0c1b6

Browse files
authored
Added leading "\" to a namespace
1 parent 6cfbffd commit 2c0c1b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ Usage
4949
Hamcrest matchers are easy to use as:
5050

5151
```php
52-
Hamcrest\MatcherAssert::assertThat('a', Hamcrest\Matchers::equalToIgnoringCase('A'));
52+
\Hamcrest\MatcherAssert::assertThat('a', \Hamcrest\Matchers::equalToIgnoringCase('A'));
5353
```
5454

5555
Alternatively, you can use the global proxy-functions:

0 commit comments

Comments
 (0)