nette / security

🔑 Provides authentication, authorization and a role-based access control management via ACL (Access Control List)
https://doc.nette.org/access-control
Other
357 stars 40 forks source link

Inconsistency in IIdentity file #63

Open marabucz opened 3 years ago

marabucz commented 3 years ago

Version: 3.1.0-3.1.3

Bug Description

IIdentity claims to have a method getData() (https://github.com/nette/security/blob/v3.1.3/src/Security/IIdentity.php#L15), but the method itself is being commented. Result is PHPStorm is constantly complaining about getData not being overwritten.