Skip to content

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
rochamarcelo committed Oct 21, 2024
1 parent 9d5cde4 commit 062a6d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ Table::hasMany, Table::belongsToMany, Table::hasOne and AssociationCollection::l
This rule check if the target behavior has a valid class when calling to Table::addBehavior and BehaviorRegistry::load.

### DisallowEntityArrayAccessRule
This rule check disallow array access to entity in favor of object notation, is easier to detect a wrong property and to refactor code.
This rule disallow array access to entity in favor of object notation, is easier to detect a wrong property and to refactor code.

### GetMailerExistsClassRule
This rule check if the target mailer is a valid class when calling to Cake\Mailer\MailerAwareTrait::getMailer.
Expand Down

0 comments on commit 062a6d2

Please sign in to comment.