Completed
Push — master ( bd97eb...77fdab )
by Sudar
08:35
created
include/Addon/Addon.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -289,7 +289,7 @@
 block discarded – undo
289 289
 	/**
290 290
 	 * Get license key if the add-on has a valid license.
291 291
 	 *
292
-	 * @return bool|string License key if found, False otherwise.
292
+	 * @return null|string License key if found, False otherwise.
293 293
 	 */
294 294
 	public function get_addon_license_key() {
295 295
 		return $this->get_license()->get_license_key();
Please login to merge, or discard this patch.