mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 03:18:26 +00:00
Fix wording and remove trailing spaces.
This commit is contained in:
parent
9df34967f5
commit
4ea6c158d1
1 changed files with 2 additions and 3 deletions
|
@ -3147,8 +3147,7 @@ class Model extends Object implements CakeEventListener {
|
||||||
* Additionally it populates the validationErrors property of the model with the same array.
|
* Additionally it populates the validationErrors property of the model with the same array.
|
||||||
*
|
*
|
||||||
* @param string $options An optional array of custom options to be made available in the beforeValidate callback
|
* @param string $options An optional array of custom options to be made available in the beforeValidate callback
|
||||||
* @return array Array of invalid fields and its error messages
|
* @return array Array of invalid fields and their error messages
|
||||||
*
|
|
||||||
* @see Model::validates()
|
* @see Model::validates()
|
||||||
*/
|
*/
|
||||||
public function invalidFields($options = array()) {
|
public function invalidFields($options = array()) {
|
||||||
|
|
Loading…
Reference in a new issue