We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a79e83 commit 843b2a3Copy full SHA for 843b2a3
README.md
@@ -19,14 +19,14 @@ composer require api-clients/psr7-http-status-exceptions
19
This package includes a factory to create a new exception based on a response and previous exception:
20
21
```php
22
-$exception ExceptionFactory::create($response, $previousException);
+$exception = ExceptionFactory::create($response, $previousException);
23
```
24
25
# License
26
27
The MIT License (MIT)
28
29
-Copyright (c) 2016 Cees-Jan Kiewiet
+Copyright (c) 2017 Cees-Jan Kiewiet
30
31
Permission is hereby granted, free of charge, to any person obtaining a copy
32
of this software and associated documentation files (the "Software"), to deal
0 commit comments