File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
tests/system/Database/Live Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -120,6 +120,8 @@ protected function _close(): bool
120120
121121 /**
122122 * Handle parameters.
123+ *
124+ * @param array<int, mixed> $options
123125 */
124126 protected function parameterize (string $ queryString , array $ options ): array
125127 {
Original file line number Diff line number Diff line change @@ -284,7 +284,7 @@ public function testInsertBinaryData(): void
284284 $ fileContent = file_get_contents (TESTPATH . '_support/Images/EXIFsamples/landscape_0.jpg ' );
285285 $ this ->assertTrue ($ this ->query ->execute ($ fileContent ));
286286
287- $ id = $ this ->db ->insertId ();
287+ $ id = $ this ->db ->insertID ();
288288 $ builder = $ this ->db ->table ('type_test ' );
289289
290290 if ($ this ->db ->DBDriver === 'Postgre ' ) {
You can’t perform that action at this time.
0 commit comments