Skip to content

Commit 651e5cb

Browse files
StyleCIBotLKaemmerling
authored andcommitted
Apply fixes from StyleCI
1 parent 156e35e commit 651e5cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Models/Zones/RRSet.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ class RRSet extends Model implements Resource
3333
*/
3434
public static function create(string $name, string $type, array $records, ?int $ttl = null, ?array $labels = []): ?RRSet
3535
{
36-
return (new RRSet(""))->setAdditionalData((object)[
36+
return (new RRSet(''))->setAdditionalData((object) [
3737
'name' => $name,
3838
'type' => $type,
3939
'ttl' => $ttl,

0 commit comments

Comments
 (0)