Completed
Pull Request — master (#2092)
by Joas
08:22 queued 01:00
created
apps/files/lib/Activity/Provider.php 1 patch
Doc Comments   +6 added lines patch added patch discarded remove patch
@@ -185,6 +185,9 @@  discard block
 block discarded – undo
185 185
 		return $event;
186 186
 	}
187 187
 
188
+	/**
189
+	 * @param string $subject
190
+	 */
188 191
 	protected function getParsedParameters($subject, array $parameters) {
189 192
 		switch ($subject) {
190 193
 			case 'created_self':
@@ -220,6 +223,9 @@  discard block
 block discarded – undo
220 223
 		return [];
221 224
 	}
222 225
 
226
+	/**
227
+	 * @param string $subject
228
+	 */
223 229
 	protected function getRichParameters($subject, array $parameters) {
224 230
 		switch ($subject) {
225 231
 			case 'created_self':
Please login to merge, or discard this patch.