issues
search
aik099
/
CodingStandard
The PHP_CodeSniffer coding standard I'm using on all of my projects
BSD 3-Clause "New" or "Revised" License
5
stars
2
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Fatal Error on PHP 7.4
#108
aik099
closed
11 months ago
1
IF sniff false-positive inside a "switch"
#107
aik099
opened
1 year ago
0
Improve GitHub Actions workflow for Composer
#106
aik099
closed
2 years ago
1
Move from Travis CI to GitHub Actions
#105
aik099
closed
3 years ago
1
Create function parameter assignment sniff
#104
aik099
opened
5 years ago
0
Unable to use the standard
#103
girishkc
closed
6 years ago
3
Create standard for Symfony-based projects
#102
aik099
opened
7 years ago
0
Remove "_" prefixing requirement for private class members
#101
aik099
opened
7 years ago
0
Missing tokens
#100
gmponos
closed
5 years ago
4
Exclude "Generic.WhiteSpace.ScopeIndent.IncorrectExact" error for InPortal standard
#99
aik099
closed
7 years ago
0
Logical not operator without following space
#98
aik099
opened
8 years ago
0
Port some interesting fixes from PHP-CS-Fixer
#97
aik099
opened
8 years ago
0
Report In-Portal tags starting with "Get" as an error
#96
aik099
opened
8 years ago
0
Sequential "catch" statements are reported as error
#95
aik099
closed
8 years ago
0
Abstract class name must start with "Abstract"
#94
aik099
closed
8 years ago
0
Disallow operators at the beginning/end of the lines
#93
aik099
closed
8 years ago
0
Usage of "\\" in single quoted strings
#92
aik099
opened
8 years ago
0
Disallow usage of superglobals
#91
aik099
opened
8 years ago
0
Update "InlineComment" sniff to allow include/require to have DocBlocks
#90
aik099
opened
8 years ago
0
Unique errors in PHP 5.3 build
#89
aik099
closed
8 years ago
1
Enforce "self" usage
#88
aik099
opened
8 years ago
0
Investigate why InlineCommentSniff fails with PHP_CodeSniffer 2.3.4
#87
aik099
closed
8 years ago
1
Disallow multi-line operator usage
#86
aik099
closed
8 years ago
1
Report @var comment after var as error
#85
aik099
closed
8 years ago
1
Exclude "core/units/general/libchart" folder
#84
aik099
opened
9 years ago
0
Report "@throws" without exception in code as an error
#83
aik099
closed
8 years ago
0
Exclusions for camelCase method/property naming
#82
aik099
closed
9 years ago
1
Method/function-wide IF statement
#81
aik099
opened
9 years ago
0
Report usage of "&" in foreach declaration as an error
#80
aik099
opened
9 years ago
0
Stub DocBlock detection
#79
aik099
opened
9 years ago
0
Check for $a_ and $an_ variables
#78
aik099
opened
9 years ago
0
Validate "@var" comment
#77
aik099
closed
8 years ago
2
Create sniff for tag declaration validation
#76
aik099
opened
9 years ago
0
Create sniff for event declaration validation
#75
aik099
opened
9 years ago
0
Create own sniff for strict indentation symbol validation
#74
aik099
opened
9 years ago
0
Validate spacing around object operator ("->")
#73
aik099
closed
9 years ago
0
Validate that no space exists before semicolon
#72
aik099
closed
9 years ago
1
Submit BlankLineBeforeReturnSniff to CodeSniffer core
#71
fonsecas72
closed
9 years ago
2
Forbid single line DocBlock comments
#70
aik099
opened
9 years ago
0
Allow block/doc comment around control structure in function
#69
aik099
opened
9 years ago
0
Improve comment detection before "return" statement
#68
aik099
opened
9 years ago
0
Use "Generic.PHP.ForbiddenFunctions" sniff
#67
aik099
closed
9 years ago
1
Don't allow space after `!` in conditional structures
#66
aik099
closed
9 years ago
1
Allow absence of `@return void` in DocBlock
#65
aik099
opened
9 years ago
0
Simplify capitalization check in comments
#64
aik099
closed
9 years ago
0
Create AssignByReferenceSniff
#63
aik099
closed
8 years ago
1
PHP_CodeSniffer error parametrization
#62
aik099
closed
9 years ago
1
Improve FunctionDeclaration to check single parameter per line
#61
aik099
opened
9 years ago
0
Validate multi-line object operator ("->") call indentation
#60
aik099
opened
9 years ago
0
ValidVariableName assert only declaration
#59
aik099
closed
9 years ago
1
Next