It seems like new \kujaff\VersionsBund...Entity\Version('2.0.1') of type object<kujaff\VersionsBundle\Entity\Version> is incompatible with the declared type object<kujaff\VersionsBundle\Model\Version> of property $version.
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...
18
}
19
20
/**
21
* @inherited
22
*/
23
public function build(ContainerBuilder $container)
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..