Skip to content

Commit

Permalink
fix docblocks
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonas committed Jun 17, 2016
1 parent acbacd1 commit 1ec0ab7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ORM/RulesChecker.php
Original file line number Diff line number Diff line change
Expand Up @@ -73,12 +73,12 @@ public function isUnique(array $fields, $message = null)
*
* Available $options are error 'message' and 'allowPartialNulls' flag.
* 'message' sets a custom error message.
* Set 'allowPartialNulls' to true to accept composite foreign keys where one or more nullable columns are null.'
* Set 'allowPartialNulls' to true to accept composite foreign keys where one or more nullable columns are null.
*
* @param string|array $field The field or list of fields to check for existence by
* primary key lookup in the other table.
* @param object|string $table The table name where the fields existence will be checked.
* @param @param string|array|null $message The error message to show in case the rule does not pass. Can
* @param string|array|null $message The error message to show in case the rule does not pass. Can
* also be an array of options. When an array, the 'message' key can be used to provide a message.
* @return callable
*/
Expand Down

0 comments on commit 1ec0ab7

Please sign in to comment.