mirror of
https://github.com/php/php-src.git
synced 2026-03-25 16:52:18 +01:00
Currently interface methods with visibility `private` or `protected` fail with an error message: Access type for interface method A::b() must be omitted However, explicitly setting visibility `public` is allowed and often desired. This commit updates the error message to: Access type for interface method A::b() must be public
229 B
229 B