We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 156e35e commit 651e5cbCopy full SHA for 651e5cb
src/Models/Zones/RRSet.php
@@ -33,7 +33,7 @@ class RRSet extends Model implements Resource
33
*/
34
public static function create(string $name, string $type, array $records, ?int $ttl = null, ?array $labels = []): ?RRSet
35
{
36
- return (new RRSet(""))->setAdditionalData((object)[
+ return (new RRSet(''))->setAdditionalData((object) [
37
'name' => $name,
38
'type' => $type,
39
'ttl' => $ttl,
0 commit comments