Skip to content

Commit 5af7477

Browse files
author
NatePage
committed
Use basic array syntax for php5.3 compatibility.
1 parent 51f4bea commit 5af7477

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Gedmo/SoftDeleteable/SoftDeleteableListener.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ class SoftDeleteableListener extends MappedEventSubscriber
3434
*
3535
* @var array
3636
*/
37-
private $softDeletedObjects = [];
37+
private $softDeletedObjects = array();
3838

3939
/**
4040
* {@inheritdoc}

0 commit comments

Comments
 (0)