Skip to content

Commit 060b8c7

Browse files
committed
Changed AdditionalInformation into valid PHP code
1 parent 708f8f2 commit 060b8c7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

code_samples/back_office/image_editor/src/AdditionalInformation.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22

3-
new FieldValue([
3+
$fieldValue = new FieldValue([
44
'data' => [
55
'width' => '100',
66
'height' => '200',
@@ -14,4 +14,4 @@
1414
'author' => 'John Smith',
1515
],
1616
],
17-
]),
17+
]);

0 commit comments

Comments
 (0)