Skip to content

Commit 05a6feb

Browse files
committed
Update Readme to PSR-12
1 parent 4dda3cd commit 05a6feb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22

33

44
This repository contains the ruleset for the PHP code we develop at [FLYERALARM](https://flyeralarm.com).
5-
It mostly consists of PSR-2 with some custom additions. The rules are enforced with the help of squizlabs/PHP_CodeSniffer
5+
It mostly consists of PSR-12 with some custom additions. The rules are enforced with the help of squizlabs/PHP_CodeSniffer
66

77
The key words “MUST”, “MUST NOT”, “REQUIRED”, “SHALL”, “SHALL NOT”, “SHOULD”,
88
“SHOULD NOT”, “RECOMMENDED”, “MAY”, and “OPTIONAL” in this document are to be
99
interpreted as described in [RFC 2119](http://www.ietf.org/rfc/rfc2119.txt).
1010

11-
## Custom Rules in addition to PSR-2
11+
## Custom Rules in addition to PSR-12
1212

1313
* Variable names MUST be in lowerCamelCase
1414
* Yoda conditions MUST NOT be used

0 commit comments

Comments
 (0)