@@ -128,7 +128,7 @@ |
||
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 ) { |