@@ -31,7 +31,7 @@ |
||
31 | 31 | /** |
32 | 32 | * The columns of the census. |
33 | 33 | * |
34 | - * @return CensusColumnInterface[] |
|
34 | + * @return CensusColumnNull[] |
|
35 | 35 | */ |
36 | 36 | public function columns() { |
37 | 37 | return array( |
@@ -31,7 +31,7 @@ |
||
31 | 31 | /** |
32 | 32 | * The columns of the census. |
33 | 33 | * |
34 | - * @return CensusColumnInterface[] |
|
34 | + * @return CensusColumnNull[] |
|
35 | 35 | */ |
36 | 36 | public function columns() { |
37 | 37 | return array( |
@@ -31,7 +31,7 @@ |
||
31 | 31 | /** |
32 | 32 | * The columns of the census. |
33 | 33 | * |
34 | - * @return CensusColumnInterface[] |
|
34 | + * @return CensusColumnNull[] |
|
35 | 35 | */ |
36 | 36 | public function columns() { |
37 | 37 | return array( |
@@ -60,7 +60,7 @@ |
||
60 | 60 | * @param string $xref |
61 | 61 | * @param int $tree_id |
62 | 62 | * |
63 | - * @return null|string |
|
63 | + * @return string |
|
64 | 64 | */ |
65 | 65 | protected static function fetchGedcomRecord($xref, $tree_id) { |
66 | 66 | return Database::prepare( |
@@ -60,7 +60,7 @@ |
||
60 | 60 | * @param string $xref |
61 | 61 | * @param int $tree_id |
62 | 62 | * |
63 | - * @return null|string |
|
63 | + * @return string |
|
64 | 64 | */ |
65 | 65 | protected static function fetchGedcomRecord($xref, $tree_id) { |
66 | 66 | return Database::prepare( |
@@ -60,7 +60,7 @@ |
||
60 | 60 | * @param string $xref |
61 | 61 | * @param int $tree_id |
62 | 62 | * |
63 | - * @return null|string |
|
63 | + * @return string |
|
64 | 64 | */ |
65 | 65 | protected static function fetchGedcomRecord($xref, $tree_id) { |
66 | 66 | return Database::prepare( |
@@ -60,7 +60,7 @@ |
||
60 | 60 | * @param string $xref |
61 | 61 | * @param int $tree_id |
62 | 62 | * |
63 | - * @return null|string |
|
63 | + * @return string |
|
64 | 64 | */ |
65 | 65 | protected static function fetchGedcomRecord($xref, $tree_id) { |
66 | 66 | return Database::prepare( |
@@ -60,7 +60,7 @@ |
||
60 | 60 | * @param string $xref |
61 | 61 | * @param int $tree_id |
62 | 62 | * |
63 | - * @return null|string |
|
63 | + * @return string |
|
64 | 64 | */ |
65 | 65 | protected static function fetchGedcomRecord($xref, $tree_id) { |
66 | 66 | return Database::prepare( |
@@ -500,7 +500,7 @@ |
||
500 | 500 | /** |
501 | 501 | * A menu, to be added to the main application menu. |
502 | 502 | * |
503 | - * @return Menu|null |
|
503 | + * @return Menu |
|
504 | 504 | */ |
505 | 505 | public function getMenu() { |
506 | 506 | $menu = new Menu($this->getTitle(), 'module.php?mod=' . $this->getName() . '&mod_action=show_list', 'menu-story'); |