silverleague / silverstripe-ideannotator

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

Fix when the namespace contains 'Controller' #146

Closed Firesphere closed 1 year ago

Firesphere commented 1 year ago

Check the reflection instance type instead of instantiating the class. Instantiating throws errors for __construct with arguments

Firesphere commented 1 year ago

Build failures are currently expected. Leaving those for another day.