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

Commit

Permalink
Added missing docblock for a test class property
Browse files Browse the repository at this point in the history
  • Loading branch information
Ocramius committed Apr 28, 2017
1 parent 56f8afc commit 80200a7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions test/View/RouteNotFoundStrategyTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,11 @@ class RouteNotFoundStrategyTest extends TestCase
{
use EventListenerIntrospectionTrait;

/**
* @var RouteNotFoundStrategy
*/
private $strategy;

public function setUp()
{
$this->strategy = new RouteNotFoundStrategy();
Expand Down

0 comments on commit 80200a7

Please sign in to comment.