editorconfig-checker / editorconfig-checker.php

A tool to verify that your files are in harmony with your .editorconfig
https://editorconfig-checker.github.io/
MIT License
55 stars 14 forks source link

Ignore phpstan error message #221

Closed paranoiq closed 1 year ago

paranoiq commented 1 year ago

fixing issue from previous PR (https://github.com/editorconfig-checker/editorconfig-checker.php/pull/220)

i do not like muting errors, but i could not think about better way to deal with this. hardcoding one branch instead of an if might lead to broken url in future, when the core lib version is changed

janedbal commented 1 year ago

Superseded by https://github.com/editorconfig-checker/editorconfig-checker.php/pull/223