File tree 3 files changed +8
-24
lines changed
3 files changed +8
-24
lines changed Original file line number Diff line number Diff line change 174
174
@ODM\,
175
175
@PHPCR\,
176
176
" />
177
- <element value ="
178
- @param,
179
- @psalm-param,
180
- @phpstan-param,
181
- " />
182
- <element value ="
183
- @return,
184
- @psalm-return,
185
- @phpstan-return,
186
- " />
177
+ <element value =" @param" />
178
+ <element value =" @return" />
187
179
<element value =" @throws" />
188
180
</property >
189
181
</properties >
Original file line number Diff line number Diff line change @@ -56,14 +56,10 @@ public function c(iterable $foo): void
56
56
* @PHPCR\Uuid
57
57
* @PHPCR\Field
58
58
*
59
- * @param int[] $foo
60
- * @param int[] $bar
61
- * @psalm-param array<string, int> $foo
62
- * @phpstan-param array<string, int> $foo
59
+ * @param int[] $foo
60
+ * @param int[] $bar
63
61
*
64
- * @return int[]
65
- * @psalm-return array<string, int>
66
- * @phpstan-return array<string, int>
62
+ * @return int[]
67
63
*
68
64
* @throws FooException
69
65
* @throws BarException
Original file line number Diff line number Diff line change @@ -43,24 +43,20 @@ public function c(iterable $foo): void
43
43
* Description
44
44
* More Description
45
45
* @throws FooException
46
- * @param int[] $foo
46
+ * @param int[] $foo
47
47
* @uses other
48
48
* @throws BarException
49
- * @return int[]
49
+ * @return int[]
50
50
* @ORM\Id
51
51
* @internal
52
52
* @link https://example.com
53
53
* @ODM\Id
54
54
* @deprecated
55
55
* @PHPCR\Uuid
56
- * @param int[] $bar
56
+ * @param int[] $bar
57
57
* @PHPCR\Field
58
58
* @ODM\Column
59
59
* @ORM\Column
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
60
* @see other
65
61
*
66
62
*/
You can’t perform that action at this time.
0 commit comments