gesinn-it-pub / mediawiki-extensions-PageForms

Fork of MediaWiki extension PageForms that aims to simplify contribution through hosting on GitHub instead of Gerrit, improved quality through better test coverage (to be done) and continuous integration.
Other
1 stars 4 forks source link

Fix sniffs reported by phpcs #65

Closed gesinn-it-ilm closed 3 months ago

gesinn-it-ilm commented 4 months ago

PHP_CodeSniffer (phpcs) has been introduced to composer.json and according to that there were warnings and errors inside the PF which needed to be fixed or at least excluded inside phpcs.xml file.

Using phpcbf command warnings and errors are fixed, some of them are excluded.