Skip to content

Commit

Permalink
refactor: Fix phpstan return.missing
Browse files Browse the repository at this point in the history
  • Loading branch information
neznaika0 committed Jan 8, 2025
1 parent dd08f95 commit 361afa3
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 14 deletions.
1 change: 1 addition & 0 deletions system/Test/Mock/MockResult.php
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ public function dataSeek($n = 0)
*/
protected function fetchAssoc()
{
return [];
}

/**
Expand Down
1 change: 0 additions & 1 deletion utils/phpstan-baseline/loader.neon
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ includes:
- property.readOnlyByPhpDocAssignOutOfClass.neon
- property.readOnlyByPhpDocDefaultValue.neon
- property.unusedType.neon
- return.missing.neon
- return.type.neon
- return.unusedType.neon
- staticMethod.notFound.neon
Expand Down
13 changes: 0 additions & 13 deletions utils/phpstan-baseline/return.missing.neon

This file was deleted.

0 comments on commit 361afa3

Please sign in to comment.