Skip to content

Commit a5ece16

Browse files
committed
Minor code improvement
1 parent a5ebcd5 commit a5ece16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doctrine/events.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -372,7 +372,7 @@ want to log all the database activity. To do so, define a listener for the
372372
$this->logActivity('update', $args);
373373
}
374374

375-
public function logActivity(string $operation, LifecycleEventArgs $args)
375+
private function logActivity(string $action, LifecycleEventArgs $args)
376376
{
377377
$entity = $args->getObject();
378378

0 commit comments

Comments
 (0)