From 1aeb92d7e94fd420edcca3cee2829f17386c6af7 Mon Sep 17 00:00:00 2001 From: Graham Campbell Date: Fri, 30 Mar 2018 21:07:04 +0100 Subject: [PATCH 1/2] Fixed syntax error in phpdoc --- lib/Github/ResultPager.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Github/ResultPager.php b/lib/Github/ResultPager.php index 7e872d85925..6876f8ad5b7 100644 --- a/lib/Github/ResultPager.php +++ b/lib/Github/ResultPager.php @@ -180,7 +180,7 @@ protected function get($key) /** * @param ApiInterface $api - * @param $method + * @param string $method * @param array $parameters * * @return mixed From 4e2fabbcb0ff7d143eca4015356e951bbc993574 Mon Sep 17 00:00:00 2001 From: Graham Campbell Date: Fri, 30 Mar 2018 22:40:03 +0100 Subject: [PATCH 2/2] Corrected phpdoc indentation --- lib/Github/ResultPager.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/Github/ResultPager.php b/lib/Github/ResultPager.php index 6876f8ad5b7..ed815b8067b 100644 --- a/lib/Github/ResultPager.php +++ b/lib/Github/ResultPager.php @@ -180,8 +180,8 @@ protected function get($key) /** * @param ApiInterface $api - * @param string $method - * @param array $parameters + * @param string $method + * @param array $parameters * * @return mixed */