Completed
Push — charts ( 02447f )
by Greg
12:32
created
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
 		return new Menu(
@@ -70,7 +70,7 @@  discard block
 block discarded – undo
70 70
 	/**
71 71
 	 * Return a menu item for this chart - for use in individual boxes.
72 72
 	 *
73
-	 * @return Menu|null
73
+	 * @return Menu
74 74
 	 */
75 75
 	public function getBoxChartMenu(Individual $individual) {
76 76
 		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
 		return new Menu(
@@ -70,7 +70,7 @@  discard block
 block discarded – undo
70 70
 	/**
71 71
 	 * Return a menu item for this chart - for use in individual boxes.
72 72
 	 *
73
-	 * @return Menu|null
73
+	 * @return Menu
74 74
 	 */
75 75
 	public function getBoxChartMenu(Individual $individual) {
76 76
 		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
 		return new Menu(
@@ -70,7 +70,7 @@  discard block
 block discarded – undo
70 70
 	/**
71 71
 	 * Return a menu item for this chart - for use in individual boxes.
72 72
 	 *
73
-	 * @return Menu|null
73
+	 * @return Menu
74 74
 	 */
75 75
 	public function getBoxChartMenu(Individual $individual) {
76 76
 		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
 		return new Menu(
@@ -70,7 +70,7 @@  discard block
 block discarded – undo
70 70
 	/**
71 71
 	 * Return a menu item for this chart - for use in individual boxes.
72 72
 	 *
73
-	 * @return Menu|null
73
+	 * @return Menu
74 74
 	 */
75 75
 	public function getBoxChartMenu(Individual $individual) {
76 76
 		return $this->getChartMenu($individual);
Please login to merge, or discard this patch.
app/Module/GoogleMapsModule.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -215,7 +215,7 @@  discard block
 block discarded – undo
215 215
 	/**
216 216
 	 * Return a menu item for this chart.
217 217
 	 *
218
-	 * @return Menu|null
218
+	 * @return Menu
219 219
 	 */
220 220
 	public function getChartMenu(Individual $individual) {
221 221
 		return new Menu(
@@ -229,7 +229,7 @@  discard block
 block discarded – undo
229 229
 	/**
230 230
 	 * Return a menu item for this chart - for use in individual boxes.
231 231
 	 *
232
-	 * @return Menu|null
232
+	 * @return Menu
233 233
 	 */
234 234
 	public function getBoxChartMenu(Individual $individual) {
235 235
 		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
 		return new Menu(
@@ -70,7 +70,7 @@  discard block
 block discarded – undo
70 70
 	/**
71 71
 	 * Return a menu item for this chart - for use in individual boxes.
72 72
 	 *
73
-	 * @return Menu|null
73
+	 * @return Menu
74 74
 	 */
75 75
 	public function getBoxChartMenu(Individual $individual) {
76 76
 		return $this->getChartMenu($individual);
Please login to merge, or discard this patch.
app/Module/InteractiveTreeModule.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -75,7 +75,7 @@  discard block
 block discarded – undo
75 75
 	/**
76 76
 	 * Return a menu item for this chart.
77 77
 	 *
78
-	 * @return Menu|null
78
+	 * @return Menu
79 79
 	 */
80 80
 	public function getChartMenu(Individual $individual) {
81 81
 		return new Menu(
@@ -89,7 +89,7 @@  discard block
 block discarded – undo
89 89
 	/**
90 90
 	 * Return a menu item for this chart - for use in individual boxes.
91 91
 	 *
92
-	 * @return Menu|null
92
+	 * @return Menu
93 93
 	 */
94 94
 	public function getBoxChartMenu(Individual $individual) {
95 95
 		return $this->getChartMenu($individual);
Please login to merge, or discard this patch.
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/PedigreeChartModule.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
 		return new Menu(
@@ -70,7 +70,7 @@  discard block
 block discarded – undo
70 70
 	/**
71 71
 	 * Return a menu item for this chart - for use in individual boxes.
72 72
 	 *
73
-	 * @return Menu|null
73
+	 * @return Menu
74 74
 	 */
75 75
 	public function getBoxChartMenu(Individual $individual) {
76 76
 		return $this->getChartMenu($individual);
Please login to merge, or discard this patch.