Skip to content

Commit d7d4e1b

Browse files
authored
docs (#149)
1 parent 47ca753 commit d7d4e1b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/QueryReflection/RuntimeConfiguration.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,9 @@ final class RuntimeConfiguration
1717
*/
1818
public const ERROR_MODE_EXCEPTION = 'exception';
1919
/**
20-
* use whatever the current php-src version uses per default.
20+
* use whatever the configured php-src version uses per default.
21+
*
22+
* @see https://phpstan.org/config-reference#phpversion
2123
*/
2224
public const ERROR_MODE_DEFAULT = 'default';
2325

0 commit comments

Comments
 (0)