Browse Source

Merge pull request #4367 from bcrowe/3.0-missing-period

3.0 - Added missing period in Behavior class
Mark Story 11 years ago
parent
commit
f11629f2ff
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/ORM/Behavior.php

+ 1 - 1
src/ORM/Behavior.php

@@ -131,7 +131,7 @@ class Behavior implements EventListener {
 /**
  * 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