File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
src/Symfony/Component/Security/Core/User Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 12
12
namespace Symfony \Component \Security \Core \User ;
13
13
14
14
/**
15
- * ComparatorInterface used to test if two object are equal in security
15
+ * ComparableInterface used to test if two objects are equal in security
16
16
* and re-authentication context.
17
17
*
18
18
* @author Dariusz Górecki <darek.krk@gmail.com>
@@ -26,7 +26,9 @@ interface ComparableInterface
26
26
* However, you do not need to compare every attribute, but only those that
27
27
* are relevant for assessing whether re-authentication is required.
28
28
*
29
- * @return boolean
29
+ * @param UserInterface $user
30
+ *
31
+ * @return Boolean
30
32
*/
31
- public function compareTo ($ object );
33
+ function compareTo (UserInterface $ user );
32
34
}
You can’t perform that action at this time.
0 commit comments