The method uuid() does not exist on Core\Domain\Common\Command\CommandInterface. It seems like you code against a sub-type of said class. However, the method does not exist in Administration\Domain\Su...\Command\CreateSupplier. Are you sure you never get one of those?
(
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 locale() does not exist on Core\Domain\Common\Command\CommandInterface. It seems like you code against a sub-type of Core\Domain\Common\Command\CommandInterface such as Company\Application\Settings\Command\EditSettings or Company\Application\Sett...mmand\ConfigureSettings.
(
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 currency() does not exist on Core\Domain\Common\Command\CommandInterface. It seems like you code against a sub-type of Core\Domain\Common\Command\CommandInterface such as Company\Application\Settings\Command\EditSettings or Company\Application\Sett...mmand\ConfigureSettings.
(
Ignorable by Annotation
)
If this is a false-positive, you can also ignore this issue in your code via the ignore-call annotation