We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51f4bea commit 5af7477Copy full SHA for 5af7477
lib/Gedmo/SoftDeleteable/SoftDeleteableListener.php
@@ -34,7 +34,7 @@ class SoftDeleteableListener extends MappedEventSubscriber
34
*
35
* @var array
36
*/
37
- private $softDeletedObjects = [];
+ private $softDeletedObjects = array();
38
39
/**
40
* {@inheritdoc}
0 commit comments