Skip to content

Commit 5b1319e

Browse files
committed
Fix phpcs errors.
1 parent 64969be commit 5b1319e

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

src/Command/WorkerCommand.php

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ public function getOptionParser(): ConsoleOptionParser
7777
/**
7878
* Creates and returns a QueueExtension object
7979
*
80+
* @param \Cake\Console\Arguments $args Arguments
8081
* @param \Psr\Log\LoggerInterface $logger Logger instance.
8182
* @return \Cake\Queue\Consumption\QueueExtension
8283
*/
@@ -98,7 +99,7 @@ protected function getQueueExtension(Arguments $args, LoggerInterface $logger):
9899
/**
99100
* Creates and returns a LoggerInterface object
100101
*
101-
* @param Arguments $args
102+
* @param \Cake\Console\Arguments $args Arguments
102103
* @return \Psr\Log\LoggerInterface
103104
*/
104105
protected function getLogger(Arguments $args): LoggerInterface
@@ -112,8 +113,8 @@ protected function getLogger(Arguments $args): LoggerInterface
112113
}
113114

114115
/**
115-
* @param Arguments $args
116-
* @param ConsoleIo $io
116+
* @param \Cake\Console\Arguments $args Arguments
117+
* @param \Cake\Console\ConsoleIo $io ConsoleIo
117118
* @return int|void|null
118119
*/
119120
public function execute(Arguments $args, ConsoleIo $io)

0 commit comments

Comments
 (0)