craftcms / rector

Rector rules for updating plugins and modules to Craft CMS 4.
19 stars 6 forks source link

Add `FieldInterface::getContentColumnType()` to `FieldInterface::dbType()` #17

Closed engram-design closed 11 months ago

engram-design commented 11 months ago

Actually, you can ignore this and implement when you get to it. I'm not enough of a Rector expert to know how to change to a static function.

Needs to be public function getContentColumnType() to public static function dbType().