Skip to content

Commit

Permalink
fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ibelar committed Jun 15, 2024
1 parent 571cbe8 commit 3348415
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Component/Table/Filter/Date.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

declare(strict_types=1);
/**
* Filter for type text.
* Filter for type date.
*/

namespace Fohn\Ui\Component\Table\Filter;
Expand Down
2 changes: 1 addition & 1 deletion src/Component/Table/Filter/Number.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

declare(strict_types=1);
/**
* Filter for type text.
* Filter for type number.
*/

namespace Fohn\Ui\Component\Table\Filter;
Expand Down

0 comments on commit 3348415

Please sign in to comment.