44
55namespace Relaticle \Flowforge \Filament \Pages ;
66
7- use InvalidArgumentException ;
87use Filament \Pages \Page ;
98use Illuminate \Support \Str ;
9+ use InvalidArgumentException ;
1010use Relaticle \Flowforge \Adapters \DefaultKanbanAdapter ;
1111use Relaticle \Flowforge \Config \KanbanConfig ;
1212use Relaticle \Flowforge \Contracts \KanbanAdapterInterface ;
@@ -32,7 +32,6 @@ public function __construct()
3232 /**
3333 * Set the field that stores the column value.
3434 *
35- * @param string $field
3635 * @return KanbanBoardPage
3736 */
3837 public function columnField (string $ field ): static
@@ -45,7 +44,6 @@ public function columnField(string $field): static
4544 /**
4645 * Set the field that stores the column value.
4746 *
48- * @param string $field
4947 * @return KanbanBoardPage
5048 */
5149 public function priorityField (string $ field ): static
@@ -70,7 +68,6 @@ public function columns(array $columns): static
7068 /**
7169 * Set the title field for the Kanban cards.
7270 *
73- * @param string $field
7471 * @return KanbanBoardPage
7572 */
7673 public function titleField (string $ field ): static
@@ -83,7 +80,6 @@ public function titleField(string $field): static
8380 /**
8481 * Set the description field for the Kanban cards.
8582 *
86- * @param string $field
8783 * @return KanbanBoardPage
8884 */
8985 public function descriptionField (string $ field ): static
@@ -144,7 +140,6 @@ public function columnColors(?array $colors = null): static
144140 /**
145141 * Set the order field for the Kanban board.
146142 *
147- * @param string $field
148143 * @return KanbanBoardPage
149144 */
150145 public function orderField (string $ field ): static
@@ -157,7 +152,6 @@ public function orderField(string $field): static
157152 /**
158153 * Set the label for individual cards.
159154 *
160- * @param string $label
161155 * @return KanbanBoardPage
162156 */
163157 public function cardLabel (string $ label ): static
@@ -177,7 +171,6 @@ public function cardLabel(string $label): static
177171 /**
178172 * Set the plural label for multiple cards.
179173 *
180- * @param string $label
181174 * @return KanbanBoardPage
182175 */
183176 public function pluralCardLabel (string $ label ): static
0 commit comments