mirror of
https://github.com/pestphp/pest.git
synced 2026-03-09 09:17:23 +01:00
Style
This commit is contained in:
@ -53,7 +53,7 @@ final class Configuration implements HandlesArguments, Terminable
|
||||
unlink($path);
|
||||
}
|
||||
|
||||
$doc = new DOMDocument();
|
||||
$doc = new DOMDocument;
|
||||
$doc->load(self::BASE_PHPUNIT_FILE);
|
||||
|
||||
$contents = $doc->saveXML();
|
||||
|
||||
Reference in New Issue
Block a user