Skip to content

Commit d7b98fa

Browse files
committed
removed sf2 references
1 parent 4bf407c commit d7b98fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Loader/XmlFileLoader.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -597,7 +597,7 @@ public function validateSchema(\DOMDocument $dom)
597597
foreach ($schemaLocations as $namespace => $location) {
598598
$parts = explode('/', $location);
599599
if (0 === stripos($location, 'phar://')) {
600-
$tmpfile = tempnam(sys_get_temp_dir(), 'sf2');
600+
$tmpfile = tempnam(sys_get_temp_dir(), 'symfony');
601601
if ($tmpfile) {
602602
copy($location, $tmpfile);
603603
$tmpfiles[] = $tmpfile;

0 commit comments

Comments
 (0)