Completed
Pull Request — master (#24)
by Rafał
07:17
created
Services/PaywallService.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -357,7 +357,7 @@  discard block
 block discarded – undo
357 357
     /**
358 358
      * Gets all available sections by given language Id.
359 359
      *
360
-     * @param int $language Language Id to search for
360
+     * @param int $languageId Language Id to search for
361 361
      *
362 362
      * @return array
363 363
      */
@@ -530,7 +530,7 @@  discard block
 block discarded – undo
530 530
      *
531 531
      * @param UserSubscription $userSubscription User subscription
532 532
      *
533
-     * @return DateTime
533
+     * @return null|\DateTime
534 534
      */
535 535
     public function getExpirationDate(UserSubscription $userSubscription)
536 536
     {
Please login to merge, or discard this patch.