@@ -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.'); |
@@ -44,7 +44,7 @@ |
||
44 | 44 | } |
45 | 45 | |
46 | 46 | /** |
47 | - * @param array $items |
|
47 | + * @param FileInfo[] $items |
|
48 | 48 | * @param IUser $user |
49 | 49 | * @param ITrashItem $parent |
50 | 50 | * @return ITrashItem[] |