diff options
author | Fabien Potencier <fabien.potencier@gmail.com> | 2014-11-30 17:59:09 +0100 |
---|---|---|
committer | Fabien Potencier <fabien.potencier@gmail.com> | 2014-11-30 17:59:09 +0100 |
commit | f9c498153d663c0cf0710ff9c89a11d2a4833cdc (patch) | |
tree | fe2c86b4887eef95757f849324e26d20965766bc /Acl/Model/ObjectIdentityInterface.php | |
parent | 748e258f7683a17e9803ded49ae94ab3e24e6c68 (diff) | |
parent | e5dfe6a3e96c71e87c0ca9aa84115accd9ebb229 (diff) | |
download | symfony-security-f9c498153d663c0cf0710ff9c89a11d2a4833cdc.zip symfony-security-f9c498153d663c0cf0710ff9c89a11d2a4833cdc.tar.gz symfony-security-f9c498153d663c0cf0710ff9c89a11d2a4833cdc.tar.bz2 |
minor #12774 Docblock Fixes (GrahamCampbell)
This PR was merged into the 2.3 branch.
Discussion
----------
Docblock Fixes
| Q | A
| ------------- | ---
| Bug fix? | no
| New feature? | no
| BC breaks? | no
| Deprecations? | no
| Tests pass? | yes
| Fixed tickets | N/A
| License | MIT
| Doc PR | N/A
##### This pull request fixes the docblock alignment as requested in #12760.
It was also necessary for me to ensure the `@return` annotations were correctly separated in order to accurately align the `@param` annotations.
Commits
-------
443307e Docblock fixes
Diffstat (limited to 'Acl/Model/ObjectIdentityInterface.php')
-rw-r--r-- | Acl/Model/ObjectIdentityInterface.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Acl/Model/ObjectIdentityInterface.php b/Acl/Model/ObjectIdentityInterface.php index 2ee365f..6574b49 100644 --- a/Acl/Model/ObjectIdentityInterface.php +++ b/Acl/Model/ObjectIdentityInterface.php @@ -28,6 +28,7 @@ interface ObjectIdentityInterface * Example for Object Equality: $object1->getId() === $object2->getId() * * @param ObjectIdentityInterface $identity + * * @return bool */ public function equals(ObjectIdentityInterface $identity); |