Skip to content

Commit 04c1343

Browse files
authored
Merge pull request #19 from andrew-demb/patch-1
Syntax error in readme example
2 parents cf15ea7 + 47c4518 commit 04c1343

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ return [
3434
## How it works
3535

3636
```php
37-
use Phpro\ApiProblem\Exception\ApiProblemException
37+
use Phpro\ApiProblem\Exception\ApiProblemException;
3838
use Sensio\Bundle\FrameworkExtraBundle\Configuration\Route;
3939

4040
class SomeController

0 commit comments

Comments
 (0)