The method addTranslation() does not exist on LaravelModulize\Contract...izerRepositoryInterface. Since it exists in all sub-types, consider adding an abstract or default implementation to LaravelModulize\Contract...izerRepositoryInterface.
(
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 filesExist() does not exist on LaravelModulize\Contract...izerRepositoryInterface. Since it exists in all sub-types, consider adding an abstract or default implementation to LaravelModulize\Contract...izerRepositoryInterface.
(
Ignorable by Annotation
)
If this is a false-positive, you can also ignore this issue in your code via the ignore-call annotation
31
if (!$this->repo->/** @scrutinizer ignore-call */ filesExist($this->getFilesPath($module))) {
The method glob() does not exist on LaravelModulize\Contract...izerRepositoryInterface. Since it exists in all sub-types, consider adding an abstract or default implementation to LaravelModulize\Contract...izerRepositoryInterface.
(
Ignorable by Annotation
)
If this is a false-positive, you can also ignore this issue in your code via the ignore-call annotation