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.
Prophecy\Argument::type(...oryBuildingPass::class) of type Prophecy\Argument\Token\TypeToken is incompatible with the type Symfony\Component\Depend...r\CompilerPassInterface expected by parameter $pass of Symfony\Component\Depend...lder::addCompilerPass().
(
Ignorable by Annotation
)
If this is a false-positive, you can also ignore this issue in your code via the ignore-type annotation
This check looks for calls to methods that do not seem to exist on a given type.
It looks for the method on the type itself as well as in inherited classes or
implemented interfaces.
This is most likely a typographical error or the method has been renamed.
The method build() does not exist on spec\Knp\DictionaryBundle\KnpDictionaryBundleSpec. 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.