Skip to content

Commit 843d5a8

Browse files
committed
[Security] Fixed Typo
1 parent c70824d commit 843d5a8

File tree

2 files changed

+9
-6
lines changed

2 files changed

+9
-6
lines changed

src/Symfony/Component/Security/Acl/Dbal/AclProvider.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,8 @@ protected function doUpdateAceIdentityMap(array &$aces)
251251
* @param array $batch
252252
* @param array $sids
253253
* @param array $oidLookup
254-
* @return \SplObjectStorage mapping object identites to ACL instances
254+
*
255+
* @return \SplObjectStorage mapping object identities to ACL instances
255256
*/
256257
protected function lookupObjectIdentities(array $batch, array $sids, array $oidLookup)
257258
{

src/Symfony/Component/Security/Http/RememberMe/TokenBasedRememberMeServices.php

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -117,13 +117,15 @@ protected function onLoginSuccess(Request $request, Response $response, TokenInt
117117
}
118118

119119
/**
120-
* Generates the cookie value
120+
* Generates the cookie value.
121+
*
122+
* @param string $class
123+
* @param string $username The username
124+
* @param integer $expires The unixtime when the cookie expires
125+
* @param string $password The encoded password
121126
*
122-
* @param strign $class
123-
* @param string $username The username
124-
* @param integer $expires The unixtime when the cookie expires
125-
* @param string $password The encoded password
126127
* @throws \RuntimeException if username contains invalid chars
128+
*
127129
* @return string
128130
*/
129131
protected function generateCookieValue($class, $username, $expires, $password)

0 commit comments

Comments
 (0)