[WIP] LiveUrl

by @mbuliard

Some issues have been detected in this pull request

Issues that can be fixed by applying a patch

Review the proposed patch then download it to apply it manually or execute the following command from the repository root directory:

curl https://fabbot.io/patch/symfony/ux/2673/043ebdcbb34b295f6e23596a5d2c0b1c8e1a62ec/cs.diff | patch -p0
diff -ru src/LiveComponent/tests/Unit/Util/UrlFactoryTest.php src/LiveComponent/tests/Unit/Util/UrlFactoryTest.php
--- src/LiveComponent/tests/Unit/Util/UrlFactoryTest.php	2025-05-16 21:33:47.138765484 +0000
+++ src/LiveComponent/tests/Unit/Util/UrlFactoryTest.php	2025-05-16 21:33:48.990769218 +0000
@@ -2,6 +2,15 @@
 
 declare(strict_types=1);
 
+/*
+ * This file is part of the Symfony package.
+ *
+ * (c) Fabien Potencier <[email protected]>
+ *
+ * For the full copyright and license information, please view the LICENSE
+ * file that was distributed with this source code.
+ */
+
 namespace Symfony\UX\LiveComponent\Tests\Unit\Util;
 
 use PHPUnit\Framework\TestCase;

0
Common Typos

0
File Permissions

0
Merge Commits

0
Exception Messages Formatting

0
Usage of void in test files

0
Use ::class whenever possible

0
Deprecation Messages