diff options
author | Ivan Enderlin <ivan.enderlin@hoa-project.net> | 2013-11-22 15:25:47 +0100 |
---|---|---|
committer | Ivan Enderlin <ivan.enderlin@hoa-project.net> | 2013-11-22 15:25:47 +0100 |
commit | a19102f67706ba2b9c51eb337eb097d3ac070e19 (patch) | |
tree | b004b018e17fc3cfe063c587e6da155102d72373 /Model/Declaration.php | |
parent | c5b344986d8a65aeea69848f765a8267296681a8 (diff) | |
download | Praspel-a19102f67706ba2b9c51eb337eb097d3ac070e19.zip Praspel-a19102f67706ba2b9c51eb337eb097d3ac070e19.tar.gz Praspel-a19102f67706ba2b9c51eb337eb097d3ac070e19.tar.bz2 |
Add tracability for crate constant.
Diffstat (limited to 'Model/Declaration.php')
-rw-r--r-- | Model/Declaration.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Model/Declaration.php b/Model/Declaration.php index 2e1abf9..1839f0d 100644 --- a/Model/Declaration.php +++ b/Model/Declaration.php @@ -167,7 +167,8 @@ abstract class Declaration function ( ) use ( $variable ) { return $variable->getName(); - } + }, + $this ); } |