Completed
Push — issue/1648 ( 6a702b )
by Ravinder
1341:41 queued 1322:21
created
includes/class-give-license-handler.php 1 patch
Doc Comments   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -486,7 +486,7 @@  discard block
 block discarded – undo
486 486
 		 * @access public
487 487
 		 * @since  1.7
488 488
 		 *
489
-		 * @return bool|void
489
+		 * @return false|null
490 490
 		 */
491 491
 		public function weekly_license_check() {
492 492
 
@@ -539,7 +539,7 @@  discard block
 block discarded – undo
539 539
 		 * @access public
540 540
 		 * @since  1.7
541 541
 		 *
542
-		 * @return bool|void
542
+		 * @return false|null
543 543
 		 */
544 544
 		public function weekly_subscription_check() {
545 545
 
@@ -620,7 +620,7 @@  discard block
 block discarded – undo
620 620
 		 * @access private
621 621
 		 * @since  1.7
622 622
 		 *
623
-		 * @return bool|void
623
+		 * @return false|null
624 624
 		 */
625 625
 		private function __single_subscription_check() {
626 626
 			// Do not fire if license key is not set.
@@ -832,7 +832,7 @@  discard block
 block discarded – undo
832 832
 		 * @access private
833 833
 		 * @since  1.7
834 834
 		 *
835
-		 * @return void|bool
835
+		 * @return false|null
836 836
 		 */
837 837
 		private function __remove_license_key_from_subscriptions() {
838 838
 			$subscriptions = get_option( 'give_subscriptions', array() );
Please login to merge, or discard this patch.