Skip to content

Commit 75ce201

Browse files
committed
Do not mention PHP support
This was the only spot in which the PHP support & version was mentioned. Either all statements should have or none. But it superfluous since the section "Previous language versions" already covers it: > Throughout this document, any instructions MAY be ignored if they do not exist in versions of PHP supported by your project. https://www.php-fig.org/per/coding-style/#previous-language-versions
1 parent fccba05 commit 75ce201

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

spec.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -443,8 +443,7 @@ class Talker
443443

444444
Visibility MUST be declared on all properties.
445445

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

449448
The `var` keyword MUST NOT be used to declare a property.
450449

0 commit comments

Comments
 (0)