Skip to content

Commit

Permalink
Fix: remove parameter types for older versions
Browse files Browse the repository at this point in the history
  • Loading branch information
ciaranmcnulty committed Apr 21, 2023
1 parent 2b4dd0c commit c275b21
Showing 1 changed file with 8 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,14 @@

class ObjectEngineTest extends TestCase
{
private ObjectEngine $engine;
private Exporter $exporter;
private StringEngine $stringDiffer;
/** @var ObjectEngine */
private $engine;

/** @var Exporter */
private $exporter;

/** @var StringEngine */
private $stringDiffer;

public function setUp() : void
{
Expand Down

0 comments on commit c275b21

Please sign in to comment.