@@ -63,8 +63,9 @@ |
||
63 | 63 | { |
64 | 64 | $entityID = $this->wsClient->modules->getTypedID($moduleName, $entityID); |
65 | 65 | $record = $this->wsClient->invokeOperation('retrieve', ['id' => $entityID], 'GET'); |
66 | - if (!is_array($record)) |
|
67 | - return null; |
|
66 | + if (!is_array($record)) { |
|
67 | + return null; |
|
68 | + } |
|
68 | 69 | |
69 | 70 | return (empty($select)) |
70 | 71 | ? $record |