Skip to content

Commit

Permalink
Make code run under <7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
theseer committed Feb 16, 2023
1 parent 85a9646 commit a8a16d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/FactoryTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@

class FactoryTest extends \PHPUnit\Framework\TestCase {

private Factory $factory;
private Config $config;
private $factory;
private $config;

public function setUp(): void {
$this->factory = new Factory();
Expand Down

0 comments on commit a8a16d2

Please sign in to comment.