Skip to content

Commit

Permalink
remove unsupported typehint in php 7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan Bouzekri committed May 23, 2022
1 parent 1468408 commit 538ee5f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Tests/Config/Definition/Builder/MenuNodeDefinitionTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,10 @@
*/
class MenuNodeDefinitionTest extends TestCase
{
protected MenuTreeBuilder|MockObject $builder;
/**
* @var MenuTreeBuilder|MockObject
*/
protected $builder;

protected MenuNodeDefinition $definition;

Expand Down

0 comments on commit 538ee5f

Please sign in to comment.