per-coding-style icon indicating copy to clipboard operation
per-coding-style copied to clipboard

Add missing const visibility modifier in enum example

Open TimWolla opened this issue 1 year ago • 0 comments

As per 4.3:

Visibility MUST be declared on all constants if your project PHP minimum version supports constant visibilities (PHP 7.1 or later).

TimWolla avatar Apr 06 '23 17:04 TimWolla