Skip to content

Commit d4362c4

Browse files
authored
Merge pull request #8502 from kenjis/add-strict-types-ForgeModifyColumnTest
[4.5] refactor: add `declare(strict_types=1)` to ForgeModifyColumnTest
2 parents 2353ee3 + 1659f6a commit d4362c4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/system/Database/Live/SQLite3/ForgeModifyColumnTest.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
<?php
22

3+
declare(strict_types=1);
4+
35
/**
46
* This file is part of CodeIgniter 4 framework.
57
*

0 commit comments

Comments
 (0)