The class ByTIC\Models\SmartProper...\Definitions\Definition has been deprecated: use \ByTIC\Models\SmartProperties\Definitions\Definition
(
Ignorable by Annotation
)
If this is a false-positive, you can also ignore this issue in your code via the ignore-deprecated annotation
21
$definition = /** @scrutinizer ignore-deprecated */ new Definition();
Loading history...
22
$definition->setField($field);
23
self::assertSame($name, $definition->getName());
24
}
25
26
public function date_infer_name_from_field(): array