Completed
Push — master ( 71d8dc...8056d6 )
by PROSPER
15s queued 13s
created
src/Helper.php 1 patch
Doc Comments   +7 added lines, -7 removed lines patch added patch discarded remove patch
@@ -66,7 +66,7 @@  discard block
 block discarded – undo
66 66
 
67 67
      /**
68 68
       * Stubbed checkDeliveryStatusResponse
69
-      * @return object
69
+      * @return \stdClass
70 70
       */
71 71
      public function checkDeliveryStatusResponse()
72 72
      {
@@ -81,7 +81,7 @@  discard block
 block discarded – undo
81 81
 
82 82
      /**
83 83
       * Stubbed checkBulkDeliveryStatusResponse
84
-      * @return object
84
+      * @return \stdClass
85 85
       */
86 86
       public function checkBulkDeliveryStatusResponse()
87 87
       {
@@ -100,7 +100,7 @@  discard block
 block discarded – undo
100 100
 
101 101
      /**
102 102
       * Stubbed Invalid Keys Response
103
-      * @return object
103
+      * @return \stdClass
104 104
       */
105 105
      public function invalidKeysResponse()
106 106
      {
@@ -112,7 +112,7 @@  discard block
 block discarded – undo
112 112
 
113 113
      /**
114 114
       * Stubbed Invalid Message ID Response
115
-      * @return object
115
+      * @return \stdClass
116 116
       */
117 117
      public function invalidMessageIDResponse()
118 118
      {
@@ -124,7 +124,7 @@  discard block
 block discarded – undo
124 124
 
125 125
      /**
126 126
       * Stubbed sendSMSResponse
127
-      * @return object
127
+      * @return \stdClass
128 128
       */
129 129
      public function sendSMSResponse()
130 130
      {
@@ -138,7 +138,7 @@  discard block
 block discarded – undo
138 138
 
139 139
      /**
140 140
       * Stubbed sendBulkSMSResponse
141
-      * @return object
141
+      * @return \stdClass
142 142
       */
143 143
       public function sendBulkSMSResponse()
144 144
       {
@@ -152,7 +152,7 @@  discard block
 block discarded – undo
152 152
 
153 153
      /**
154 154
       * Stubbed checkAvailableCreditsResponse
155
-      * @return object
155
+      * @return \stdClass
156 156
       */
157 157
      public function checkAvailableCreditsResponse()
158 158
      {
Please login to merge, or discard this patch.