From 94e4519096c5b3044cf83211501b9bbe23ae240e Mon Sep 17 00:00:00 2001 From: Tobias Nyholm Date: Sat, 2 Feb 2019 08:02:07 +0100 Subject: [PATCH 1/2] Prepare for 1.9.1 --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ff6b43c..a93065e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 From 1907765c41ceaba12c4f83c05898979e6121b599 Mon Sep 17 00:00:00 2001 From: Tobias Nyholm Date: Sat, 2 Feb 2019 08:02:56 +0100 Subject: [PATCH 2/2] Added more indentation --- src/PluginClient.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/PluginClient.php b/src/PluginClient.php index c90ddcf..625033b 100644 --- a/src/PluginClient.php +++ b/src/PluginClient.php @@ -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