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

Commit

Permalink
Fix class property name
Browse files Browse the repository at this point in the history
  • Loading branch information
weierophinney committed Feb 13, 2018
1 parent 573965b commit 168c89b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/DispatchMiddlewareTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ class DispatchMiddlewareTest extends TestCase
private $request;

/** @var ResponseInterface|ObjectProphecy */
private $responsePrototype;
private $response;

public function setUp()
{
Expand Down

0 comments on commit 168c89b

Please sign in to comment.