The method Categories() does not exist on SilverCommerce\Discounts\Model\FreePostageDiscount. Since you implemented __call, consider adding a @method annotation.
(
Ignorable by Annotation
)
If this is a false-positive, you can also ignore this issue in your code via the ignore-call annotation
The property MinOrder does not exist on SilverCommerce\Discounts\Model\FreePostageDiscount. Since you implemented __get, consider adding a @property annotation.
The method Estimate() does not exist on SilverCommerce\Discounts\Model\AppliedDiscount. Since you implemented __call, consider adding a @method annotation.
(
Ignorable by Annotation
)
If this is a false-positive, you can also ignore this issue in your code via the ignore-call annotation