@@ -29,6 +29,8 @@ discard block |
||
| 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 |
||
| 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 |