diff options
author | Ivan Enderlin <ivan.enderlin@hoa-project.net> | 2013-04-18 00:43:08 +0200 |
---|---|---|
committer | Ivan Enderlin <ivan.enderlin@hoa-project.net> | 2013-04-18 00:43:08 +0200 |
commit | bba4b1a8096ca8f061161b9f915cb5483de831b2 (patch) | |
tree | 75c9f631ad0dd8c4b5221481145caef13dffca09 | |
parent | b855eaf21eb56cb81b84f94f41b417a70f2a3351 (diff) | |
download | Praspel-bba4b1a8096ca8f061161b9f915cb5483de831b2.zip Praspel-bba4b1a8096ca8f061161b9f915cb5483de831b2.tar.gz Praspel-bba4b1a8096ca8f061161b9f915cb5483de831b2.tar.bz2 |
Format code. #mania
-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; |