Completed
Push — release/1.8.7 ( e179fe...7902e8 )
by Ravinder
1216:57 queued 1198:53
created
includes/admin/class-give-settings.php 1 patch
Doc Comments   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -72,7 +72,7 @@  discard block
 block discarded – undo
72 72
 	 *
73 73
 	 * @param $url
74 74
 	 *
75
-	 * @return mixed
75
+	 * @return string
76 76
 	 */
77 77
 	public function give_update_cmb_meta_box_url( $url ) {
78 78
 		// Path to Give's CMB
@@ -935,7 +935,7 @@  discard block
 block discarded – undo
935 935
  * @since      1.3.5
936 936
  *
937 937
  * @param $array
938
- * @param $position |int|string Expects an array key or 'id' of the settings field to appear after
938
+ * @param string $position |int|string Expects an array key or 'id' of the settings field to appear after
939 939
  * @param $insert   |array a valid array of options to insert
940 940
  *
941 941
  * @return array
@@ -974,7 +974,7 @@  discard block
 block discarded – undo
974 974
  * @since 1.0
975 975
  *
976 976
  * @param array $field_arr
977
- * @param array $saved_values
977
+ * @param string|boolean $saved_values
978 978
  *
979 979
  * @return void
980 980
  */
@@ -1009,7 +1009,7 @@  discard block
 block discarded – undo
1009 1009
  * @since  1.0
1010 1010
  *
1011 1011
  * @param  array $field_arr
1012
- * @param  array $saved_value
1012
+ * @param  string|boolean $saved_value
1013 1013
  *
1014 1014
  * @return void
1015 1015
  */
Please login to merge, or discard this patch.
includes/class-give-license-handler.php 1 patch
Doc Comments   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -493,7 +493,7 @@  discard block
 block discarded – undo
493 493
 		 * @access public
494 494
 		 * @since  1.7
495 495
 		 *
496
-		 * @return bool
496
+		 * @return false|null
497 497
 		 */
498 498
 		public function weekly_license_check() {
499 499
 
@@ -546,7 +546,7 @@  discard block
 block discarded – undo
546 546
 		 * @access public
547 547
 		 * @since  1.7
548 548
 		 *
549
-		 * @return bool
549
+		 * @return false|null
550 550
 		 */
551 551
 		public function weekly_subscription_check() {
552 552
 
@@ -627,7 +627,7 @@  discard block
 block discarded – undo
627 627
 		 * @access private
628 628
 		 * @since  1.7
629 629
 		 *
630
-		 * @return bool
630
+		 * @return false|null
631 631
 		 */
632 632
 		private function __single_subscription_check() {
633 633
 			// Do not fire if license key is not set.
@@ -840,7 +840,7 @@  discard block
 block discarded – undo
840 840
 		 * @access private
841 841
 		 * @since  1.7
842 842
 		 *
843
-		 * @return bool
843
+		 * @return false|null
844 844
 		 */
845 845
 		private function __remove_license_key_from_subscriptions() {
846 846
 			$subscriptions = get_option( 'give_subscriptions', array() );
Please login to merge, or discard this patch.