@@ -136,15 +136,13 @@ |
||
136 | 136 | if(isset($aMethodAttrs['protected'])) |
137 | 137 | { |
138 | 138 | $aProtected[] = $sMethod; // The method is not to be exported. |
139 | - } |
|
140 | - elseif(count($aMethodAttrs) > 0) |
|
139 | + } elseif(count($aMethodAttrs) > 0) |
|
141 | 140 | { |
142 | 141 | $aAttributes[$sMethod] = $aMethodAttrs; |
143 | 142 | } |
144 | 143 | } |
145 | 144 | return [false, $aAttributes, $aProtected]; |
146 | - } |
|
147 | - catch(AnnotationException $e) |
|
145 | + } catch(AnnotationException $e) |
|
148 | 146 | { |
149 | 147 | throw new SetupException($e->getMessage()); |
150 | 148 | } |