diff options
Diffstat (limited to 'Model/Declaration.php')
-rw-r--r-- | Model/Declaration.php | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/Model/Declaration.php b/Model/Declaration.php index 373d52a..c7c8248 100644 --- a/Model/Declaration.php +++ b/Model/Declaration.php @@ -164,10 +164,8 @@ abstract class Declaration */ public function __get ( $name ) { - if('let' !== $name) { - + if('let' !== $name) return $this->$name; - } $this->_let = true; |