Completed
Pull Request — master (#926)
by Mark
21:38 queued 09:30
created
app/Module/LifespansChartModule.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -500,7 +500,7 @@
 block discarded – undo
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');
Please login to merge, or discard this patch.
app/Module/RelationshipsChartModule.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -56,7 +56,7 @@  discard block
 block discarded – undo
56 56
 	/**
57 57
 	 * Return a menu item for this chart.
58 58
 	 *
59
-	 * @return Menu|null
59
+	 * @return Menu
60 60
 	 */
61 61
 	public function getChartMenu(Individual $individual) {
62 62
 		$tree     = $individual->getTree();
@@ -82,7 +82,7 @@  discard block
 block discarded – undo
82 82
 	/**
83 83
 	 * Return a menu item for this chart - for use in individual boxes.
84 84
 	 *
85
-	 * @return Menu|null
85
+	 * @return Menu
86 86
 	 */
87 87
 	public function getBoxChartMenu(Individual $individual) {
88 88
 		return $this->getChartMenu($individual);
Please login to merge, or discard this patch.
app/Module/StatisticsChartModule.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -500,7 +500,7 @@
 block discarded – undo
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');
Please login to merge, or discard this patch.
app/Module/TimelineChartModule.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -500,7 +500,7 @@
 block discarded – undo
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');
Please login to merge, or discard this patch.
app/Module/AncestorsChartModule.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -56,7 +56,7 @@  discard block
 block discarded – undo
56 56
 	/**
57 57
 	 * Return a menu item for this chart.
58 58
 	 *
59
-	 * @return Menu|null
59
+	 * @return Menu
60 60
 	 */
61 61
 	public function getChartMenu(Individual $individual) {
62 62
 		$tree     = $individual->getTree();
@@ -82,7 +82,7 @@  discard block
 block discarded – undo
82 82
 	/**
83 83
 	 * Return a menu item for this chart - for use in individual boxes.
84 84
 	 *
85
-	 * @return Menu|null
85
+	 * @return Menu
86 86
 	 */
87 87
 	public function getBoxChartMenu(Individual $individual) {
88 88
 		return $this->getChartMenu($individual);
Please login to merge, or discard this patch.
app/Module/CompactTreeChartModule.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -56,7 +56,7 @@  discard block
 block discarded – undo
56 56
 	/**
57 57
 	 * Return a menu item for this chart.
58 58
 	 *
59
-	 * @return Menu|null
59
+	 * @return Menu
60 60
 	 */
61 61
 	public function getChartMenu(Individual $individual) {
62 62
 		$tree     = $individual->getTree();
@@ -82,7 +82,7 @@  discard block
 block discarded – undo
82 82
 	/**
83 83
 	 * Return a menu item for this chart - for use in individual boxes.
84 84
 	 *
85
-	 * @return Menu|null
85
+	 * @return Menu
86 86
 	 */
87 87
 	public function getBoxChartMenu(Individual $individual) {
88 88
 		return $this->getChartMenu($individual);
Please login to merge, or discard this patch.
app/Module/DescendancyChartModule.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -56,7 +56,7 @@  discard block
 block discarded – undo
56 56
 	/**
57 57
 	 * Return a menu item for this chart.
58 58
 	 *
59
-	 * @return Menu|null
59
+	 * @return Menu
60 60
 	 */
61 61
 	public function getChartMenu(Individual $individual) {
62 62
 		$tree     = $individual->getTree();
@@ -82,7 +82,7 @@  discard block
 block discarded – undo
82 82
 	/**
83 83
 	 * Return a menu item for this chart - for use in individual boxes.
84 84
 	 *
85
-	 * @return Menu|null
85
+	 * @return Menu
86 86
 	 */
87 87
 	public function getBoxChartMenu(Individual $individual) {
88 88
 		return $this->getChartMenu($individual);
Please login to merge, or discard this patch.
app/Module/FamilyBookChartModule.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -56,7 +56,7 @@  discard block
 block discarded – undo
56 56
 	/**
57 57
 	 * Return a menu item for this chart.
58 58
 	 *
59
-	 * @return Menu|null
59
+	 * @return Menu
60 60
 	 */
61 61
 	public function getChartMenu(Individual $individual) {
62 62
 		$tree     = $individual->getTree();
@@ -82,7 +82,7 @@  discard block
 block discarded – undo
82 82
 	/**
83 83
 	 * Return a menu item for this chart - for use in individual boxes.
84 84
 	 *
85
-	 * @return Menu|null
85
+	 * @return Menu
86 86
 	 */
87 87
 	public function getBoxChartMenu(Individual $individual) {
88 88
 		return $this->getChartMenu($individual);
Please login to merge, or discard this patch.
app/Module/HourglassChartModule.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -56,7 +56,7 @@  discard block
 block discarded – undo
56 56
 	/**
57 57
 	 * Return a menu item for this chart.
58 58
 	 *
59
-	 * @return Menu|null
59
+	 * @return Menu
60 60
 	 */
61 61
 	public function getChartMenu(Individual $individual) {
62 62
 		$tree     = $individual->getTree();
@@ -82,7 +82,7 @@  discard block
 block discarded – undo
82 82
 	/**
83 83
 	 * Return a menu item for this chart - for use in individual boxes.
84 84
 	 *
85
-	 * @return Menu|null
85
+	 * @return Menu
86 86
 	 */
87 87
 	public function getBoxChartMenu(Individual $individual) {
88 88
 		return $this->getChartMenu($individual);
Please login to merge, or discard this patch.