Sync modifiche fatte direttamente sul server dev

This commit is contained in:
2025-11-23 19:03:12 +00:00
parent 853047c431
commit 0dae6b3700
100 changed files with 13027 additions and 3 deletions

View File

@@ -0,0 +1,20 @@
<?php
/*
* This file is part of the Symfony package.
*
* (c) Fabien Potencier <fabien@symfony.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
if (\PHP_VERSION_ID < 80000) {
interface Stringable
{
/**
* @return string
*/
public function __toString();
}
}