Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Dmitri Perunov <diimpp@gmail.com>
  • Loading branch information
loic425 and diimpp authored Nov 10, 2023
1 parent c718f95 commit 2f4a9ed
Showing 1 changed file with 3 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,11 @@ final class DeserializeProviderTest extends TestCase
{
use ProphecyTrait;

/** @var ProviderInterface|ObjectProphecy */
private $decorated;
private ProviderInterface|ObjectProphecy $decorated;

/** @var SerializerInterface|ObjectProphecy */
private $serializer;
private SerializerInterface|ObjectProphecy $serializer;

/** @var DeserializeProvider */
private $deserializableProvider;
private DeserializeProvider $deserializableProvider;

protected function setUp(): void
{
Expand Down

0 comments on commit 2f4a9ed

Please sign in to comment.