File tree Expand file tree Collapse file tree 4 files changed +8
-3
lines changed
user_guide_src/source/changelogs Expand file tree Collapse file tree 4 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 1345913459 'count' => 2,
1346013460 'path' => __DIR__ . '/tests/system/Database/Live/MySQLi/NumberNativeTest.php',
1346113461];
13462+ $ignoreErrors[] = [
13463+ // identifier: property.notFound
13464+ 'message' => '#^Access to an undefined property CodeIgniter\\\\Database\\\\BaseConnection\\:\\:\\$foundRows\\.$#',
13465+ 'count' => 2,
13466+ 'path' => __DIR__ . '/tests/system/Database/Live/MySQLi/FoundRowsTest.php',
13467+ ];
1346213468$ignoreErrors[] = [
1346313469 // identifier: missingType.property
1346413470 'message' => '#^Property CodeIgniter\\\\Database\\\\Live\\\\MySQLi\\\\NumberNativeTest\\:\\:\\$tests has no type specified\\.$#',
Original file line number Diff line number Diff line change 3535 * @property-read string $DSN
3636 * @property-read array|bool $encrypt
3737 * @property-read array $failover
38- * @property-read bool $foundRows
3938 * @property-read string $hostname
4039 * @property-read Query $lastQuery
4140 * @property-read string $password
Original file line number Diff line number Diff line change @@ -84,7 +84,7 @@ class Connection extends BaseConnection
8484 /**
8585 * Use MYSQLI_CLIENT_FOUND_ROWS
8686 *
87- * Whether affected_rows should return number of rows found,
87+ * Whether affectedRows() should return number of rows found,
8888 * or number of rows changed, after an UPDATE query.
8989 *
9090 * @var bool
Original file line number Diff line number Diff line change @@ -121,7 +121,7 @@ Forge
121121Others
122122------
123123
124- - Added a new configuration `foundRows ` for MySQLi to use `MYSQLI_CLIENT_FOUND_ROWS `.
124+ - Added a new configuration `` foundRows `` for MySQLi to use `` MYSQLI_CLIENT_FOUND_ROWS ` `.
125125
126126Model
127127=====
You can’t perform that action at this time.
0 commit comments