Skip to content

Commit

Permalink
Apply php-cs-fixer
Browse files Browse the repository at this point in the history
  • Loading branch information
scheb committed Sep 4, 2022
1 parent ecf35e4 commit 0be9e14
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/analyzer/Cli/AnalyzeCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,14 @@ class AnalyzeCommand extends AbstractCommand
{
/**
* @var InputInterface
*
* @psalm-suppress PropertyNotSetInConstructor
*/
private $input;

/**
* @var ConsoleOutputInterface
*
* @psalm-suppress PropertyNotSetInConstructor
*/
private $output;
Expand Down
1 change: 1 addition & 0 deletions src/core/Model/Tombstone.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ class Tombstone

/**
* @var array
*
* @psalm-type list<string|null>
*/
private $arguments;
Expand Down

0 comments on commit 0be9e14

Please sign in to comment.