@@ -133,7 +133,7 @@ |
||
133 | 133 | } |
134 | 134 | |
135 | 135 | /** |
136 | - * @return array |
|
136 | + * @return Extension\ApplicationExtension[] |
|
137 | 137 | */ |
138 | 138 | private function collection_extensions() |
139 | 139 | { |
@@ -51,12 +51,10 @@ |
||
51 | 51 | if (strpos($method, self::LAZY_GETTER_PREFIX) === 0) |
52 | 52 | { |
53 | 53 | $id = substr($method, strlen(self::LAZY_GETTER_PREFIX)); |
54 | - } |
|
55 | - elseif (strpos($method, self::GETTER_PREFIX) === 0) |
|
54 | + } elseif (strpos($method, self::GETTER_PREFIX) === 0) |
|
56 | 55 | { |
57 | 56 | $id = substr($method, strlen(self::GETTER_PREFIX)); |
58 | - } |
|
59 | - else |
|
57 | + } else |
|
60 | 58 | { |
61 | 59 | continue; |
62 | 60 | } |