Completed
Push — issues/1649 ( a9c89f )
by Ravinder
20:07
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
 
@@ -481,7 +481,7 @@  discard block
 block discarded – undo
481 481
 		 * @access public
482 482
 		 * @since  1.7
483 483
 		 *
484
-		 * @return bool
484
+		 * @return false|null
485 485
 		 */
486 486
 		public function weekly_license_check() {
487 487
 
@@ -533,7 +533,7 @@  discard block
 block discarded – undo
533 533
 		 * @access public
534 534
 		 * @since  1.7
535 535
 		 *
536
-		 * @return bool
536
+		 * @return false|null
537 537
 		 */
538 538
 		public function weekly_subscription_check() {
539 539
 
@@ -613,7 +613,7 @@  discard block
 block discarded – undo
613 613
 		 * @access private
614 614
 		 * @since  1.7
615 615
 		 *
616
-		 * @return bool
616
+		 * @return false|null
617 617
 		 */
618 618
 		private function __single_subscription_check() {
619 619
 			// Do not fire if license key is not set.
@@ -824,7 +824,7 @@  discard block
 block discarded – undo
824 824
 		 * @access private
825 825
 		 * @since  1.7
826 826
 		 *
827
-		 * @return bool
827
+		 * @return false|null
828 828
 		 */
829 829
 		private function __remove_license_key_from_subscriptions(){
830 830
 			$subscriptions = get_option( 'give_subscriptions', array() );
Please login to merge, or discard this patch.