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 b46f995

Browse filesBrowse files
committed
feature #24349 [SecurityBundle] Add missing AclSchemaListener deprecation (ogizanagi)
This PR was merged into the 3.4 branch. Discussion ---------- [SecurityBundle] Add missing AclSchemaListener deprecation | Q | A | ------------- | --- | Branch? | 3.4 | Bug fix? | no | New feature? | no <!-- don't forget updating src/**/CHANGELOG.md files --> | BC breaks? | no | Deprecations? | yes <!-- don't forget updating UPGRADE-*.md files --> | Tests pass? | yes | Fixed tickets | N/A <!-- #-prefixed issue number(s), if any --> | License | MIT | Doc PR | N/A Missing from #24318 Commits ------- d43c1f7 [SecurityBundle] Add missing AclSchemaListener deprecation
2 parents 7269013 + d43c1f7 commit b46f995
Copy full SHA for b46f995

File tree

1 file changed

+4
-0
lines changed
Filter options

1 file changed

+4
-0
lines changed

‎src/Symfony/Bundle/SecurityBundle/EventListener/AclSchemaListener.php

Copy file name to clipboardExpand all lines: src/Symfony/Bundle/SecurityBundle/EventListener/AclSchemaListener.php
+4Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,17 @@
1111

1212
namespace Symfony\Bundle\SecurityBundle\EventListener;
1313

14+
@trigger_error(sprintf('Class "%s" is deprecated since version 3.4 and will be removed in 4.0. Use Symfony\Bundle\AclBundle\EventListener\SetAclCommand instead.', AclSchemaListener::class), E_USER_DEPRECATED);
15+
1416
use Symfony\Component\Security\Acl\Dbal\Schema;
1517
use Doctrine\ORM\Tools\Event\GenerateSchemaEventArgs;
1618

1719
/**
1820
* Merges ACL schema into the given schema.
1921
*
2022
* @author Johannes M. Schmitt <schmittjoh@gmail.com>
23+
*
24+
* @deprecated since 3.4, to be removed in 4.0
2125
*/
2226
class AclSchemaListener
2327
{

0 commit comments

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