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 4c8fe1a

Browse filesBrowse files
committed
#11652 [HttpKernel] Remove trigger_error
1 parent f71e3bc commit 4c8fe1a
Copy full SHA for 4c8fe1a

File tree

Expand file treeCollapse file tree

1 file changed

+0
-2
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+0
-2
lines changed

‎src/Symfony/Component/HttpKernel/Kernel.php

Copy file name to clipboardExpand all lines: src/Symfony/Component/HttpKernel/Kernel.php
-2Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -214,8 +214,6 @@ public function getBundles()
214214
*/
215215
public function isClassInActiveBundle($class)
216216
{
217-
trigger_error('isClassInActiveBundle is deprecated since version 2.6 and will be removed in 3.0.', E_USER_DEPRECATED);
218-
219217
foreach ($this->getBundles() as $bundle) {
220218
if (0 === strpos($class, $bundle->getNamespace())) {
221219
return true;

0 commit comments

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