mirror of
https://github.com/danog/LibDNSJson.git
synced 2024-11-26 20:04:38 +01:00
PHPCS fix
This commit is contained in:
parent
d91ef5cbb4
commit
2beef48935
@ -136,7 +136,7 @@ class JsonDecoder
|
||||
$data = $resource->getData();
|
||||
|
||||
$typeDef = $data->getTypeDefinition();
|
||||
$record['data'] = explode(' ', $record['data'], $typeDef->count());
|
||||
$record['data'] = \explode(' ', $record['data'], $typeDef->count());
|
||||
|
||||
$fieldDef = $index = null;
|
||||
foreach ($data->getTypeDefinition() as $index => $fieldDef) {
|
||||
|
Loading…
Reference in New Issue
Block a user