Skip to content

Commit

Permalink
Static analysis
Browse files Browse the repository at this point in the history
  • Loading branch information
edineivaldameri committed Jun 4, 2024
1 parent 94c4d5e commit f120505
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 0 additions & 1 deletion phpstan.neon.dist
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,3 @@ parameters:
tmpDir: .build/phpstan
checkOctaneCompatibility: true
checkModelProperties: true
checkMissingIterableValueType: false
3 changes: 3 additions & 0 deletions src/Http/Controllers/FetchAnythingController.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@

class FetchAnythingController
{
/**
* @return Collection<int, Anything>
*/
public function __invoke(string $type): Collection
{
/** @var Collection<int, Anything> $anything */
Expand Down

0 comments on commit f120505

Please sign in to comment.