Skip to content

Commit d2f2206

Browse files
author
NatePage
committed
Remove method return type hint for php5 compatibility.
1 parent 13a3eb5 commit d2f2206

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
@@ -114,7 +114,7 @@ public function onFlush(EventArgs $args)
114114
*
115115
* @return void
116116
*/
117-
public function postFlush(PostFlushEventArgs $args): void
117+
public function postFlush(PostFlushEventArgs $args)
118118
{
119119
$ea = $this->getEventAdapter($args);
120120
$om = $ea->getObjectManager();

0 commit comments

Comments
 (0)