Skip to content

Commit e88e25a

Browse files
committed
Merge branch '5.0'
* 5.0: Fix wrong namespaces Fix wrong namespaces Fix the reporting of deprecations in twig:lint forward multiple attributes voting flag bumped Symfony version to 5.0.8 updated VERSION for 5.0.7 updated CHANGELOG for 5.0.7 bumped Symfony version to 4.4.8 updated VERSION for 4.4.7 updated CHANGELOG for 4.4.7 [Validator] Fixed calling getters before resolving groups [HttpKernel][LoggerDataCollector] Prevent keys collisions in the sanitized logs processing
2 parents 73e2000 + 71ce7e7 commit e88e25a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Tests/DependencyInjection/Fixtures/CustomPathBundle/src/CustomPathBundle.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
* file that was distributed with this source code.
1010
*/
1111

12-
namespace Symfony\Bundle\FrameworkBundle\Tests;
12+
namespace Symfony\Bundle\FrameworkBundle\Tests\DependencyInjection\Fixtures\CustomPathBundle;
1313

1414
use Symfony\Component\HttpKernel\Bundle\Bundle;
1515

Tests/DependencyInjection/Fixtures/TestBundle/TestBundle.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
* file that was distributed with this source code.
1010
*/
1111

12-
namespace Symfony\Bundle\FrameworkBundle\Tests;
12+
namespace Symfony\Bundle\FrameworkBundle\Tests\DependencyInjection\Fixtures\TestBundle;
1313

1414
use Symfony\Component\HttpKernel\Bundle\Bundle;
1515

0 commit comments

Comments
 (0)