Skip to content

Commit

Permalink
Fix cs
Browse files Browse the repository at this point in the history
  • Loading branch information
dxops committed May 21, 2021
1 parent e8422c2 commit a90e0a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Form/Type/AkeneoSettingsType.php
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ public function buildForm(FormBuilderInterface $builder, array $options)
'label' => 'oro.akeneo.integration.settings.akeneo_attribute_list.label',
'constraints' => [
new AttributeCodeConstraint(),
]
],
]
)
->add(
Expand Down
2 changes: 1 addition & 1 deletion Integration/Api/ReferenceEntityMediaFileApi.php
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ public function create($mediaFile): string
[
'name' => 'file',
'contents' => $mediaFile,
]
],
];

$response = $this->resourceClient->createMultipartResource(static::MEDIA_FILE_CREATE_URI, [], $requestParts);
Expand Down

0 comments on commit a90e0a1

Please sign in to comment.