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

Commit 78a7ea8

Browse files
committed
unused statement
1 parent 178ee48 commit 78a7ea8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

test/Router/Console/CatchallTest.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,13 @@
33
* Zend Framework (http://framework.zend.com/)
44
*
55
* @link http://github.com/zendframework/zf2 for the canonical source repository
6-
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
6+
* @copyright Copyright (c) 2005-2016 Zend Technologies USA Inc. (http://www.zend.com)
77
* @license http://framework.zend.com/license/new-bsd New BSD License
88
*/
99

1010
namespace ZendTest\Mvc\Router\Console;
1111

1212
use PHPUnit_Framework_TestCase as TestCase;
13-
use Zend\Console\Request as ConsoleRequest;
1413
use Zend\Mvc\Router\Console\Catchall;
1514

1615
class CatchallTest extends TestCase

0 commit comments

Comments
 (0)