Completed
Push — develop ( 891d14...a42dca )
by Greg
09:56
created
app/Filter.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -334,7 +334,7 @@
 block discarded – undo
334 334
 	 * @param string|null $regexp
335 335
 	 * @param string      $default
336 336
 	 *
337
-	 * @return string[]|string[][]
337
+	 * @return string[]
338 338
 	 */
339 339
 	public static function postArray($variable, $regexp = null, $default = '') {
340 340
 		return self::inputArray(INPUT_POST, $variable, $regexp, $default);
Please login to merge, or discard this patch.
app/Module/CensusAssistantModule.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -283,7 +283,7 @@
 block discarded – undo
283 283
      * @param string          $ca_title
284 284
      * @param string          $ca_place
285 285
      * @param string          $ca_citation
286
-     * @param string[][]      $ca_individuals
286
+     * @param string[]      $ca_individuals
287 287
      * @param string          $ca_notes
288 288
      *
289 289
      * @return string
Please login to merge, or discard this patch.