Skip to content

Commit

Permalink
Merge pull request #4367 from bcrowe/3.0-missing-period
Browse files Browse the repository at this point in the history
3.0 - Added missing period in Behavior class
  • Loading branch information
markstory committed Aug 24, 2014
2 parents ffd313b + c2b9625 commit f11629f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ORM/Behavior.php
Expand Up @@ -131,7 +131,7 @@ public function __construct(Table $table, array $config = []) {
/**
* verifyConfig
*
* Check that implemented* keys contain values pointing at callable
* Check that implemented* keys contain values pointing at callable.
*
* @return void
* @throws \Cake\Error\Exception if config are invalid
Expand Down

0 comments on commit f11629f

Please sign in to comment.