| @@ -33,13 +33,13 @@ | ||
| 33 | 33 | protected $data = array(); | 
| 34 | 34 | |
| 35 | 35 | /** | 
| 36 | - * Construct | |
| 37 | - * | |
| 38 | - * @param \phpbb\db\driver\driver_interface $db Database connection | |
| 39 | - * @param string $items_table Table name | |
| 40 | - * @param string $pk Primary key | |
| 41 | - * @param string $sql_where Column restriction | |
| 42 | - */ | |
| 36 | + * Construct | |
| 37 | + * | |
| 38 | + * @param \phpbb\db\driver\driver_interface $db Database connection | |
| 39 | + * @param string $items_table Table name | |
| 40 | + * @param string $pk Primary key | |
| 41 | + * @param string $sql_where Column restriction | |
| 42 | + */ | |
| 43 | 43 | public function __construct(\phpbb\db\driver\driver_interface $db, $items_table, $pk, $sql_where = '') | 
| 44 | 44 |  	{ | 
| 45 | 45 | $this->db = $db; | 
| @@ -56,8 +56,8 @@ discard block | ||
| 56 | 56 | } | 
| 57 | 57 | |
| 58 | 58 | /** | 
| 59 | -	* {@inheritdoc} | |
| 60 | - */ | |
| 59 | +	 * {@inheritdoc} | |
| 60 | + */ | |
| 61 | 61 | public function to_array() | 
| 62 | 62 |  	{ | 
| 63 | 63 | $attributes = $this->get_attributes(); | 
| @@ -74,8 +74,8 @@ discard block | ||
| 74 | 74 | } | 
| 75 | 75 | |
| 76 | 76 | /** | 
| 77 | -	* {@inheritdoc} | |
| 78 | - */ | |
| 77 | +	 * {@inheritdoc} | |
| 78 | + */ | |
| 79 | 79 | public function to_db() | 
| 80 | 80 |  	{ | 
| 81 | 81 | $this->check_required(); | 
| @@ -14,12 +14,12 @@ | ||
| 14 | 14 | class nestedset extends builder | 
| 15 | 15 |  { | 
| 16 | 16 | /** | 
| 17 | - * Construct | |
| 18 | - * | |
| 19 | - * @param \phpbb\db\driver\driver_interface $db Database connection | |
| 20 | - * @param \phpbb\lock\db $lock Lock class used to lock the table when moving forums around | |
| 21 | - * @param string $table_name Table name | |
| 22 | - */ | |
| 17 | + * Construct | |
| 18 | + * | |
| 19 | + * @param \phpbb\db\driver\driver_interface $db Database connection | |
| 20 | + * @param \phpbb\lock\db $lock Lock class used to lock the table when moving forums around | |
| 21 | + * @param string $table_name Table name | |
| 22 | + */ | |
| 23 | 23 | public function __construct(\phpbb\db\driver\driver_interface $db, \phpbb\lock\db $lock, $table_name) | 
| 24 | 24 |  	{ | 
| 25 | 25 | parent::__construct( | 
| @@ -191,7 +191,7 @@ | ||
| 191 | 191 | |
| 192 | 192 | return $this; | 
| 193 | 193 | } | 
| 194 | - */ | |
| 194 | + */ | |
| 195 | 195 | |
| 196 | 196 | /** | 
| 197 | 197 | * Fetch Topic Tracking Info | 
| @@ -185,7 +185,7 @@ | ||
| 185 | 185 | * Checks if a url is an extension route | 
| 186 | 186 | * | 
| 187 | 187 | * @param string $item_url | 
| 188 | - * @return true|false | |
| 188 | + * @return boolean | |
| 189 | 189 | */ | 
| 190 | 190 | private function is_extension_route($item_url) | 
| 191 | 191 |  	{ | 
| @@ -46,7 +46,7 @@ | ||
| 46 | 46 | } | 
| 47 | 47 | |
| 48 | 48 | /** | 
| 49 | - * @param array|\blitze\sitemaker\model\blocks\entity\route $condition | |
| 49 | + * @param \blitze\sitemaker\model\blocks\entity\route $condition | |
| 50 | 50 | */ | 
| 51 | 51 | public function delete($condition) | 
| 52 | 52 |  	{ |