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

Commit c15b416

Browse files
committed
Remove unused imports
Removes import statements for the Stratigility request/response decorators, as they are no longer used.
1 parent 4397d9d commit c15b416

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

src/TemplatedErrorHandler.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99

1010
use Psr\Http\Message\RequestInterface as Request;
1111
use Psr\Http\Message\ResponseInterface as Response;
12-
use Zend\Stratigility\Http\Response as StratigilityResponse;
1312
use Zend\Stratigility\Utils;
1413

1514
/**

src/WhoopsErrorHandler.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
use Psr\Http\Message\ResponseInterface as Response;
1212
use Whoops\Handler\PrettyPageHandler;
1313
use Whoops\Run as Whoops;
14-
use Zend\Stratigility\Http\Request as StratigilityRequest;
1514

1615
/**
1716
* Final handler with templated page capabilities plus Whoops exception reporting.

0 commit comments

Comments
 (0)