DataTables / Editor-PHP

PHP server-side libraries for Editor
Other
35 stars 22 forks source link

Simplify "ïs_callable && is_object" to "instanceof Closure" #30

Closed mvorisek closed 11 months ago

mvorisek commented 11 months ago

extracted from #29

explained in https://github.com/DataTables/Editor-PHP/pull/29#issuecomment-1837562483 - I belive the changes are equivalent

also remove useless @private phpdoc tags above private methods

this PR should to fine to merge now even if the CI phpstan cannot confirm the changes currently, more CI fixes will be done in #31