The type Getnet\SplitExampleMagen...\Adminhtml\Order\Config was not found. Maybe you did not declare it correctly or list all dependencies?
The issue could also be caused by a filter entry in the build configuration.
If the path has been excluded in your configuration, e.g. excluded_paths:["lib/*"],
you can move it to the dependency path list as follows:
It seems like $config of type Getnet\SplitExampleMagento\Helper\Data is incompatible with the declared type Getnet\SplitExampleMagen...\Adminhtml\Order\Config of property $config.
Our type inference engine has found an assignment to a property that is incompatible
with the declared type of that property.
Either this assignment is in error or the assigned type should be added
to the documentation/type hint for that property..
Loading history...
31
}
32
33
/**
34
* Before Convert.
35
*
36
* @param View $subject
37
*/
38
public function beforeSetLayout(
39
View $subject
40
) {
41
$typeRelease = $this->config->getTypeRelease();
42
43
if ($typeRelease !== 'not_applicable') {
44
$message = __('Are you sure you want to do this?');
The issue could also be caused by a filter entry in the build configuration. If the path has been excluded in your configuration, e.g.
excluded_paths: ["lib/*"]
, you can move it to the dependency path list as follows:For further information see https://scrutinizer-ci.com/docs/tools/php/php-scrutinizer/#list-dependency-paths