File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -58,12 +58,12 @@ public function c(iterable $foo): void
58
58
*
59
59
* @param int[] $foo
60
60
* @param int[] $bar
61
- * @psalm-param array<int, string > $bar
62
- * @phpstan-param array<int, string > $bar
61
+ * @psalm-param array<string, int > $foo
62
+ * @phpstan-param array<string, int > $foo
63
63
*
64
64
* @return int[]
65
- * @psalm-return array<int, string >
66
- * @phpstan-return array<int, string >
65
+ * @psalm-return array<string, int >
66
+ * @phpstan-return array<string, int >
67
67
*
68
68
* @throws FooException
69
69
* @throws BarException
Original file line number Diff line number Diff line change @@ -57,10 +57,10 @@ public function c(iterable $foo): void
57
57
* @PHPCR\Field
58
58
* @ODM\Column
59
59
* @ORM\Column
60
- * @psalm-param array<int, string > $bar
61
- * @phpstan-return array<int, string >
62
- * @phpstan-param array<int, string > $bar
63
- * @psalm-return array<int, string >
60
+ * @psalm-param array<string, int > $foo
61
+ * @phpstan-return array<string, int >
62
+ * @phpstan-param array<string, int > $foo
63
+ * @psalm-return array<string, int >
64
64
* @see other
65
65
*
66
66
*/
You can’t perform that action at this time.
0 commit comments