@@ -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) |
@@ -208,7 +208,7 @@ discard block |
||
| 208 | 208 | */ |
| 209 | 209 | protected function executePut() |
| 210 | 210 | { |
| 211 | - return $this->executeBase(function ($uriProcessor, $segment) { |
|
| 211 | + return $this->executeBase(function($uriProcessor, $segment) { |
|
| 212 | 212 | $requestMethod = $uriProcessor->getService()->getOperationContext()->incomingRequest()->getMethod(); |
| 213 | 213 | $resourceSet = $segment->getTargetResourceSetWrapper(); |
| 214 | 214 | $keyDescriptor = $segment->getKeyDescriptor(); |
@@ -231,7 +231,7 @@ discard block |
||
| 231 | 231 | */ |
| 232 | 232 | protected function executeDelete() |
| 233 | 233 | { |
| 234 | - return $this->executeBase(function ($uriProcessor, $segment) { |
|
| 234 | + return $this->executeBase(function($uriProcessor, $segment) { |
|
| 235 | 235 | $requestMethod = $uriProcessor->getService()->getOperationContext()->incomingRequest()->getMethod(); |
| 236 | 236 | $resourceSet = $segment->getTargetResourceSetWrapper(); |
| 237 | 237 | $keyDescriptor = $segment->getKeyDescriptor(); |