milesj / utility

[Deprecated] A CakePHP plugin for common utility classes.
MIT License
69 stars 24 forks source link

strict errors #15

Closed gameiqinc closed 10 years ago

gameiqinc commented 10 years ago

Hi,

just to let you know. Getting warnings like this...

"Declaration of SluggableBehavior::beforeSave() should be compatible with ModelBehavior::beforeSave(Model $model, $options = Array) "

...due to strict error notifications on PHP 5.4

milesj commented 10 years ago

I test on 5.4 with no problems. I'm guessing its because you are on Cake 2.4? I haven't tested against that version yet.

gameiqinc commented 10 years ago

Yeah, cake v. 2.4.1. Sorry, forgot to mention. Cheers for the quick response!