Skip to content

Commit 7b92a6e

Browse files
ManukMinasyangithub-actions[bot]
authored andcommitted
Fix styling
1 parent 9a4762f commit 7b92a6e

File tree

2 files changed

+0
-10
lines changed

2 files changed

+0
-10
lines changed

src/Config/KanbanConfig.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -112,8 +112,6 @@ public function getOrderField(): ?string
112112

113113
/**
114114
* Get the singular card label.
115-
*
116-
* @return string
117115
*/
118116
public function getSingularCardLabel(): string
119117
{
@@ -122,8 +120,6 @@ public function getSingularCardLabel(): string
122120

123121
/**
124122
* Get the plural card label.
125-
*
126-
* @return string
127123
*/
128124
public function getPluralCardLabel(): string
129125
{

src/Filament/Pages/KanbanBoardPage.php

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)