We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93126b4 commit a934639Copy full SHA for a934639
tests/PHPStan/Rules/Debug/data/dump-phpdoc-type.php
@@ -31,7 +31,7 @@
31
* @param T $value
32
* @return T
33
*/
34
-function id(mixed $value): mixed
+function id($value)
35
{
36
dumpPhpDocType($value);
37
0 commit comments