CRLF to LF

This commit is contained in:
crazywhalecc
2026-07-06 14:02:38 +08:00
parent 45b97581d8
commit 7f6be12bf1
12 changed files with 760 additions and 736 deletions

View File

@@ -517,13 +517,13 @@ class PackageLoaderTest extends TestCase
mkdir($psr4Dir, 0755, true);
// Create test class file
$classContent = '<?php
namespace Test\Package;
use StaticPHP\Attribute\Package\Library;
#[Library("test-lib")]
class TestPackage1 {
$classContent = '<?php
namespace Test\Package;
use StaticPHP\Attribute\Package\Library;
#[Library("test-lib")]
class TestPackage1 {
}';
file_put_contents($psr4Dir . '/TestPackage1.php', $classContent);