CS fixes for 3.1
This commit is contained in:
parent
345b5d423d
commit
89db88c2a0
20 changed files with 54 additions and 43 deletions
|
|
@ -21,9 +21,10 @@ class ProgressClosureBuilder
|
|||
* line.
|
||||
*
|
||||
* @param OutputInterface $output
|
||||
* @param string $action
|
||||
* @param string $index
|
||||
* @param string $type
|
||||
* @param string $action
|
||||
* @param string $index
|
||||
* @param string $type
|
||||
*
|
||||
* @return callable
|
||||
*/
|
||||
public function build(OutputInterface $output, $action, $index, $type)
|
||||
|
|
@ -58,9 +59,10 @@ class ProgressClosureBuilder
|
|||
* methods to support what we need.
|
||||
*
|
||||
* @param OutputInterface $output
|
||||
* @param string $action
|
||||
* @param string $index
|
||||
* @param string $type
|
||||
* @param string $action
|
||||
* @param string $index
|
||||
* @param string $type
|
||||
*
|
||||
* @return callable
|
||||
*/
|
||||
private function buildLegacy(OutputInterface $output, $action, $index, $type)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue