silverstripe / silverstripe-gridfield-bulk-editing-tools

Silverstripe CMS GridField components for bulk upload and bulk record edit, unlink & delete :package::boom:
BSD 3-Clause "New" or "Revised" License
88 stars 81 forks source link

fix missing import #276

Closed lekoala closed 6 months ago

lekoala commented 6 months ago

this make @var GridField works properly for static analysis

Description

phpstan complains about invalid gridfield

Manual testing steps

use phpstan and see Parameter #2 $gridfield of class Colymba\BulkTools\HTTPBulkToolsResponse constructor expects SilverStripe\Forms\GridField\GridField, Colymba\BulkManager\BulkAction\GridField given.

Issues

Pull request checklist

GuySartorelli commented 6 months ago

Can you please target the 4.0 or 4 branch? Either one is fine.

lekoala commented 6 months ago

@GuySartorelli i created another PR it was a nightmare to try to change this

GuySartorelli commented 6 months ago

Closing in favor of https://github.com/colymba/GridFieldBulkEditingTools/pull/277