Skip to content

Commit

Permalink
Merge branch 'refs/heads/master' into column_type_classes2
Browse files Browse the repository at this point in the history
  • Loading branch information
Tigrov committed May 4, 2024
2 parents 0eefbee + 8efbb3e commit 15352af
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 44 deletions.
1 change: 0 additions & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
/.editorconfig export-ignore
/.gitattributes export-ignore
/.gitignore export-ignore
/.scrutinizer.yml export-ignore
/phpunit.xml.dist export-ignore
/docs export-ignore

Expand Down
41 changes: 0 additions & 41 deletions .scrutinizer.yml

This file was deleted.

2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"php": "^8.0",
"ext-mbstring": "*",
"ext-pdo": "*",
"yiisoft/db": "^1.2",
"yiisoft/db": "dev-master",
"yiisoft/json": "^1.0"
},
"require-dev": {
Expand Down
2 changes: 1 addition & 1 deletion tests/CommandTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ public function testAlterColumn(): void
public function testBatchInsert(
string $table,
array $columns,
array $values,
iterable $values,
string $expected,
array $expectedParams = [],
int $insertedRow = 1
Expand Down

0 comments on commit 15352af

Please sign in to comment.