Movatterモバイル変換


[0]ホーム

URL:


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

Sign up
Appearance settings

Commitf718d65

Browse files
committed
Disable XML validation
1 parent58a29f2 commitf718d65

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

‎UPGRADE-5.4.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,6 @@ SecurityBundle
110110
* Deprecate passing an array of arrays as 1st argument to`MainConfiguration`, pass a sorted flat array of
111111
factories instead.
112112
* Deprecate the`always_authenticate_before_granting` option
113-
* XML configured user providers and authenticators not coming from Symfony must now declare their own namespace
114113

115114
Security
116115
--------

‎src/Symfony/Component/DependencyInjection/Loader/XmlFileLoader.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -402,7 +402,7 @@ private function parseDefinition(\DOMElement $service, string $file, Definition
402402
privatefunctionparseFileToDOM(string$file):\DOMDocument
403403
{
404404
try {
405-
$dom = XmlUtils::loadFile($file, [$this,'validateSchema']);
405+
$dom = XmlUtils::loadFile($file);
406406
}catch (\InvalidArgumentException$e) {
407407
thrownewInvalidArgumentException(sprintf('Unable to parse file "%s":',$file).$e->getMessage(),$e->getCode(),$e);
408408
}

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp