Merge pull request #27858 from Rowayda-Khayri/fixes

Add punctuation mark to function's docblock
This commit is contained in:
Rodrigo Primo 2020-10-15 15:09:21 -03:00 committed by GitHub
commit 9155a78043
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -150,7 +150,7 @@ class WC_Shipping {
/**
* Loads all shipping methods which are hooked in.
* If a $package is passed some methods may add themselves conditionally and zones will be used.
* If a $package is passed, some methods may add themselves conditionally and zones will be used.
*
* @param array $package Package information.
* @return WC_Shipping_Method[]