We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ce53e0 commit 683ce26Copy full SHA for 683ce26
rules-tests/DowngradePhp80/Rector/FunctionLike/DowngradeUnionTypeDeclarationRector/Fixture/match_return_doc_with_native.php.inc
@@ -0,0 +1,31 @@
1
+<?php
2
+
3
+namespace Rector\Tests\DowngradePhp80\Rector\FunctionLike\DowngradeUnionTypeDeclarationRector\Fixture;
4
5
+final class MatchReturnDocWithNative
6
+{
7
+ /**
8
+ * @return \stdClass[]|null|int
9
+ */
10
+ public function run($value): int|null|array
11
+ {
12
+ }
13
+}
14
15
+?>
16
+-----
17
18
19
20
21
22
23
24
25
26
+ public function run($value)
27
28
29
30
31
0 commit comments