Completed
Pull Request — develop (#897)
by William
02:40
created
src/includes/class-wordlift-configuration-service.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -615,7 +615,7 @@
 block discarded – undo
615 615
 	 *
616 616
 	 * @since TBD
617 617
 	 *
618
-	 * @return string 'no' or 'yes' representing bool.
618
+	 * @return boolean 'no' or 'yes' representing bool.
619 619
 	 */
620 620
 	public function is_analytics_enable() {
621 621
 		return 'yes' === $this->get( 'wl_analytics_settings', self::ANALYTICS_ENABLE, 'no' );
Please login to merge, or discard this patch.