Completed
Push — master ( 27cbcc...3c4357 )
by Julián
02:30
created
src/Result.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -171,7 +171,7 @@
 block discarded – undo
171 171
     /**
172 172
      * Retrieve result status message.
173 173
      *
174
-     * @return string|null
174
+     * @return string
175 175
      */
176 176
     public function getStatusMessage()
177 177
     {
Please login to merge, or discard this patch.
src/Adapter/Apns/ApnsAdapter.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -258,7 +258,7 @@
 block discarded – undo
258 258
      *
259 259
      * @param \ZendService\Apple\Exception\RuntimeException $exception
260 260
      *
261
-     * @return string
261
+     * @return integer
262 262
      */
263 263
     protected function getErrorCodeFromException(ApnsRuntimeException $exception)
264 264
     {
Please login to merge, or discard this patch.