Completed
Pull Request — master (#6840)
by Georg
13:54
created
lib/public/Calendar/IManager.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -67,7 +67,7 @@
 block discarded – undo
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
Please login to merge, or discard this patch.
lib/public/Calendar/ICalendar.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -54,7 +54,7 @@
 block discarded – undo
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
Please login to merge, or discard this patch.