Completed
Pull Request — 5.3 (#2643)
by Jeroen
06:31
created
src/Kunstmaan/MediaBundle/Helper/Imagine/WebPathResolver.php 1 patch
Doc Comments   +5 added lines patch added patch discarded remove patch
@@ -29,6 +29,8 @@  discard block
 block discarded – undo
29 29
 
30 30
     /**
31 31
      * {@inheritdoc}
32
+     * @param string $path
33
+     * @param string $filter
32 34
      */
33 35
     protected function getFileUrl($path, $filter)
34 36
     {
@@ -79,6 +81,9 @@  discard block
 block discarded – undo
79 81
         return $path;
80 82
     }
81 83
 
84
+    /**
85
+     * @param string $path
86
+     */
82 87
     private function getFullPath($path, $filter)
83 88
     {
84 89
         // crude way of sanitizing URL scheme ("protocol") part
Please login to merge, or discard this patch.