Embed Instructions

92.41% of the project's source code conforms to the same coding conventions

  • Image URL
    https://squizlabs.github.io/PHP_CodeSniffer/analysis/yiisoft/yii/grade.svg
  • Markdown
    [![Code consistency](https://squizlabs.github.io/PHP_CodeSniffer/analysis/yiisoft/yii/grade.svg)](https://squizlabs.github.io/PHP_CodeSniffer/analysis/yiisoft/yii)
B+consistency

Analysis of Coding Conventions for Yii Web Programming Framework

PHP_CodeSniffer, using a custom coding standard and report, was used to record various coding conventions across 197 PHP projects.

Conventions

Analysis of Coding Conventions for Yii Web Programming Framework

Back to top

View project specific report

Project
Consistency

Array end comma

Does the last item end with a comma in a multi-line array definition?

This project is using the popular method for this convention

Current
Key Method Use
no no 41.56%
yes - Most popular method yes 58.44%

Based on 77 array definitions

Historical

Control structure defined inline

Are control structures defined inline (without braces)?

Current
Key Method Use
no no 37.56%
yes - Most popular method yes 62.44%

Based on 8,233 control structures

Historical

Function has doc comment

Does each function have a docblock comment to describe its purpose?

This project is using the popular method for this convention

Current
Key Method Use
no no 33.99%
yes - Most popular method yes 66.01%

Based on 4,136 functions

Historical

Lowercase filename

Are PHP filenames lowercase?

Current
Key Method Use
no no 26.77%
yes - Most popular method yes 73.23%

Based on 1,270 files

Historical

One class per file

Is each class defined in a file by itself?

This project is using the popular method for this convention

Current
Key Method Use
no no 26.48%
yes - Most popular method yes 73.52%

Based on 472 classes

Historical

Class has doc comment

Does each class have a docblock comment to describe its purpose?

This project is using the popular method for this convention

Current
Key Method Use
no no 23.73%
yes - Most popular method yes 76.27%

Based on 472 classes

Historical

Number of newlines at EOF

How many newline characters appear at the end of the file?

This project is using the popular method for this convention

Current
Key Method Use
0 0 10.06%
1 - Most popular method 1 88.74%
2 2 1.2%

Based on 1,252 files

Historical

Spacing before string concat

How many spaces precede the string concatenation operator?

Current
Key Method Use
0 - Most popular method 0 89.53%
1 1 8.29%
newline newline 2.18%

Based on 3,715 concat operators

Historical

Line indent

Are lines indented using spaces or tabs?

This project is using the popular method for this convention

Current
Key Method Use
mixed mixed 0.01%
spaces - Most popular method spaces 89.54%
tabs tabs 10.46%

Based on 697,592 indented lines

Historical

Spacing after string concat

How many spaces follow the string concatenation operator?

Current
Key Method Use
0 - Most popular method 0 90.15%
1 1 9.48%
newline newline 0.38%

Based on 3,715 concat operators

Historical

Space before operator

How many spaces precede comparison, arithmetic and assignment operators?

Current
Key Method Use
0 - Most popular method 0 90.17%
1 1 9.81%
newline newline 0.02%

Based on 19,319 operators

Historical

Inline comment style

What comment style is used for non docblock comments?

This project is using the popular method for this convention

Current
Key Method Use
# ... # ... 1.05%
/* ... */ /* ... */ 8.76%
// ... - Most popular method // ... 90.19%

Based on 948 inline comments

Historical

Space after operator

How many spaces follow comparison, arithmetic and assignment operators?

This project is using the popular method for this convention

Current
Key Method Use
0 0 2.86%
1 - Most popular method 1 94.08%
2 2 < 0.01%
newline newline 3.06%

Based on 606,879 operators

Historical

Class opening brace placement

Is the opening brace of a class on the same line as the class keyword or the next line?

This project is using the popular method for this convention

Current
Key Method Use
new line - Most popular method new line 94.28%
same line same line 5.72%

Based on 472 classes

Historical

File has doc comment

Does each PHP file have a docblock comment to describe its purpose?

This project is using the popular method for this convention

Current
Key Method Use
no no 5.43%
yes - Most popular method yes 94.57%

Based on 1,270 files

Historical

PascalCase class name

Are class names defined using PascalCase?

This project is using the popular method for this convention

Current
Key Method Use
no no 5.3%
yes - Most popular method yes 94.7%

Based on 472 classes

Historical

Declarations and side effects mixed

Do files both declare symbols (classes, functions, constants, etc.) and cause side-effects (e.g. generate output, change .ini settings, etc.)?

This project is using the popular method for this convention

Current
Key Method Use
no - Most popular method no 95.83%
yes yes 4.17%

Based on 1,270 files

Historical

Use of ELSE IF or ELSEIF

Are elseif statements defined using elseif or else if?

This project is using the popular method for this convention

Current
Key Method Use
else if else if 3.45%
elseif - Most popular method elseif 96.55%

Based on 580 elseif statements

Historical

Line length

Including whitespace and comments, how many characters are in non-empty code lines?

This project is using the popular method for this convention

Current
Key Method Use
80 or less - Most popular method 80 or less 97.78%
81-120 81-120 1.48%
121-150 121-150 0.33%
151 or more 151 or more 0.41%

Based on 722,514 lines

Historical

Adjacent assignments aligned

For a block of assignments, are the assignment operators (equals, plus-equals etc.) aligned?

This project is using the popular method for this convention

Current
Key Method Use
no - Most popular method no 97.98%
yes yes 2.02%

Based on 2,183 assignment blocks

Historical

CamelCase method name

Are class method names defined using CamelCase?

This project is using the popular method for this convention

Current
Key Method Use
no no 1.69%
yes - Most popular method yes 98.31%

Based on 3,963 methods

Historical

Private method prefixed with underscore

Are private methods prefixed with an underscore?

This project is using the popular method for this convention

Current
Key Method Use
no - Most popular method no 98.33%
yes yes 1.67%

Based on 60 private methods

Historical

Spacing after cast statement

How many spaces are there between a cast statement and the variable?

This project is using the popular method for this convention

Current
Key Method Use
0 - Most popular method 0 98.78%
1 1 1.22%

Based on 246 cast statements

Historical

Blank lines at end of control structure

How many blank lines follow the body of a control structure?

This project is using the popular method for this convention

Current
Key Method Use
0 - Most popular method 0 99.21%
1 1 0.79%

Based on 3,174 control structures

Historical

Spacing before object operator

How many spaces precede the object operator (->)?

This project is using the popular method for this convention

Current
Key Method Use
0 - Most popular method 0 99.41%
newline newline 0.59%

Based on 18,430 object operators

Historical

PHP closing tag at EOF

Is there a PHP closing tag at the end of the file?

This project is using the popular method for this convention

Current
Key Method Use
no - Most popular method no 99.61%
yes yes 0.39%

Based on 1,270 files

Historical

PHP constant case

What case are PHP constants (true, false, null) written in?

This project is using the popular method for this convention

Current
Key Method Use
lower - Most popular method lower 99.77%
upper upper 0.23%

Based on 3,893 PHP constants

Historical

Function opening brace placement

Is the opening brace of a function on the same line as the function keyword or the next line?

This project is using the popular method for this convention

Current
Key Method Use
new line - Most popular method new line 99.82%
same line same line 0.18%

Based on 3,989 functions

Historical

Multiple statements on same line

Are multiple statements defined on the same line of code?

This project is using the popular method for this convention

Current
Key Method Use
no - Most popular method no 99.84%
yes yes 0.16%

Based on 20,078 statements

Historical

Spaces before control structure close parenthesis

How many spaces precede the closing parenthesis of a control structure?

This project is using the popular method for this convention

Current
Key Method Use
0 - Most popular method 0 99.85%
1 1 0.15%

Based on 6,679 control structures

Historical

Spaces after control structure open parenthesis

How many spaces follow the opening parenthesis of a control structure?

This project is using the popular method for this convention

Current
Key Method Use
0 - Most popular method 0 99.87%
1 1 0.12%
newline newline 0.01%

Based on 6,679 control structures

Historical

Blank lines at start of control structure

How many blank lines precede the body of a control structure?

This project is using the popular method for this convention

Current
Key Method Use
0 - Most popular method 0 99.91%
1 1 0.09%

Based on 3,176 control structures

Historical

PHP keyword case

What case are PHP keywords (function, echo, foreach etc.) written in?

This project is using the popular method for this convention

Current
Key Method Use
lower - Most popular method lower 100%
upper upper < 0.01%

Based on 53,538 keywords

Historical

Class defined in namespace

Is each class defined in a namespace of at least 1 level?

Current
Key Method Use
no - Most popular method no 100%

Based on 472 classes

Historical

File extension for non-class files

For files that do not contain classes, what extension does the file use?

This project is using the popular method for this convention

Current
Key Method Use
.php - Most popular method .php 100%

Based on 923 non-class files

Historical

Brackets around echoed strings

Are parenthesis placed around echo'd strings?

This project is using the popular method for this convention

Current
Key Method Use
no - Most popular method no 100%

Based on 632 echo statements

Historical

Spacing after object operator

How many spaces follow the object operator (->)?

This project is using the popular method for this convention

Current
Key Method Use
0 - Most popular method 0 100%

Based on 18,430 object operators

Historical

Short array syntax used

Are arrays defined using the PHP 5.4+ short array syntax?

Current
Key Method Use
no - Most popular method no 100%

Based on 22,076 array definitions

Historical

PHP short open tag used

Is the PHP short open tag syntax used?

This project is using the popular method for this convention

Current
Key Method Use
no - Most popular method no 100%

Based on 2,194 open tags

Historical

Array keyword case

When defining an array, how is the array keyword written?

This project is using the popular method for this convention

Current
Key Method Use
lower - Most popular method lower 100%

Based on 22,076 array definitions

Historical

PHP type case

What case are PHP types (int, bool, string) written in?

This project is using the popular method for this convention

Current
Key Method Use
lower - Most popular method lower 100%

Based on 260 PHP types

Historical

File extension for class files

For files that contain classes, what extension does the file use?

This project is using the popular method for this convention

Current
Key Method Use
.php - Most popular method .php 100%

Based on 347 class files

Historical

EOL char

What character is used for line breaks?

This project is using the popular method for this convention

Current
Key Method Use
\n - Most popular method \n 100%
\r\n \r\n 0%

Based on 1,270 files

Historical

Constant name case

What case are user-defined constants defined in?

This project is using the popular method for this convention

Current
Key Method Use
upper - Most popular method upper 100%

Based on 133 constants

Historical