@@ -99,9 +99,9 @@ discard block |
||
| 99 | 99 | /** |
| 100 | 100 | * This is called from /ecommerce/code/Product |
| 101 | 101 | * returning NULL is like returning TRUE OR FALSE, i.e. ignore this. |
| 102 | - * @param Member (optional) $member |
|
| 102 | + * @param Member Member $member |
|
| 103 | 103 | * @param bool (optional) $checkPrice |
| 104 | - * @return false | null |
|
| 104 | + * @return null|false | null |
|
| 105 | 105 | */ |
| 106 | 106 | public function canPurchaseByCountry(Member $member = null, $checkPrice = true, $countryCode = '') |
| 107 | 107 | { |
@@ -399,7 +399,7 @@ discard block |
||
| 399 | 399 | * as long as we do not give distributors access to the Products |
| 400 | 400 | * this is fairly safe. |
| 401 | 401 | * @param member (optiona) $member |
| 402 | - * @return null / bool |
|
| 402 | + * @return boolean / bool |
|
| 403 | 403 | */ |
| 404 | 404 | public function canEdit($member = null) |
| 405 | 405 | { |