From 7cf6fcb0ee991e856128eb53b4bf849e1c8ebd24 Mon Sep 17 00:00:00 2001 From: Kauan Sousa Date: Thu, 9 Sep 2021 13:31:04 -0300 Subject: [PATCH] Apply fixes from StyleCI (#225) --- src/Facade/Pigeon.php | 4 ++-- src/PigeonManager.php | 1 - 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/src/Facade/Pigeon.php b/src/Facade/Pigeon.php index 7ddad7f..83edd6e 100644 --- a/src/Facade/Pigeon.php +++ b/src/Facade/Pigeon.php @@ -27,9 +27,9 @@ public static function fake(): PigeonFake /** * Get the registered name of the component. * - * @throws \$resp_queueRuntimeException - * * @return string + * + * @throws \$resp_queueRuntimeException */ protected static function getFacadeAccessor(): string { diff --git a/src/PigeonManager.php b/src/PigeonManager.php index 89b5ee0..bc6ae44 100644 --- a/src/PigeonManager.php +++ b/src/PigeonManager.php @@ -43,7 +43,6 @@ public function getDefaultDriver(): string * * @param string $method * @param array $parameters - * * @return mixed */ public function __call($method, $parameters)