Skip to content

Commit

Permalink
remove typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonas committed May 30, 2016
1 parent 2decc4e commit 644a742
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ORM/Rule/ExistsIn.php
Expand Up @@ -50,7 +50,7 @@ class ExistsIn
* Constructor.
*
* Available option for $options is 'allowPartialNulls' flag.
* Set to true to accept composite foreign keys where one or more nullable columns are null.'
* Set to true to accept composite foreign keys where one or more nullable columns are null.
*
* @param string|array $fields The field or fields to check existence as primary key.
* @param object|string $repository The repository where the field will be looked for,
Expand Down

0 comments on commit 644a742

Please sign in to comment.