Skip to content

Commit

Permalink
Merge branch 'dependabot/composer/phpstan/phpstan-0.12.90'
Browse files Browse the repository at this point in the history
  • Loading branch information
hrach committed Jul 2, 2021
2 parents 93c3dc4 + dbf529d commit 16183d1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"nette/finder": "~2.5",
"nette/neon": "~3.0",
"phpstan/extension-installer": "1.1.0",
"phpstan/phpstan": "0.12.88",
"phpstan/phpstan": "0.12.90",
"phpstan/phpstan-deprecation-rules": "0.12.6",
"phpstan/phpstan-strict-rules": "0.12.9",
"symfony/config": "~4.4 || ~5.0",
Expand Down
6 changes: 3 additions & 3 deletions src/Result/BufferedResultAdapter.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ class BufferedResultAdapter implements IResultAdapter
/** @var IResultAdapter */
protected $adapter;

/** @var ArrayIterator<mixed, mixed>|null */
/** @var ArrayIterator<array-key, mixed>|null */
protected $data;


Expand Down Expand Up @@ -87,7 +87,7 @@ public function getNormalizers(): array


/**
* @return ArrayIterator<mixed, mixed>
* @return ArrayIterator<array-key, mixed>
*/
protected function getData(): ArrayIterator
{
Expand All @@ -99,7 +99,7 @@ protected function getData(): ArrayIterator


/**
* @return ArrayIterator<mixed, mixed>
* @return ArrayIterator<array-key, mixed>
*/
protected function fetchData(): ArrayIterator
{
Expand Down

0 comments on commit 16183d1

Please sign in to comment.