Completed
Pull Request — master (#85)
by
unknown
04:25
created
src/phpsms/agents/AliyuncsAgent.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -96,6 +96,9 @@
 block discarded – undo
96 96
         return $data;
97 97
     }
98 98
 
99
+    /**
100
+     * @param string $result
101
+     */
99 102
     protected function setResult($result)
100 103
     {
101 104
         $result =json_decode($result, true);
Please login to merge, or discard this patch.