The class Doctrine\Persistence\PersistentObject has been deprecated: Deprecated `PersistentObject` class in 1.2. Please implement this functionality directly in your application if you want ActiveRecord style functionality.
(
Ignorable by Annotation
)
If this is a false-positive, you can also ignore this issue in your code via the ignore-deprecated annotation
28
abstract class PersistentObject extends /** @scrutinizer ignore-deprecated */ \Doctrine\Persistence\PersistentObject