Skip to content

Commit

Permalink
Fix deprecated dynamic property creation
Browse files Browse the repository at this point in the history
  • Loading branch information
maciejslawik committed Oct 5, 2023
1 parent 2a55478 commit 9621939
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Output/Factory.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ class Factory
*/
private $appState;

private $output;

public function __construct(State $appState, OutputInterface $output)
{
$this->appState = $appState;
Expand Down

0 comments on commit 9621939

Please sign in to comment.