@@ -67,7 +67,7 @@ |
||
67 | 67 | * @return array an array of events/journals/todos which are arrays of arrays of key-value-pairs |
68 | 68 | * @since 13.0.0 |
69 | 69 | */ |
70 | - public function search($pattern, $searchProperties=[], $options=[], $limit = null, $offset = 0); |
|
70 | + public function search($pattern, $searchProperties = [], $options = [], $limit = null, $offset = 0); |
|
71 | 71 | |
72 | 72 | /** |
73 | 73 | * Check if calendars are available |
@@ -54,7 +54,7 @@ |
||
54 | 54 | * @return array an array of events/journals/todos which are arrays of key-value-pairs |
55 | 55 | * @since 13.0.0 |
56 | 56 | */ |
57 | - public function search($pattern, $searchProperties=[], $options=[], $limit, $offset); |
|
57 | + public function search($pattern, $searchProperties = [], $options = [], $limit, $offset); |
|
58 | 58 | |
59 | 59 | /** |
60 | 60 | * @return integer build up using \OCP\Constants |