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 472167a

Browse filesBrowse files
committed
symfony#27121 updated deprecation message
1 parent 0d18b4b commit 472167a
Copy full SHA for 472167a

File tree

1 file changed

+1
-1
lines changed
Filter options

1 file changed

+1
-1
lines changed

‎src/Symfony/Component/Security/Http/Firewall/AccessListener.php

Copy file name to clipboardExpand all lines: src/Symfony/Component/Security/Http/Firewall/AccessListener.php
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ public function __construct($tokenStorage, $accessDecisionManager, $map = null,
8282
}
8383

8484
if ($oldSignature) {
85-
@trigger_error('The '.__CLASS__.' constructor now expects 2 arguments', E_USER_DEPRECATED);
85+
@trigger_error('The '.__CLASS__.' constructor expects 2 arguments since version X.X. Update constructor signature AccessListener(AuthorizationCheckerInterface, AccessMapInterface).', E_USER_DEPRECATED);
8686
$this->tokenStorage = $tokenStorage;
8787
$this->accessDecisionManager = $accessDecisionManager;
8888
$this->authManager = $authManager;

0 commit comments

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