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

Replaced deprecated uses of TagFactory::create() #157

Closed UndefinedOffset closed 7 months ago

UndefinedOffset commented 7 months ago

Replaces uses of TagFactory::create() to address deprecation warning with phpdocumentor/reflection-docblock >=5.4.0. See phpDocumentor/ReflectionDocBlock#361. This change should be backwards compatible with older 5.x versions.

Firesphere commented 7 months ago

See issue #159 Can you have a look at that?

UndefinedOffset commented 7 months ago

@Firesphere see #160 :)