Cancelled
Pull Request — master (#64)
by Christopher
04:01
created
src/POData/SimpleDataService.php 2 patches
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -76,6 +76,9 @@
 block discarded – undo
76 76
         return $this->metaProvider;
77 77
     }
78 78
 
79
+    /**
80
+     * @param null|IStreamProvider2 $Sp
81
+     */
79 82
     public function setStreamProvider($Sp)
80 83
     {
81 84
         if(null == $Sp){
Please login to merge, or discard this 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.