diff options
Diffstat (limited to 'Preambler/EncapsulationShunter.php')
-rw-r--r-- | Preambler/EncapsulationShunter.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Preambler/EncapsulationShunter.php b/Preambler/EncapsulationShunter.php index b3ebe16..815011e 100644 --- a/Preambler/EncapsulationShunter.php +++ b/Preambler/EncapsulationShunter.php @@ -116,7 +116,7 @@ class EncapsulationShunter $id = $className . '::__construct'; if (!isset($registry[$id])) { - $registry[$id] = Praspel::interprete( + $registry[$id] = Praspel::interpret( Praspel::extractFromComment( $constructor->getDocComment() ), @@ -147,7 +147,7 @@ class EncapsulationShunter $id = $className . '::$' . $propertyName; if (false === isset($registry[$id])) { - $registry[$id] = Praspel::interprete( + $registry[$id] = Praspel::interpret( Praspel::extractFromComment( $property->getDocComment() ), |