silverleague / silverstripe-ideannotator

Generate docblocks for DataObjects, Page, PageControllers and (Data)Extensions
BSD 3-Clause "New" or "Revised" License
46 stars 24 forks source link

test suite return types #152

Closed lekoala closed 10 months ago

lekoala commented 1 year ago

not sure why, but i my project i got notices due to the setUp and tearDown methods not having the right signature they should have :void return type

Firesphere commented 1 year ago

That is probably a strict type check issue in the PHP settings. Given I'd like to dump 7.4 support anyway, I can probably just make it all strictly typed.

I can't promise I'll get it done soon though. Module should still work none the less :)

As usual, PRs are welcome, but I totally understand it if you are about as short on time as I am!