Completed
Push — master ( d03abb...fe3c08 )
by Alex
01:26
created
src/POData/Providers/Stream/SimpleStreamProvider.php 1 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.