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 64efd46 commit 7730496Copy full SHA for 7730496
include/errors.inc
@@ -456,6 +456,7 @@ function is_known_term (string $term): ?string {
456
'timestamp' => 'function.time.php',
457
'try' => 'language.exceptions.php',
458
'upload' => 'features.file-upload.php',
459
+ 'yield' => 'language.generators.syntax.php#control-structures.yield',
460
];
461
462
return $terms[$term] ?? null;
0 commit comments