Skip to content

Commit

Permalink
PHP 8.2 compatibility: dynamic properties are deprecated (#271)
Browse files Browse the repository at this point in the history
  • Loading branch information
andypost authored and greg-1-anderson committed Jun 22, 2022
1 parent 67cea8e commit 257e4c2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/ParameterInjection.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
*/
class ParameterInjection implements ParameterInjector
{
protected $injectors = [];

public function __construct()
{
$this->register('Symfony\Component\Console\Input\InputInterface', $this);
Expand Down

0 comments on commit 257e4c2

Please sign in to comment.