Skip to content

Commit

Permalink
remove final const
Browse files Browse the repository at this point in the history
  • Loading branch information
ddevsr committed Apr 5, 2024
1 parent e42f92d commit db4b458
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Set/CodeigniterLevelSetList.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ final class CodeigniterLevelSetList
/**
* @var string
*/
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';
}
2 changes: 1 addition & 1 deletion src/Set/CodeigniterSetList.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ final class CodeigniterSetList
/**
* @var string
*/
final public const CODEIGNITER_44 = __DIR__ . '/../../config/sets/codeigniter44.php';
public const CODEIGNITER_44 = __DIR__ . '/../../config/sets/codeigniter44.php';
}

0 comments on commit db4b458

Please sign in to comment.