@@ -30,7 +30,6 @@ public function __construct()
3030 /**
3131 * Set the field that stores the column value.
3232 *
33- * @param string $field
3433 * @return KanbanBoardPage
3534 */
3635 public function columnField (string $ field ): static
@@ -55,7 +54,6 @@ public function columns(array $columns): static
5554 /**
5655 * Set the title field for the Kanban cards.
5756 *
58- * @param string $field
5957 * @return KanbanBoardPage
6058 */
6159 public function titleField (string $ field ): static
@@ -68,7 +66,6 @@ public function titleField(string $field): static
6866 /**
6967 * Set the description field for the Kanban cards.
7068 *
71- * @param string $field
7269 * @return KanbanBoardPage
7370 */
7471 public function descriptionField (string $ field ): static
@@ -105,7 +102,6 @@ public function columnColors(?array $colors = null): static
105102 /**
106103 * Set the order field for the Kanban board.
107104 *
108- * @param string $field
109105 * @return KanbanBoardPage
110106 */
111107 public function orderField (string $ field ): static
@@ -118,7 +114,6 @@ public function orderField(string $field): static
118114 /**
119115 * Set the label for individual cards.
120116 *
121- * @param string $label
122117 * @return KanbanBoardPage
123118 */
124119 public function cardLabel (string $ label ): static
@@ -138,7 +133,6 @@ public function cardLabel(string $label): static
138133 /**
139134 * Set the plural label for multiple cards.
140135 *
141- * @param string $label
142136 * @return KanbanBoardPage
143137 */
144138 public function pluralCardLabel (string $ label ): static
0 commit comments