It is generally recommended to explicitly declare the visibility for methods.
Adding explicit visibility (private, protected, or public) is generally
recommend to communicate to other developers how, and from where this method
is intended to be used.
The property maximumAmountMessage does not exist on spec\BitBag\SyliusQuadPa...traints\OrderAmountSpec. Since you implemented __get, consider adding a @property annotation.
The property minimumAmountMessage does not exist on spec\BitBag\SyliusQuadPa...traints\OrderAmountSpec. Since you implemented __get, consider adding a @property annotation.
Loading history...
35
}
36
37
function it_is_validate_by_unique_user_email_validator(): void
The method validatedBy() does not exist on spec\BitBag\SyliusQuadPa...traints\OrderAmountSpec. 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 method getTargets() does not exist on spec\BitBag\SyliusQuadPa...traints\OrderAmountSpec. 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
Adding explicit visibility (
private
,protected
, orpublic
) is generally recommend to communicate to other developers how, and from where this method is intended to be used.