Skip to content

Commit ff23566

Browse files
committed
fix(API-1893): fix snippet formatting
1 parent 03014f5 commit ff23566

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

content/apps/how-to-retrieve-pim-structure.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,9 @@ $channel = json_decode($response->getBody()->getContents(), true);
9999
The retrieved channel resource looks like this:
100100

101101
```php
102-
var_export($channel):
102+
103+
var_export($channel);
104+
103105
// Output
104106
[
105107
'code' => 'ecommerce',

0 commit comments

Comments
 (0)