phpunit-clever-and-smart icon indicating copy to clipboard operation
phpunit-clever-and-smart copied to clipboard

low prio: cleanup use statements

Open staabm opened this issue 12 years ago • 4 comments

some classes define some crazy and un-used use statements. cleanup on next sweep.

e.g. https://github.com/lstrojny/phpunit-clever-and-smart/blob/master/src/PHPUnit/Runner/CleverAndSmart/Storage/Sqlite3Storage.php#L4-L9

staabm avatar Jan 28 '14 08:01 staabm

Good idea. Also running code sniffer might be well worth it

lstrojny avatar Jan 28 '14 08:01 lstrojny

the pointed lines are mostly correct though, on a second look ;-)

staabm avatar Jan 28 '14 08:01 staabm

proposal: integrate with

https://scrutinizer-ci.com

staabm avatar Jan 28 '14 08:01 staabm

Makes sense as well, except that you can’t run your own codesniffer rules on it AFAIR. And I love https://github.com/InterNations/kodierungsregelwerksammlung :)

lstrojny avatar Jan 28 '14 19:01 lstrojny