Skip to content
This repository was archived by the owner on Jan 29, 2020. It is now read-only.

Commit a46ae7e

Browse files
committed
Added missing docblock for a test class property
1 parent 3c3136a commit a46ae7e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

test/View/RouteNotFoundStrategyTest.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,11 @@ class RouteNotFoundStrategyTest extends TestCase
2323
{
2424
use EventListenerIntrospectionTrait;
2525

26+
/**
27+
* @var RouteNotFoundStrategy
28+
*/
29+
private $strategy;
30+
2631
public function setUp()
2732
{
2833
$this->strategy = new RouteNotFoundStrategy();

0 commit comments

Comments
 (0)