@@ -14,13 +14,13 @@ |
||
14 | 14 | $checkETagForEquality, |
15 | 15 | IOperationContext $operationContext |
16 | 16 | ) { |
17 | - return null; // TODO: find default stream and return. |
|
18 | - } |
|
17 | + return null; // TODO: find default stream and return. |
|
18 | + } |
|
19 | 19 | public function getStreamContentType($entity,IOperationContext $operationContext) |
20 | 20 | { |
21 | 21 | return 'application/octet-stream'; |
22 | 22 | } |
23 | - public function getStreamETag($entity, IOperationContext $operationContext) |
|
23 | + public function getStreamETag($entity, IOperationContext $operationContext) |
|
24 | 24 | { |
25 | 25 | return null; // TODO: find default stream and return. |
26 | 26 | } |
@@ -16,7 +16,7 @@ |
||
16 | 16 | ) { |
17 | 17 | return null; // TODO: find default stream and return. |
18 | 18 | } |
19 | - public function getStreamContentType($entity,IOperationContext $operationContext) |
|
19 | + public function getStreamContentType($entity, IOperationContext $operationContext) |
|
20 | 20 | { |
21 | 21 | return 'application/octet-stream'; |
22 | 22 | } |