-
- Notifications
You must be signed in to change notification settings - Fork 933
Closed
Description
Bug report
Strange new error since .78 version
And the code checks if (method_exists($transformation_plugin, 'getInputHtml')) { so for me it can not be a class-string at this point 🤔
Code snippet that reproduces the problem
Expected output
no errors
Actual output
$ composer run phpstan > phpstan analyse Note: Using configuration file phpstan.neon.dist. 733/733 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓] 100% ------ ----------------------------------------------------------- Line libraries/classes/InsertEdit.php ------ ----------------------------------------------------------- 3444 Cannot call method getInputHtml() on class-string|object. 3459 Cannot call method getScripts() on class-string|object. ------ ----------------------------------------------------------- Metadata
Metadata
Assignees
Labels
No labels