Skip to content

Commit

Permalink
Prepare for 1.9.1 (#170)
Browse files Browse the repository at this point in the history
* Prepare for 1.9.1

* Added more indentation
  • Loading branch information
Nyholm committed Feb 2, 2019
1 parent 41a221e commit 0e156a1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 1.9.1 - 2019-02-02

### Added

- Updated type hints in doc blocks.

## 1.9.0 - 2019-01-03

### Added
Expand Down
4 changes: 2 additions & 2 deletions src/PluginClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ final class PluginClient implements HttpClient, HttpAsyncClient

/**
* @param HttpClient|HttpAsyncClient|ClientInterface $client
* @param Plugin[] $plugins
* @param array $options {
* @param Plugin[] $plugins
* @param array $options {
*
* @var int $max_restarts
* @var Plugin[] $debug_plugins an array of plugins that are injected between each normal plugin
Expand Down

0 comments on commit 0e156a1

Please sign in to comment.