Failed Conditions
Pull Request — master (#237)
by Rafael
02:52
created
src/Models/Subscription.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -188,7 +188,7 @@  discard block
 block discarded – undo
188 188
     /**
189 189
      * Get the active subscription for this company app.
190 190
      *
191
-     * @return void
191
+     * @return Subscription
192 192
      */
193 193
     public static function getActiveForThisApp() : Subscription
194 194
     {
@@ -266,7 +266,7 @@  discard block
 block discarded – undo
266 266
     /**
267 267
      * Given a not active subscription activate it.
268 268
      *
269
-     * @return void
269
+     * @return boolean
270 270
      */
271 271
     public function activate(): bool
272 272
     {
Please login to merge, or discard this patch.