Skip to content

Commit 8cff31f

Browse files
committed
Apply fixes from StyleCI
1 parent c92401f commit 8cff31f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Models/PrimaryIps/PrimaryIp.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ class PrimaryIp extends Model implements Resource
9393
* @param int|null $assignee_id
9494
* @param bool $auto_delete
9595
*/
96-
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)
96+
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)
9797
{
9898
$this->id = $id;
9999
$this->name = $name;

0 commit comments

Comments
 (0)