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
kenjis committed Jan 16, 2024
1 parent 798ac68 commit 993a70a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions system/Test/IniTestTrait.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 993a70a

Please sign in to comment.