Skip to content

Commit

Permalink
refactor: add declare(strict_types=1)
Browse files Browse the repository at this point in the history
  • Loading branch information
andifahruddinakas committed Dec 18, 2024
1 parent 242745c commit cab5b94
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions system/Config/BaseConfig.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
<?php

declare(strict_types=1);

/**
* This file is part of CodeIgniter 4 framework.
*
Expand Down
2 changes: 2 additions & 0 deletions system/Test/ControllerTestTrait.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
<?php

declare(strict_types=1);

/**
* This file is part of CodeIgniter 4 framework.
*
Expand Down

0 comments on commit cab5b94

Please sign in to comment.