8000 Typos on 6.0 branch · Nommyde/symfony@e2200c2 · GitHub
[go: up one dir, main page]

Skip to content

Commit e2200c2

Browse files
committed
Typos on 6.0 branch
1 parent cd682e6 commit e2200c2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Symfony/Bundle/FrameworkBundle/KernelBrowser.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ public function loginUser(object $user, string $firewallContext = 'main'): stati
119119
}
120120

121121
$token = new TestBrowserToken($user->getRoles(), $user, $firewallContext);
122-
// required for compatibilty with Symfony 5.4
122+
// required for compatibility with Symfony 5.4
123123
if (method_exists($token, 'isAuthenticated')) {
124124
$token->setAuthenticated(true, false);
125125
}

src/Symfony/Component/PropertyAccess/PropertyAccessor.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ public function setValue(object|array &$objectOrArray, string|PropertyPathInterf
162162
// OR
163163
// 2. its child is not passed by reference
164164
//
165-
// This may avoid uncessary value setting process for array elements.
165+
// This may avoid unnecessary value setting process for array elements.
166166
// For example:
167167
// '[a][b][c]' => 'old-value'
168168
// If you want to change its value to 'new-value',

0 commit comments

Comments
 (0)
0