Skip to content

Commit

Permalink
fixup! Add serialization support in FakeHavingCompileInjector and cor…
Browse files Browse the repository at this point in the history
…responding test
  • Loading branch information
koriym committed May 8, 2024
1 parent e884845 commit 3c33e07
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/Fake/FakeHavingCompileInjector.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@

final class FakeHavingCompileInjector
{
public InjectorInterface $injector;
/** @var InjectorInterface */
public $injector;

public function __serialize()
{
Expand Down

0 comments on commit 3c33e07

Please sign in to comment.