Add config options to allow fields to be updated using a setter method. #1747
Annotations
5 errors
PHPStan:
src/AbstractTrackingListener.php#L223
Method Gedmo\AbstractTrackingListener::updateField() has parameter $config with no value type specified in iterable type array.
|
PHPStan:
src/Mapping/Driver/AbstractAnnotationDriver.php#L142
Method Gedmo\Mapping\Driver\AbstractAnnotationDriver::setSetterMethod() has parameter $config with no value type specified in iterable type array.
|
PHPStan:
src/Mapping/Driver/File.php#L167
Method Gedmo\Mapping\Driver\File::setSetterMethod() has parameter $config with no value type specified in iterable type array.
|
PHPStan:
src/SoftDeleteable/Mapping/Driver/Annotation.php#L64
Access to an undefined property object::$fieldName.
|
PHPStan
Process completed with exit code 1.
|