@@ -64,7 +64,7 @@ public function getAttributes();
6464 *
6565 * @param $attributes array
6666 *
67- * @return Page The current Page instance
67+ * @return MenuOptionsInterface The item to provide a fluent interface
6868 */
6969 public function setAttributes (array $ attributes );
7070
@@ -84,7 +84,7 @@ public function getAttribute($name, $default = null);
8484 * @param string $name attribute name
8585 * @param string $value attribute value
8686 *
87- * @return Page The current Page instance
87+ * @return MenuOptionsInterface The item to provide a fluent interface
8888 */
8989 public function setAttribute ($ name , $ value );
9090
@@ -100,7 +100,7 @@ public function getLinkAttributes();
100100 *
101101 * @param array $linkAttributes
102102 *
103- * @return Page The current Page instance
103+ * @return MenuOptionsInterface The item to provide a fluent interface
104104 */
105105 public function setLinkAttributes ($ linkAttributes );
106106
@@ -114,9 +114,9 @@ public function getChildrenAttributes();
114114 /**
115115 * Set the children attributes.
116116 *
117- * @param array $attributes
117+ * @param array $childrenAttributes
118118 *
119- * @return Page The current Page instance
119+ * @return MenuOptionsInterface The item to provide a fluent interface
120120 */
121121 public function setChildrenAttributes (array $ childrenAttributes );
122122
@@ -132,7 +132,7 @@ public function getLabelAttributes();
132132 *
133133 * @param array $labelAttributes
134134 *
135- * @return Page The current Page instance
135+ * @return MenuOptionsInterface The item to provide a fluent interface
136136 */
137137 public function setLabelAttributes ($ labelAttributes );
138138}
0 commit comments