Completed
Push — master ( 21f516...f16f42 )
by Christopher
03:57
created
src/POData/SimpleDataService.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -78,7 +78,7 @@
 block discarded – undo
78 78
 
79 79
     public function setStreamProvider($Sp)
80 80
     {
81
-        if(null == $Sp){
81
+        if (null == $Sp) {
82 82
             $Sp = new \POData\Providers\Stream\SimpleStreamProvider();
83 83
         }
84 84
         $this->streamProvider = $Sp;
Please login to merge, or discard this patch.