Skip to content

Commit b362c40

Browse files
committed
Refactor double quote
1 parent cc65196 commit b362c40

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/Networking/v2/Extensions/Layer3/Models/FloatingIp.php

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -40,12 +40,12 @@ class FloatingIp extends OperatorResource implements Listable, Creatable, Retrie
4040
public $portId;
4141

4242
protected $aliases = [
43-
"floating_network_id" => 'floatingNetworkId',
44-
"router_id" => 'routerId',
45-
"fixed_ip_address" => 'fixedIpAddress',
46-
"floating_ip_address" => 'floatingIpAddress',
47-
"tenant_id" => 'tenantId',
48-
"port_id" => 'portId',
43+
'floating_network_id' => 'floatingNetworkId',
44+
'router_id' => 'routerId',
45+
'fixed_ip_address' => 'fixedIpAddress',
46+
'floating_ip_address' => 'floatingIpAddress',
47+
'tenant_id' => 'tenantId',
48+
'port_id' => 'portId',
4949
];
5050

5151
protected $resourceKey = 'floatingip';

0 commit comments

Comments
 (0)