Completed
Push — master ( e678ca...d0596b )
by Alexey
7s
created
source/AndroidPublisher/Purchases/Subscriptions/Resource.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -52,7 +52,7 @@
 block discarded – undo
52 52
     }
53 53
 
54 54
     /**
55
-     * @return float time at which the subscription will expire, seconds
55
+     * @return integer time at which the subscription will expire, seconds
56 56
      */
57 57
     public function getExpiryTime() {
58 58
         return $this->getExpiryTimeMillis() / 1000;
Please login to merge, or discard this patch.