Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
RoyVoetman authored Mar 20, 2020
1 parent 7caf62b commit 286a790
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,11 +68,9 @@ Every project in Gitlab has its own Project ID. It can be found at to top of the
This will be the URL where you host your gitlab server (e.g. https://gitlab.com)

## Debugging
In some cases the need arises to debug the Http Messeages returned by the Gitlab API. For this need the adaptor has a built-in `debug mode`. When enabled this will tell the adaptor to prevent catching the `GuzzleHttp\Exception\GuzzleException`.
In some cases, the need arises to debug the Http Messeages returned by the Gitlab API. For this need, the adaptor has a built-in `debug mode`. When this mode is enabled, it will tell the adaptor to prevent catching the `GuzzleHttp\Exception\GuzzleException`.

By default this mode is disabled (this can be checked by calling the `isDebugEnabled` method on the adapter).

Enabling debug mode can be done with either of the following two options:
To check for the current state of de adaptor the `isDebugEnabled` method can be called on the adapter. Enabling debug mode can be done with either of the following two options:

### Instantiation
```php
Expand Down

0 comments on commit 286a790

Please sign in to comment.