Skip to content

Commit

Permalink
Fix some phpStorm inspections
Browse files Browse the repository at this point in the history
  • Loading branch information
Sobak committed Apr 8, 2020
1 parent d9fa547 commit ec556c4
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion bin/Commands/Dev/GenerateMetadataCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,8 @@ protected function generate(OutputInterface $output)
/**
* @param OutputInterface $output
* @param $class
*
* @return array|false
* @throws \ReflectionException
*/
protected function process(OutputInterface $output, $class)
{
Expand Down
2 changes: 0 additions & 2 deletions bin/Commands/FormattersCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@

class FormattersCommand extends Command
{
protected $formatters = [];

protected function configure()
{
$this->setName('formatters')
Expand Down
1 change: 0 additions & 1 deletion bin/Commands/LanguagesCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
class LanguagesCommand extends Command
{
protected $types = ['name', 'mime', 'filename'];
protected $formatters = [];

protected function configure()
{
Expand Down

0 comments on commit ec556c4

Please sign in to comment.