Skip to content

Commit

Permalink
#16477 - Add return type
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeckerson committed Dec 23, 2023
1 parent a5b58db commit 12bbf0e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/database/Mvc/Model/Criteria/FromInputCest.php
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ public function _before(DatabaseTester $I): void
* @group mysql
* @group sqlite
*/
public function mvcModelCriteriaFromInputMysql(DatabaseTester $I)
public function mvcModelCriteriaFromInputMysql(DatabaseTester $I): void
{
$I->wantToTest('Mvc\Model\Criteria - fromInput()');

Expand Down
2 changes: 1 addition & 1 deletion tests/database/Mvc/Model/DeleteCest.php
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ public function mvcModelDelete(DatabaseTester $I)
* @group pgsql
* @group sqlite
*/
public function mvcModelDeleteCascadeRelated(DatabaseTester $I)
public function mvcModelDeleteCascadeRelated(DatabaseTester $I): void
{
$I->wantToTest('Mvc\Model - delete() with related items');

Expand Down

0 comments on commit 12bbf0e

Please sign in to comment.