Completed
Push — 3.2.x ( 701b08...55fd27 )
by Erwan
02:30
created
tests/controller/controller_base.php 1 patch
Doc Comments   +4 added lines, -1 removed lines patch added patch discarded remove patch
@@ -36,7 +36,7 @@  discard block
 block discarded – undo
36 36
 	/**
37 37
 	* Define the extensions to be tested
38 38
 	*
39
-	* @return array vendor/name of extension(s) to test
39
+	* @return string[] vendor/name of extension(s) to test
40 40
 	*/
41 41
 	static protected function setup_extensions()
42 42
 	{
@@ -221,6 +221,9 @@  discard block
 block discarded – undo
221 221
 		$this->core_categorie->set_extension_manager($phpbb_extension_manager);
222 222
 	}
223 223
 
224
+	/**
225
+	 * @param \ernadoo\phpbbdirectory\cron\task\core\prune_categorie[] $tasks
226
+	 */
224 227
 	private function create_cron_manager($tasks)
225 228
 	{
226 229
 		global $phpbb_root_path, $phpEx;
Please login to merge, or discard this patch.