Skip to content

Commit

Permalink
fix phpstan review
Browse files Browse the repository at this point in the history
  • Loading branch information
noodle69 committed Jan 13, 2019
1 parent 88f43ce commit 817fd31
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 66 deletions.
64 changes: 0 additions & 64 deletions src/bundle/Tests/DependencyInjection/Compiler/CronPassTest.php

This file was deleted.

4 changes: 2 additions & 2 deletions src/lib/Cron/AbstractCron.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ abstract class AbstractCron extends ContainerAwareCommand implements CronInterfa
/** @var string $dayOfWeek day of week minute expression part */
protected $dayOfWeek = '*';

/** @var [] $arguments cron arguments */
/** @var array $arguments cron arguments */
protected $arguments = [];

/** @var int $priority cron priority */
Expand Down Expand Up @@ -172,7 +172,7 @@ public function getPriority(): int
* @param InputInterface $input Input interface
* @param string $key
*
* @return mixed return argument from input or tag settings
* @return string|null return argument from input or tag settings
*/
public function getArgument(InputInterface $input, $key): ?string
{
Expand Down

0 comments on commit 817fd31

Please sign in to comment.