Completed
Push — charts ( 0e4f4a...b7ffec )
by Greg
24:16 queued 12:16
created
app/Module/GoogleMapsModule.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.
app/Module/InteractiveTreeModule.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/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
 		$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.