Completed
Push — master ( 3a8085...9b1b3e )
by timegryd
01:57
created
src/Helper/OpcacheResetCommandHelper.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -4,7 +4,6 @@
 block discarded – undo
4 4
 
5 5
 use Symfony\Component\HttpKernel\KernelInterface;
6 6
 use Symfony\Component\HttpFoundation\Response;
7
-use Symfony\Component\Filesystem\Filesystem;
8 7
 use GuzzleHttp\Psr7\Response as HttpResponse;
9 8
 
10 9
 class OpcacheResetCommandHelper
Please login to merge, or discard this patch.
tests/Helper/OpcacheResetCommandHelperTest.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -195,7 +195,7 @@
 block discarded – undo
195 195
      * @param string $body
196 196
      * @param int    $status
197 197
      *
198
-     * @return HttpResponse
198
+     * @return \Mockery\MockInterface
199 199
      */
200 200
     protected function getMockedResponse($body = null, $status = Response::HTTP_OK)
201 201
     {
Please login to merge, or discard this patch.