Sergii Ivashchenko

Results 35 comments of Sergii Ivashchenko

Hi @chfabbro the formatting changes are removed from the pull request

You are right @peterjaap I forgot to remove the extra `Duplicates` command (as the duplicates functionality is included in the `CleanMedia` command) PR to handle this https://github.com/sivaschenko/magento2-clean-media/pull/14

@2EyeTec @achatpc @javierenciso @peterjaap thank you for your feedback. The issue was fixed in version 1.1.1. https://github.com/sivaschenko/magento2-clean-media/releases/tag/1.1.1 Can you please try it?

To include Magento Coding Standard as part of PHPStorm inspections, follow the steps: - Open PHPStorm preferences - Navigate to "Editor" | "Inspections" - Select "PHP" | "Quality Tools" |...

I'd keep the limitation for xml files, however, increase it for example twice to 240 characters.

@darshanperpule is this issue still actual? I was not able to reproduce it on the latest codebase

It looks like a separate check should be introduces for single-line annotations within the Sniff

@cjnewbs thank you for the pull request. Can you please describe use cases / tests cases for this functionality in the description

@cjnewbs I believe your understanding is correct. Here are my thoughts: ``` /** * GreenHandler * @api Do not confuse tag for faulty short description */ class GreenHandler { }...