Added missing docblock return statement.

This commit is contained in:
Barry Kooij 2014-11-21 22:12:37 +01:00
parent 64227fe9d8
commit b131f250b6
1 changed files with 2 additions and 0 deletions

View File

@ -1147,6 +1147,8 @@ abstract class WC_Abstract_Order {
* Check whether this order has a specific shipping method or not
*
* @param string $method_id
*
* @return bool
*/
public function has_shipping_method( $method_id ) {