Completed
Push — issues/1649 ( a9c89f...e4c75d )
by Ravinder
38:08 queued 18:13
created
includes/class-give-license-handler.php 1 patch
Doc Comments   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -219,7 +219,7 @@  discard block
 block discarded – undo
219 219
 		 * @access private
220 220
 		 * @since  1.0
221 221
 		 *
222
-		 * @return bool
222
+		 * @return false|null
223 223
 		 */
224 224
 		public function auto_updater() {
225 225
 
@@ -484,7 +484,7 @@  discard block
 block discarded – undo
484 484
 		 * @access public
485 485
 		 * @since  1.7
486 486
 		 *
487
-		 * @return bool
487
+		 * @return false|null
488 488
 		 */
489 489
 		public function weekly_license_check() {
490 490
 
@@ -536,7 +536,7 @@  discard block
 block discarded – undo
536 536
 		 * @access public
537 537
 		 * @since  1.7
538 538
 		 *
539
-		 * @return bool
539
+		 * @return false|null
540 540
 		 */
541 541
 		public function weekly_subscription_check() {
542 542
 
@@ -616,7 +616,7 @@  discard block
 block discarded – undo
616 616
 		 * @access private
617 617
 		 * @since  1.7
618 618
 		 *
619
-		 * @return bool
619
+		 * @return false|null
620 620
 		 */
621 621
 		private function __single_subscription_check() {
622 622
 			// Do not fire if license key is not set.
@@ -827,7 +827,7 @@  discard block
 block discarded – undo
827 827
 		 * @access private
828 828
 		 * @since  1.7
829 829
 		 *
830
-		 * @return bool
830
+		 * @return false|null
831 831
 		 */
832 832
 		private function __remove_license_key_from_subscriptions() {
833 833
 			$subscriptions = get_option( 'give_subscriptions', array() );
Please login to merge, or discard this patch.