@@ -305,7 +305,7 @@ |
||
| 305 | 305 | * |
| 306 | 306 | * @param string $app name of the app |
| 307 | 307 | * @param string $image filename of the image |
| 308 | - * @return bool|string false if image should not replaced, otherwise the location of the image |
|
| 308 | + * @return string|false false if image should not replaced, otherwise the location of the image |
|
| 309 | 309 | */ |
| 310 | 310 | public function replaceImagePath($app, $image) { |
| 311 | 311 | if ($app === '' || $app === 'files_sharing') { |
@@ -34,8 +34,8 @@ |
||
| 34 | 34 | |
| 35 | 35 | /** |
| 36 | 36 | * Constructor |
| 37 | - * @param string $msg the error message |
|
| 38 | 37 | * @since 15.0.0 |
| 38 | + * @param string $property |
|
| 39 | 39 | */ |
| 40 | 40 | public function __construct($property){ |
| 41 | 41 | parent::__construct('Property ' . $property . ' does not exist.'); |