We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96c2027 commit f866247Copy full SHA for f866247
src/Configuration/Loader/Xml.php
@@ -404,7 +404,7 @@ private function loadXmlFile($filename)
404
*
405
* @return void
406
*/
407
- private function validateConfigurationAgainstSchema() : void
+ private function validateConfigurationAgainstSchema()
408
{
409
$original = \libxml_use_internal_errors(true);
410
$xsdFilename = __DIR__ . '/../../../phpbu.xsd';
0 commit comments