michaeluno / admin-page-framework

Facilitates WordPress plugin and theme development.
http://admin-page-framework.michaeluno.jp/
Other
340 stars 71 forks source link

Warning after update to 3.5.0 #189

Closed vladkucherov closed 9 years ago

vladkucherov commented 9 years ago

Hi,

on the pages that uses APF I get this warining:

Strict Standards: Declaration of AdminPageFramework_FieldType::_replyToDoOnFieldRegistration() should be compatible with AdminPageFramework_FieldType_Base::_replyToDoOnFieldRegistration(array $aField) in /home/***/plugins/admin-page-framework/development/factory/AdminPageFramework_Factory/view/AdminPageFramework_FieldType/AdminPageFramework_FieldType.php on line 22

michaeluno commented 9 years ago

Oh, I guess type hinting is missing in the method of the AdminPageFramework_FieldType class. I'll check. If you can fix it by yourself and send a PR, would be appreciated.

michaeluno commented 9 years ago

v3.5.1.1 has been released which fixes this issue.