Skip to content

Commit bbc2224

Browse files
committed
fix rector
1 parent 61b1554 commit bbc2224

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

system/EnvironmentDetector.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@
2323
*
2424
* @see \CodeIgniter\EnvironmentDetectorTest
2525
*/
26-
final class EnvironmentDetector
26+
final readonly class EnvironmentDetector
2727
{
28-
private readonly string $environment;
28+
private string $environment;
2929

3030
/**
3131
* @param non-empty-string|null $environment The environment to use, or null to

0 commit comments

Comments
 (0)