Skip to content

Commit 71bd3b9

Browse files
CodeIgniter 4.6.4 update (#504)
* chore(deps): bump codeigniter4/framework from 4.6.3 to 4.6.4 Bumps [codeigniter4/framework](https://github.com/codeigniter4/framework) from 4.6.3 to 4.6.4. - [Release notes](https://github.com/codeigniter4/framework/releases) - [Commits](codeigniter4/framework@v4.6.3...v4.6.4) --- updated-dependencies: - dependency-name: codeigniter4/framework dependency-version: 4.6.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> * Fix phpdoc, Update type hint for namespace property * Add synchronous key per upgrade guide --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a622b56 commit 71bd3b9

File tree

3 files changed

+8
-7
lines changed

3 files changed

+8
-7
lines changed

app/Config/Database.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -182,6 +182,7 @@ class Database extends Config
182182
'port' => 3306,
183183
'foreignKeys' => true,
184184
'busyTimeout' => 1000,
185+
'synchronous' => null,
185186
'dateFormat' => [
186187
'date' => 'Y-m-d',
187188
'datetime' => 'Y-m-d H:i:s',

composer.lock

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tests/_support/ProjectTestCase.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ abstract class ProjectTestCase extends CIUnitTestCase
4040
* Note that running "all" runs migrations in date order,
4141
* but specifying namespaces runs them in namespace order (then date)
4242
*
43-
* @var array|string|null
43+
* @var array<int, string>|string|null
4444
*/
4545
protected $namespace = 'App';
4646

0 commit comments

Comments
 (0)