@@ -34,12 +34,12 @@ |
||
34 | 34 | } |
35 | 35 | |
36 | 36 | /** |
37 | - * Get the url to this item |
|
38 | - * |
|
39 | - * @property int $item_parent_id |
|
40 | - * @property int $item_id |
|
41 | - * @return string URL |
|
42 | - */ |
|
37 | + * Get the url to this item |
|
38 | + * |
|
39 | + * @property int $item_parent_id |
|
40 | + * @property int $item_id |
|
41 | + * @return string URL |
|
42 | + */ |
|
43 | 43 | public function get_url() |
44 | 44 | { |
45 | 45 | if ($type = $this->types->get_forum_type($this->item_parent_id)) |
@@ -22,7 +22,7 @@ |
||
22 | 22 | * |
23 | 23 | * @param \phpbb\language\language $language Language object |
24 | 24 | * @param \blitze\content\services\actions\action_handler $action_handler Handles actions |
25 | - */ |
|
25 | + */ |
|
26 | 26 | public function __construct(\phpbb\language\language $language, \blitze\content\services\actions\action_handler $action_handler) |
27 | 27 | { |
28 | 28 | $this->language = $language; |
@@ -22,7 +22,7 @@ |
||
22 | 22 | * |
23 | 23 | * @param \phpbb\language\language $language Language object |
24 | 24 | * @param \blitze\content\services\actions\action_handler $action_handler Handles actions |
25 | - */ |
|
25 | + */ |
|
26 | 26 | public function __construct(\phpbb\language\language $language, \blitze\content\services\actions\action_handler $action_handler) |
27 | 27 | { |
28 | 28 | $this->language = $language; |
@@ -22,7 +22,7 @@ |
||
22 | 22 | * |
23 | 23 | * @param \phpbb\language\language $language Language object |
24 | 24 | * @param \blitze\content\services\actions\action_handler $action_handler Handles actions |
25 | - */ |
|
25 | + */ |
|
26 | 26 | public function __construct(\phpbb\language\language $language, \blitze\content\services\actions\action_handler $action_handler) |
27 | 27 | { |
28 | 28 | $this->language = $language; |