@@ -294,7 +294,7 @@ |
||
294 | 294 | } |
295 | 295 | |
296 | 296 | /** |
297 | - * @param DOMNode $node |
|
297 | + * @param \DOMNode $node |
|
298 | 298 | * @param string $attributeName |
299 | 299 | */ |
300 | 300 | protected static function GetAttribute($node, $attributeName) |
@@ -177,9 +177,9 @@ |
||
177 | 177 | { |
178 | 178 | return $this->executeBase(); |
179 | 179 | } |
180 | - /** |
|
181 | - * Execute the client submitted request against the data source (POST). |
|
182 | - */ |
|
180 | + /** |
|
181 | + * Execute the client submitted request against the data source (POST). |
|
182 | + */ |
|
183 | 183 | protected function executePost() |
184 | 184 | { |
185 | 185 | $segments = $this->request->getSegments(); |