The method changed() does not exist on SilverStripe\CKANRegistry\Model\Resource. 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
28
if ($this->/** @scrutinizer ignore-call */ changed('Identifier')) {
The method Fields() does not exist on SilverStripe\CKANRegistry\Model\Resource. 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 Filters() does not exist on SilverStripe\CKANRegistry\Model\Resource. 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