Skip to content

Commit 61d50d1

Browse files
franmomuderrabus
authored andcommitted
Add return type explicitly
1 parent 47af09b commit 61d50d1

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Domain/Acl.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,8 @@ public function __construct($id, ObjectIdentityInterface $objectIdentity, Permis
6464

6565
/**
6666
* Adds a property changed listener.
67+
*
68+
* @return void
6769
*/
6870
public function addPropertyChangedListener(PropertyChangedListener $listener)
6971
{

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"symfony/phpunit-bridge": "^5.2|^6.0",
2626
"doctrine/cache": "^1.11|^2.0",
2727
"doctrine/common": "^2.2|^3",
28-
"doctrine/persistence": "^1.3.3|^2",
28+
"doctrine/persistence": "^1.3.3|^2|^3",
2929
"doctrine/dbal": "^2.13.1|^3.1",
3030
"psr/log": "^1|^2|^3"
3131
},

0 commit comments

Comments
 (0)