Skip to content

Commit c7312f2

Browse files
committed
Update doc links.
1 parent 183fea1 commit c7312f2

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/BaseMigration.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ public function query(string $sql, array $params = []): mixed
256256
* Queries executed through the query builder are always sent to the database, regardless of
257257
* the dry-run settings.
258258
*
259-
* @see https://api.cakephp.org/3.6/class-Cake.Database.Query.html
259+
* @see https://api.cakephp.org/5.2/class-Cake.Database.Query.html
260260
* @param string $type Query
261261
* @return \Cake\Database\Query
262262
*/

src/MigrationInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ public function query(string $sql, array $params = []): mixed;
168168
* Queries executed through the query builder are always sent to the database, regardless of
169169
* the dry-run settings.
170170
*
171-
* @see https://api.cakephp.org/3.6/class-Cake.Database.Query.html
171+
* @see https://api.cakephp.org/5.2/class-Cake.Database.Query.html
172172
* @param string $type Query
173173
* @return \Cake\Database\Query
174174
*/

0 commit comments

Comments
 (0)