-
Notifications
You must be signed in to change notification settings - Fork 20
French locale #12
base: master
Are you sure you want to change the base?
French locale #12
Conversation
@@ -122,6 +122,33 @@ public function saveAction() | |||
|
|||
// try to save it | |||
try { | |||
|
|||
if(isset($_FILES['icon']['name']) && (file_exists($_FILES['icon']['tmp_name']))) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
could you pls use php-cs and check your files
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry I don't know yet how to do this.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Coding style checks should actually be part of the CI and break a build if the coding style doesn't match with the provided code. Is this about the default Magento coding standard or some else?
} | ||
else{ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
same here
A small first contribution