Skip to content
This repository was archived by the owner on May 19, 2025. It is now read-only.

Conversation

@janssens
Copy link

A small first contribution

// try to save it
try {

if(isset($_FILES['icon']['name']) && (file_exists($_FILES['icon']['tmp_name']))) {
Copy link
Contributor

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

Copy link
Author

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.

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?

Comment on lines +145 to +146
}
else{
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

same here

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants