Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 941647f

Browse filesBrowse files
committed
minor symfony#38244 [SecurityBundle] fix class name (xabbuh)
This PR was merged into the 5.1 branch. Discussion ---------- [SecurityBundle] fix class name | Q | A | ------------- | --- | Branch? | 5.1 | Bug fix? | no | New feature? | no | Deprecations? | no | Tickets | | License | MIT | Doc PR | see https://travis-ci.org/github/symfony/symfony/jobs/728702294#L3552 Commits ------- 6e40ca3 fix class name
2 parents 2a76d51 + 6e40ca3 commit 941647f
Copy full SHA for 941647f

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎src/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/Compiler/RegisterGlobalSecurityEventListenersPassTest.php

Copy file name to clipboardExpand all lines: src/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/Compiler/RegisterGlobalSecurityEventListenersPassTest.php
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
use Symfony\Component\Security\Http\Event\LoginSuccessEvent;
2424
use Symfony\Component\Security\Http\Event\LogoutEvent;
2525

26-
class RegisterGlobalSecurtyEventListenersPassTest extends TestCase
26+
class RegisterGlobalSecurityEventListenersPassTest extends TestCase
2727
{
2828
private $container;
2929

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.