diff options
author | Ivan Enderlin <ivan.enderlin@hoa-project.net> | 2013-06-10 14:58:35 +0200 |
---|---|---|
committer | Ivan Enderlin <ivan.enderlin@hoa-project.net> | 2013-06-10 14:58:35 +0200 |
commit | 467d39b9047547ff94a37fdcb8805623ef09d542 (patch) | |
tree | 9fbb23471e3718c35546d4b6ff0a1e959a18459d /Model/Specification.php | |
parent | d2f8208f2951691b550d912b5f725d2371af9e9a (diff) | |
download | Praspel-467d39b9047547ff94a37fdcb8805623ef09d542.zip Praspel-467d39b9047547ff94a37fdcb8805623ef09d542.tar.gz Praspel-467d39b9047547ff94a37fdcb8805623ef09d542.tar.bz2 |
Add the @default clause!
The default clause represents a default/else behavior.
Diffstat (limited to 'Model/Specification.php')
-rw-r--r-- | Model/Specification.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Model/Specification.php b/Model/Specification.php index c731e75..a0cbf4c 100644 --- a/Model/Specification.php +++ b/Model/Specification.php @@ -83,6 +83,7 @@ class Specification extends Behavior { 'throwable', 'invariant', 'behavior', + 'default', 'description' ); |