Skip to content

Commit

Permalink
Fix lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
stnguyen90 committed Sep 23, 2023
1 parent 9affe44 commit 46f7616
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/Migration/Resources/Database/Attributes/IP.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,6 @@ class IP extends Attribute
{
protected ?string $default;

/**
* @param string $default
*/
public function __construct(string $key, Collection $collection, bool $required = false, bool $array = false, string $default = null)
{
parent::__construct($key, $collection, $required, $array);
Expand Down

0 comments on commit 46f7616

Please sign in to comment.