@@ -184,7 +184,7 @@ discard block |
||
184 | 184 | * make preview_icon available as a simple function |
185 | 185 | * Returns the path to the preview of the image. |
186 | 186 | * @param string $path path of file |
187 | - * @return link to the preview |
|
187 | + * @return string to the preview |
|
188 | 188 | * |
189 | 189 | * For further information have a look at OC_Helper::previewIcon |
190 | 190 | */ |
@@ -194,6 +194,7 @@ discard block |
||
194 | 194 | |
195 | 195 | /** |
196 | 196 | * @param string $path |
197 | + * @param string $token |
|
197 | 198 | */ |
198 | 199 | function publicPreview_icon ( $path, $token ) { |
199 | 200 | return OC_Helper::publicPreviewIcon( $path, $token ); |
@@ -30,7 +30,6 @@ |
||
30 | 30 | * StorageAuthException constructor. |
31 | 31 | * |
32 | 32 | * @param string $message |
33 | - * @param int $code |
|
34 | 33 | * @param \Exception $previous |
35 | 34 | * @since 9.0.0 |
36 | 35 | */ |
@@ -30,7 +30,6 @@ |
||
30 | 30 | * ExtStorageBadConfigException constructor. |
31 | 31 | * |
32 | 32 | * @param string $message |
33 | - * @param int $code |
|
34 | 33 | * @param \Exception $previous |
35 | 34 | * @since 9.0.0 |
36 | 35 | */ |
@@ -30,7 +30,6 @@ |
||
30 | 30 | * StorageConnectionException constructor. |
31 | 31 | * |
32 | 32 | * @param string $message |
33 | - * @param int $code |
|
34 | 33 | * @param \Exception $previous |
35 | 34 | * @since 9.0.0 |
36 | 35 | */ |