Skip to content

Commit

Permalink
Merge branch 'master' of github.com:convenia/Pigeon
Browse files Browse the repository at this point in the history
  • Loading branch information
jleonardolemos committed Sep 9, 2021
2 parents e078400 + 7cf6fcb commit 14fa87a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/Facade/Pigeon.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
{
Expand Down
1 change: 0 additions & 1 deletion src/PigeonManager.php
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ public function getDefaultDriver(): string
*
* @param string $method
* @param array $parameters
*
* @return mixed
*/
public function __call($method, $parameters)
Expand Down

0 comments on commit 14fa87a

Please sign in to comment.