Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
StyleCIBot committed Dec 16, 2024
1 parent c92401f commit 8cff31f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Models/PrimaryIps/PrimaryIp.php
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ class PrimaryIp extends Model implements Resource
* @param int|null $assignee_id
* @param bool $auto_delete
*/
public function __construct(int $id, string $name, string $created, string $ip, string $type, array $dns_ptr, bool $blocked, $protection, array $labels, $datacenter, string $assignee_type, int $assignee_id = null, bool $auto_delete=false)
public function __construct(int $id, string $name, string $created, string $ip, string $type, array $dns_ptr, bool $blocked, $protection, array $labels, $datacenter, string $assignee_type, int $assignee_id = null, bool $auto_delete = false)
{
$this->id = $id;
$this->name = $name;
Expand Down

0 comments on commit 8cff31f

Please sign in to comment.