Skip to content

Commit 0e156a1

Browse files
authored
Prepare for 1.9.1 (#170)
* Prepare for 1.9.1 * Added more indentation
1 parent 41a221e commit 0e156a1

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Change Log
22

3+
## 1.9.1 - 2019-02-02
4+
5+
### Added
6+
7+
- Updated type hints in doc blocks.
8+
39
## 1.9.0 - 2019-01-03
410

511
### Added

src/PluginClient.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ final class PluginClient implements HttpClient, HttpAsyncClient
4242

4343
/**
4444
* @param HttpClient|HttpAsyncClient|ClientInterface $client
45-
* @param Plugin[] $plugins
46-
* @param array $options {
45+
* @param Plugin[] $plugins
46+
* @param array $options {
4747
*
4848
* @var int $max_restarts
4949
* @var Plugin[] $debug_plugins an array of plugins that are injected between each normal plugin

0 commit comments

Comments
 (0)