File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
- # Alma Career Czechia Coding Standard for PHP
1
+ # Alma Career Coding Standard for PHP
2
2
3
3
[ ![ Latest Stable Version] ( https://img.shields.io/packagist/v/lmc/coding-standard.svg?style=flat-square )] ( https://packagist.org/packages/lmc/coding-standard )
4
4
5
- PHP coding standard used in [ Alma Career Czechia ] [ Alma Career ] (formerly LMC) products.
5
+ PHP coding standard used in [ Alma Career] [ Alma Career ] (formerly LMC) products.
6
6
7
7
The standard is based on [ PSR-12] [ psr-12 ] and partially [ PER 2.0] [ per-2 ] and adds
8
8
various checks to make sure the code is readable, follows the same conventions, and does not contain common mistakes.
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " lmc/coding-standard" ,
3
- "description" : " Coding standard used in Alma Career Czechia (LMC) projects" ,
3
+ "description" : " Coding standard used in Alma Career projects" ,
4
4
"license" : " MIT" ,
5
5
"type" : " library" ,
6
6
"authors" : [
7
7
{
8
8
"name" : " Alma Career" ,
9
- "homepage" : " https://github.com/almacareer /"
9
+ "homepage" : " https://github.com/alma-oss /"
10
10
}
11
11
],
12
12
"require" : {
You can’t perform that action at this time.
0 commit comments