Skip to content

Commit

Permalink
Merge pull request #8502 from kenjis/add-strict-types-ForgeModifyColu…
Browse files Browse the repository at this point in the history
…mnTest

[4.5] refactor: add `declare(strict_types=1)` to ForgeModifyColumnTest
  • Loading branch information
kenjis authored Feb 4, 2024
2 parents 2353ee3 + 1659f6a commit d4362c4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/system/Database/Live/SQLite3/ForgeModifyColumnTest.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 d4362c4

Please sign in to comment.