cakephp / docs

CakePHP CookBook
http://book.cakephp.org
Other
679 stars 2.58k forks source link

Update form.rst #7805

Closed MarwanSalim closed 10 months ago

MarwanSalim commented 10 months ago

The notEmpty() validator already deprecated since 3.7.0. Need to use notEmptyString() instead.

Refer #1 and #2

LordSimal commented 10 months ago

This should go into 4.x and then merged upstream imho

MarwanSalim commented 10 months ago

This should go into 4.x and then merged upstream imho

Thank you. I added a new patch https://github.com/cakephp/docs/pull/7806