Completed
Push — staging ( 1c055b...4e989e )
by
unknown
37:22 queued 17:32
created
admin/class-yikes-inc-easy-mailchimp-extender-admin.php 1 patch
Doc Comments   +4 added lines patch added patch discarded remove patch
@@ -470,6 +470,9 @@  discard block
 block discarded – undo
470 470
 			$response_body = json_decode( wp_remote_retrieve_body( $response ) );
471 471
 		}
472 472
 
473
+		/**
474
+		 * @return string
475
+		 */
473 476
 		public function get_premium_license( $plugin_slug ) {
474 477
 
475 478
 			switch( $plugin_slug ) {
@@ -767,6 +770,7 @@  discard block
 block discarded – undo
767 770
 
768 771
 	/**
769 772
 	 * Convert the php date format string to a js date format
773
+	 * @param string $type
770 774
 	 */
771 775
 	public function yikes_jQuery_datepicker_date_format_php_to_js( $sFormat, $type ) {
772 776
 		switch ( $type ) {
Please login to merge, or discard this patch.