Skip to content

Commit

Permalink
Code Style
Browse files Browse the repository at this point in the history
  • Loading branch information
martineiber committed Jan 21, 2025
1 parent 91d42cf commit 1297c83
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,9 @@ public function __construct()
new Property(
property: 'targets',
type: 'object',
example: '{"object_10":{"id":10,"type":"object","label":"/Product Data/Cars/jaguar/E-Type/coupé","path":"/Product Data/Cars/jaguar/E-Type/coupé","nicePathKey":"object_10"}}'
example: '{"object_10":{"id":10,"type":"object","label":"/Product
Data/Cars/jaguar/E-Type/coupé","path":"/Product Data/Cars/jaguar/E-Type/coupé",
"nicePathKey":"object_10"}}'
),
new Property(
property: 'context',
Expand Down

0 comments on commit 1297c83

Please sign in to comment.