Completed
Push — update/autoloader_woo_activati... ( 2160aa )
by
unknown
300:31 queued 290:56
created
projects/packages/autoloader/src/class-plugin-locator.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -120,7 +120,7 @@
 block discarded – undo
120 120
 	 * Inspects the request to determine if this is a Woo plugin actiation request. If it is,
121 121
 	 * returns the list of activating plugin slugs.
122 122
 	 *
123
-	 * @return array|false Returns an array of plugin slugs or false if this is not a Woo plugin
123
+	 * @return string[] Returns an array of plugin slugs or false if this is not a Woo plugin
124 124
 	 *                     activation request.
125 125
 	 */
126 126
 	private function find_activating_plugins_in_woo_request() {
Please login to merge, or discard this patch.