We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e42f92d commit db4b458Copy full SHA for db4b458
src/Set/CodeigniterLevelSetList.php
@@ -9,5 +9,5 @@ final class CodeigniterLevelSetList
9
/**
10
* @var string
11
*/
12
- final public const UP_TO_CODEIGNITER_44 = __DIR__ . '/../../config/sets/level/up-to-codeigniter-44.php';
+ public const UP_TO_CODEIGNITER_44 = __DIR__ . '/../../config/sets/level/up-to-codeigniter-44.php';
13
}
src/Set/CodeigniterSetList.php
@@ -9,5 +9,5 @@ final class CodeigniterSetList
- final public const CODEIGNITER_44 = __DIR__ . '/../../config/sets/codeigniter44.php';
+ public const CODEIGNITER_44 = __DIR__ . '/../../config/sets/codeigniter44.php';
0 commit comments