Completed
Pull Request — master (#11430)
by Matty
12:49
created
includes/abstracts/abstract-wc-shipping-method.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
 	 * Methods should override this to declare support (or lack of support) for a feature.
130 130
 	 *
131
-	 * @param       $feature string The name of a feature to test support for.
131
+	 * @param       string $feature string The name of a feature to test support for.
132 132
 	 * @return bool          True if the shipping method supports the feature, false otherwise.
133 133
 	 */
134 134
 	public function supports( $feature ) {
Please login to merge, or discard this patch.