Completed
Pull Request — master (#715)
by Cedric
09:27 queued 01:54
created
Imagine/Cache/Resolver/FlysystemResolver.php 1 patch
Doc Comments   +3 added lines, -1 removed lines patch added patch discarded remove patch
@@ -39,7 +39,7 @@  discard block
 block discarded – undo
39 39
      *
40 40
      * @param Filesystem     $flysystem
41 41
      * @param RequestContext $requestContext
42
-     * @param $rootUrl
42
+     * @param string $rootUrl
43 43
      * @param string $cachePrefix
44 44
      */
45 45
     public function __construct(
@@ -71,6 +71,8 @@  discard block
 block discarded – undo
71 71
 
72 72
     /**
73 73
      * {@inheritdoc}
74
+     * @param string $path
75
+     * @param string $filter
74 76
      */
75 77
     protected function getFilePath($path, $filter)
76 78
     {
Please login to merge, or discard this patch.
Tests/Imagine/Cache/Resolver/FlysystemResolverTest.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -259,7 +259,7 @@
 block discarded – undo
259 259
     }
260 260
 
261 261
     /**
262
-     * @return \PHPUnit_Framework_MockObject_MockObject|Filesystem
262
+     * @return Filesystem
263 263
      */
264 264
     protected function getFlysystemMock()
265 265
     {
Please login to merge, or discard this patch.