Skip to content

Commit f866247

Browse files
Remove void return for php 7.0 reasons
1 parent 96c2027 commit f866247

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Configuration/Loader/Xml.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -404,7 +404,7 @@ private function loadXmlFile($filename)
404404
*
405405
* @return void
406406
*/
407-
private function validateConfigurationAgainstSchema() : void
407+
private function validateConfigurationAgainstSchema()
408408
{
409409
$original = \libxml_use_internal_errors(true);
410410
$xsdFilename = __DIR__ . '/../../../phpbu.xsd';

0 commit comments

Comments
 (0)