Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
StyleCIBot committed Nov 22, 2023
1 parent e1b4bd6 commit 0ab1399
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/Middleware/InvalidMiddlewareDefinitionException.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@

use Throwable;

use function get_class;
use function is_array;
use function is_object;
use function is_string;
Expand Down
1 change: 0 additions & 1 deletion src/QueueFactory.php
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ public function get(string $channel = self::DEFAULT_CHANNEL_NAME): QueueInterfac
}

/**
*
* @throws ChannelIncorrectlyConfigured
* @return QueueInterface
*/
Expand Down

0 comments on commit 0ab1399

Please sign in to comment.