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 baa4889 commit 8671c6fCopy full SHA for 8671c6f
src/HeroConstant.php
@@ -22,7 +22,7 @@
22
23
class HeroConstant
24
{
25
- /** @var array */
+ /** @var array<int, string> */
26
public const ERROR_TYPE = [
27
E_ERROR => 'E_ERROR',
28
E_WARNING => 'E_WARNING',
0 commit comments