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 a580c50 commit 04831bfCopy full SHA for 04831bf
src/PhpGenerator/Helpers.php
@@ -25,7 +25,7 @@ final class Helpers
25
// built-in types
26
'string' => 1, 'int' => 1, 'float' => 1, 'bool' => 1, 'array' => 1, 'object' => 1,
27
'callable' => 1, 'iterable' => 1, 'void' => 1, 'null' => 1, 'mixed' => 1, 'false' => 1,
28
- 'never' => 1,
+ 'never' => 1,'true' => 1,
29
30
// class keywords
31
'self' => 1, 'parent' => 1, 'static' => 1,
@@ -42,9 +42,6 @@ final class Helpers
42
'__TRAIT__' => 1, '__FUNCTION__' => 1, '__METHOD__' => 1, '__LINE__' => 1, '__FILE__' => 1, '__DIR__' => 1,
43
'__NAMESPACE__' => 1, 'fn' => 1, 'match' => 1, 'enum' => 1, 'abstract' => 1, 'final' => 1,
44
'private' => 1, 'protected' => 1, 'public' => 1, 'readonly' => 1,
45
-
46
- // additional reserved class names
47
- 'true' => 1,
48
];
49
50
/** @deprecated */
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル
0 commit comments