Skip to content

Commit

Permalink
add missing @throws
Browse files Browse the repository at this point in the history
  • Loading branch information
AD7six committed Nov 10, 2013
1 parent 5aff237 commit efb50b6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Cake/Model/Behavior/TimestampBehavior.php
Expand Up @@ -62,6 +62,7 @@ class TimestampBehavior extends Behavior {
*
* @param Event $event
* @param Entity $entity
* @throws \UnexpectedValueException if a field's when value is misdefined
* @return true (irrespective of the behavior logic, the save will not be prevented)
* @throws \UnexpectedValueException When the value for an event is not 'new', 'existing' or true.
*/
Expand Down

0 comments on commit efb50b6

Please sign in to comment.