Completed
Push — 3.2.x ( 093e98...bf3843 )
by Erwan
04:24
created
core/nestedset_category.php 1 patch
Indentation   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -13,11 +13,11 @@
 block discarded – undo
13 13
 class nestedset_category extends \phpbb\tree\nestedset
14 14
 {
15 15
 	/**
16
-	* Construct
17
-	*
18
-	* @param \phpbb\db\driver\driver_interface	$db		Database connection
19
-	* @param \phpbb\lock\db						$lock	Lock class used to lock the table when moving forums around
20
-	*/
16
+	 * Construct
17
+	 *
18
+	 * @param \phpbb\db\driver\driver_interface	$db		Database connection
19
+	 * @param \phpbb\lock\db						$lock	Lock class used to lock the table when moving forums around
20
+	 */
21 21
 	public function __construct(\phpbb\db\driver\driver_interface $db, \phpbb\lock\db $lock)
22 22
 	{
23 23
 		parent::__construct(
Please login to merge, or discard this patch.