@@ -135,6 +135,9 @@ |
||
135 | 135 | }, $path, $filter, $hash); |
136 | 136 | } |
137 | 137 | |
138 | + /** |
|
139 | + * @param string $hash |
|
140 | + */ |
|
138 | 141 | private function createRedirectResponse(\Closure $url, string $path, string $filter, ?string $hash = null): RedirectResponse |
139 | 142 | { |
140 | 143 | try { |
@@ -179,7 +179,7 @@ discard block |
||
179 | 179 | * |
180 | 180 | * @param string $path |
181 | 181 | * |
182 | - * @return string |
|
182 | + * @return \CFResponse |
|
183 | 183 | */ |
184 | 184 | protected function getObjectUrl($path) |
185 | 185 | { |
@@ -193,7 +193,7 @@ discard block |
||
193 | 193 | * |
194 | 194 | * @throws \S3_Exception |
195 | 195 | * |
196 | - * @return bool |
|
196 | + * @return boolean|null |
|
197 | 197 | */ |
198 | 198 | protected function objectExists($objectPath) |
199 | 199 | { |
@@ -201,7 +201,7 @@ discard block |
||
201 | 201 | } |
202 | 202 | |
203 | 203 | /** |
204 | - * @param mixed $message |
|
204 | + * @param string $message |
|
205 | 205 | */ |
206 | 206 | protected function logError($message, array $context = []) |
207 | 207 | { |