Completed
Push — master ( 9f77b5...9b184b )
by Devin
32:45 queued 12:46
created
google-maps-builder.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -314,7 +314,7 @@
 block discarded – undo
314 314
  * Example: <?php $gmb = Give(); ?>
315 315
  *
316 316
  * @since 2.0
317
- * @return object - The one true Give Instance
317
+ * @return Google_Maps_Builder - The one true Give Instance
318 318
  */
319 319
 function Google_Maps_Builder() {
320 320
 	return Google_Maps_Builder::instance();
Please login to merge, or discard this patch.
includes/admin/class-gmb-shortcode-generator.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -143,7 +143,6 @@
 block discarded – undo
143 143
 	 * Display the contents of the iframe used when the GPR Shortcode Generator is clicked
144 144
 	 * TinyMCE button is clicked.
145 145
 	 *
146
-	 * @param int $ver
147 146
 	 *
148 147
 	 * @return int
149 148
 	 */
Please login to merge, or discard this patch.
includes/class-gmb-scripts.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -128,7 +128,7 @@
 block discarded – undo
128 128
 	 *
129 129
 	 * @description: Determine if Google Maps API script has already been loaded
130 130
 	 * @since      : 1.0.3
131
-	 * @return bool $multiple_google_maps_api
131
+	 * @return false|null $multiple_google_maps_api
132 132
 	 */
133 133
 	function check_for_multiple_google_maps_api_calls() {
134 134
 
Please login to merge, or discard this patch.