Completed
Pull Request — master (#62)
by Christopher
03:55
created
src/POData/Providers/Stream/SimpleStreamProvider.php 2 patches
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -14,13 +14,13 @@
 block discarded – undo
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
     }
Please login to merge, or discard this patch.
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -16,7 +16,7 @@
 block discarded – undo
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
     }
Please login to merge, or discard this patch.