Browse Source

Fixed doc block

José Lorenzo Rodríguez 10 years ago
parent
commit
03684873ef
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/ORM/Rule/ExistsIn.php

+ 1 - 1
src/ORM/Rule/ExistsIn.php

@@ -114,7 +114,7 @@ class ExistsIn
     }
 
     /**
-     * Check whether or not the entity fields nullable and null.
+     * Check whether or not the entity fields are nullable and null.
      *
      * @param \Cake\ORM\EntityInterface $entity The entity to check.
      * @param \Cake\ORM\Table $source The table to use schema from.