1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 00:02:20 +01:00

[skip ci] Zend/tests/return_types/never_generator.phpt: fix test name (GH-15757)

The test is unrelated to parameter types, likely left over from a copy-paste
with never_parameter.phpt
This commit is contained in:
DanielEScherzer
2024-09-05 10:26:26 -07:00
committed by GitHub
parent e1f7197f89
commit f17c220388

View File

@@ -1,5 +1,5 @@
--TEST--
never return type: not valid as a parameter type
never return type: not valid for a generator
--FILE--
<?php