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 4bf407c commit d7b98faCopy full SHA for d7b98fa
Loader/XmlFileLoader.php
@@ -597,7 +597,7 @@ public function validateSchema(\DOMDocument $dom)
597
foreach ($schemaLocations as $namespace => $location) {
598
$parts = explode('/', $location);
599
if (0 === stripos($location, 'phar://')) {
600
- $tmpfile = tempnam(sys_get_temp_dir(), 'sf2');
+ $tmpfile = tempnam(sys_get_temp_dir(), 'symfony');
601
if ($tmpfile) {
602
copy($location, $tmpfile);
603
$tmpfiles[] = $tmpfile;
0 commit comments