The method registerAppendix() does not exist on Cycle\ORM\Command\CommandInterface. It seems like you code against a sub-type of Cycle\ORM\Command\CommandInterface such as Cycle\ORM\Command\StoreCommandInterface or Cycle\ORM\Command\StoreCommand or Cycle\ORM\Command\Special\WrappedStoreCommand or Cycle\ORM\Command\Database\Update.
(
Ignorable by Annotation
)
If this is a false-positive, you can also ignore this issue in your code via the ignore-call annotation
22
$this->command->/** @scrutinizer ignore-call */
23
registerAppendix($key, $value);
Loading history...
23
}
24
25
public function registerColumn(string $key, mixed $value): void
The method registerColumn() does not exist on Cycle\ORM\Command\CommandInterface. It seems like you code against a sub-type of Cycle\ORM\Command\CommandInterface such as Cycle\ORM\Command\StoreCommandInterface or Cycle\ORM\Command\StoreCommand or Cycle\ORM\Command\Special\WrappedStoreCommand or Cycle\ORM\Command\Database\Update.
(
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 hasData() does not exist on Cycle\ORM\Command\CommandInterface. It seems like you code against a sub-type of Cycle\ORM\Command\CommandInterface such as Cycle\ORM\Command\StoreCommandInterface or Cycle\ORM\Command\StoreCommand or Cycle\ORM\Command\Special\WrappedStoreCommand or Cycle\ORM\Command\Database\Update.
(
Ignorable by Annotation
)
If this is a false-positive, you can also ignore this issue in your code via the ignore-call annotation