File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 1414use Yiisoft \Db \Query \Query ;
1515use Yiisoft \Db \Schema \SchemaInterface ;
1616
17+ use function str_repeat ;
18+
1719/**
1820 * @group mysql
1921 *
@@ -92,7 +94,7 @@ public function testPhpTypeCast(): void
9294
9395 $ intColPhpType = $ tableSchema ->getColumn ('int_col ' )?->phpTypecast($ query ['int_col ' ]);
9496 $ charColPhpType = $ tableSchema ->getColumn ('char_col ' )?->phpTypecast($ query ['char_col ' ]);
95- $ charCol3PhpType = $ tableSchema ->getColumn ('char_col ' )?->phpTypecast($ query ['char_col3 ' ]);
97+ $ charCol3PhpType = $ tableSchema ->getColumn ('char_col3 ' )?->phpTypecast($ query ['char_col3 ' ]);
9698 $ floatColPhpType = $ tableSchema ->getColumn ('float_col ' )?->phpTypecast($ query ['float_col ' ]);
9799 $ blobColPhpType = $ tableSchema ->getColumn ('blob_col ' )?->phpTypecast($ query ['blob_col ' ]);
98100 $ timePhpType = $ tableSchema ->getColumn ('time ' )?->phpTypecast($ query ['time ' ]);
You can’t perform that action at this time.
0 commit comments