Completed
Push — issues/1649 ( 047424...a7c938 )
by Ravinder
20:58
created
includes/class-give-license-handler.php 1 patch
Doc Comments   +6 added lines, -6 removed lines patch added patch discarded remove patch
@@ -483,7 +483,7 @@  discard block
 block discarded – undo
483 483
 		 * @access public
484 484
 		 * @since  1.7
485 485
 		 *
486
-		 * @return bool|void
486
+		 * @return false|null
487 487
 		 */
488 488
 		public function weekly_license_check() {
489 489
 
@@ -536,7 +536,7 @@  discard block
 block discarded – undo
536 536
 		 * @access public
537 537
 		 * @since  1.7
538 538
 		 *
539
-		 * @return bool|void
539
+		 * @return false|null
540 540
 		 */
541 541
 		public function weekly_subscription_check() {
542 542
 
@@ -617,7 +617,7 @@  discard block
 block discarded – undo
617 617
 		 * @access private
618 618
 		 * @since  1.7
619 619
 		 *
620
-		 * @return bool|void
620
+		 * @return false|null
621 621
 		 */
622 622
 		private function __single_subscription_check() {
623 623
 			// Do not fire if license key is not set.
@@ -829,7 +829,7 @@  discard block
 block discarded – undo
829 829
 		 * @access private
830 830
 		 * @since  1.7
831 831
 		 *
832
-		 * @return void|bool
832
+		 * @return false|null
833 833
 		 */
834 834
 		private function __remove_license_key_from_subscriptions() {
835 835
 			$subscriptions = get_option( 'give_subscriptions', array() );
@@ -928,7 +928,7 @@  discard block
 block discarded – undo
928 928
 		 * @param $plugin_data
929 929
 		 * @param $status
930 930
 		 *
931
-		 * @return bool
931
+		 * @return false|null
932 932
 		 */
933 933
 		public function plugin_page_notices( $plugin_file, $plugin_data, $status ) {
934 934
 			// Bailout.
@@ -957,7 +957,7 @@  discard block
 block discarded – undo
957 957
 		 *
958 958
 		 * @since  1.8.7
959 959
 		 * @access public
960
-		 * @return array
960
+		 * @return string
961 961
 		 */
962 962
 		public function license_state_message() {
963 963
 			$message_data = array();
Please login to merge, or discard this patch.