Modern Tribe's legacy WordPress framework for the classic editor.
GNU General Public License v2.0
89
stars
20
forks
source link
Bugfix: Single Controller `get_author_id()` now returns an integer type instead of a string. #1048
Closed
defunctl closed 2 years ago
What does this do/fix?
post_author
property is a string for compatibility reasons, functions using it expect it to be an integer.I'm not sure why PHPSTAN allowed this through in the first place?
QA