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 e475fd8 commit 2d4d866
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 9 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 @@ -44,7 +44,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
8 changes: 0 additions & 8 deletions utils/phpstan-baseline/return.missing.neon

This file was deleted.

0 comments on commit 2d4d866

Please sign in to comment.