Embed Instructions

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

  • Image URL
    https://squizlabs.github.io/PHP_CodeSniffer/analysis/ladybirdweb/faveo-helpdesk/grade.svg
  • Markdown
    [![Code consistency](https://squizlabs.github.io/PHP_CodeSniffer/analysis/ladybirdweb/faveo-helpdesk/grade.svg)](https://squizlabs.github.io/PHP_CodeSniffer/analysis/ladybirdweb/faveo-helpdesk)
Aconsistency

Analysis of Coding Conventions for Faveo Help-desk

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 Faveo Help-desk

Back to top

View project specific report

Project
Consistency

Lowercase filename

Are PHP filenames lowercase?

This project is using the popular method for this convention

Current
Key Method Use
no - Most popular method no 52.37%
yes yes 47.63%

Based on 655 files

Historical
  • 01 Jul 2016: there was a 3.51% swing from no to yes
  • 01 Sep 2016: there was a 3.02% swing from no to yes

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
/* ... */ /* ... */ 41.24%
// ... - Most popular method // ... 58.76%

Based on 3,312 inline comments

Historical
  • 01 Feb 2016: there was a 8.61% swing from /* ... */ to // ...
  • 01 Mar 2016: there was a 5.63% swing away from /* ... */
    • there was a 5.68% swing towards // ...
  • 01 Jul 2016: there was a 4.72% swing from // ... to /* ... */
  • 01 Sep 2016: there was a 3.98% swing from // ... to /* ... */
  • 01 Dec 2016: there was a 3.36% swing from // ... to /* ... */

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 31.39%
yes - Most popular method yes 68.61%

Based on 1,564 functions

Historical
  • 01 Mar 2016: there was a 13.77% swing from yes to no
  • 01 Sep 2016: there was a 7.73% swing from no to yes
  • 01 Nov 2016: there was a 10.99% swing from yes to no

Class has doc comment

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

Current
Key Method Use
no - Most popular method no 73.35%
yes yes 26.65%

Based on 439 classes

Historical
  • 01 Mar 2016: there was a 4.98% swing from no to yes
  • 01 Sep 2016: there was a 4.86% swing from yes to no

Class defined in namespace

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

This project is using the popular method for this convention

Current
Key Method Use
no no 24.15%
yes - Most popular method yes 75.85%

Based on 439 classes

Historical
  • 01 Mar 2016: there was a 19.96% swing from yes to no
  • 01 Sep 2016: there was a 17.29% swing from no to yes

Spacing after cast statement

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

Current
Key Method Use
0 0 18.18%
1 - Most popular method 1 81.82%

Based on 11 cast statements

Historical
  • 01 Feb 2017: there was a 16.67% swing from 1 to 0

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 84.45%
81-120 81-120 11.45%
121-150 121-150 2.3%
151 or more 151 or more 1.8%

Based on 89,559 lines

Historical

Spacing after string concat

How many spaces follow the string concatenation operator?

Current
Key Method Use
0 - Most popular method 0 86.25%
1 1 12.9%
2 2 0.27%
newline newline 0.58%

Based on 2,240 concat operators

Historical
  • 01 Feb 2016: there was a 6.94% swing towards 0
    • there was a 6.46% swing away from 1
  • 01 Mar 2016: there was a 32.55% swing towards 0
    • there was a 32.53% swing away from 1
  • 01 Jul 2016: there was a 8.45% swing away from 0
    • there was a 8.56% swing towards 1
  • 01 Sep 2016: there was a 5.1% swing away from 0
    • there was a 5.31% swing towards 1
  • 01 Nov 2016: there was a 3.92% swing towards 0
    • there was a 4.25% swing away from 1

Spacing before string concat

How many spaces precede the string concatenation operator?

Current
Key Method Use
0 - Most popular method 0 86.52%
1 1 12.72%
2 2 0.27%
newline newline 0.49%

Based on 2,240 concat operators

Historical
  • 01 Feb 2016: there was a 8.24% swing towards 0
    • there was a 7.67% swing away from 1
  • 01 Mar 2016: there was a 30.8% swing towards 0
    • there was a 31.1% swing away from 1
  • 01 Jul 2016: there was a 8.38% swing away from 0
    • there was a 8.61% swing towards 1
  • 01 Sep 2016: there was a 5% swing away from 0
    • there was a 5.3% swing towards 1
  • 01 Nov 2016: there was a 4.3% swing towards 0
    • there was a 4.23% swing away from 1

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 89.34%
yes yes 10.66%

Based on 1,426 assignment blocks

Historical
  • 01 Aug 2017: there was a 8.93% swing from no to yes
  • 01 Oct 2017: there was a 9% swing from yes to no

File has doc comment

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

Current
Key Method Use
no - Most popular method no 90.99%
yes yes 9.01%

Based on 655 files

Historical
  • 01 Mar 2016: there was a 8.26% swing from no to yes
  • 01 Sep 2016: there was a 5.42% swing from yes to no

Space before operator

How many spaces precede comparison, arithmetic and assignment operators?

This project is using the popular method for this convention

Current
Key Method Use
0 0 7.28%
1 - Most popular method 1 92.55%
newline newline 0.17%

Based on 1,759 operators

Historical
  • 01 Feb 2016: there was a 3.91% swing from 1 to 0
  • 01 Mar 2016: there was a 30.53% swing away from 0
    • there was a 30.14% swing towards 1
  • 01 Jan 2017: there was a 6.06% swing from 1 to 0

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 6.61%
yes - Most popular method yes 93.39%

Based on 439 classes

Historical
  • 01 Mar 2016: there was a 16.86% swing from yes to no
  • 01 Sep 2016: there was a 14.82% swing from no to yes

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 5.74%
yes - Most popular method yes 94.26%

Based on 1,463 methods

Historical
  • 01 Feb 2016: there was a 7.91% swing from yes to no
  • 01 Mar 2016: there was a 3.72% swing from no to yes
  • 01 Sep 2016: there was a 5.1% swing from no to yes

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 96.58%
1 1 0.01%
newline newline 3.42%

Based on 16,800 object operators

Historical

Short array syntax used

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

This project is using the popular method for this convention

Current
Key Method Use
no no 2.69%
yes - Most popular method yes 97.31%

Based on 2,117 array definitions

Historical
  • 01 Feb 2016: there was a 3.08% swing from no to yes
  • 01 Mar 2016: there was a 16.95% swing from no to yes

Control structure defined inline

Are control structures defined inline (without braces)?

This project is using the popular method for this convention

Current
Key Method Use
no - Most popular method no 97.57%
yes yes 2.43%

Based on 2,845 control structures

Historical

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 1.45%
yes - Most popular method yes 98.55%

Based on 69 array definitions

Historical
  • 01 Feb 2016: there was a 5.4% swing from yes to no
  • 01 Mar 2016: there was a 83.78% swing from no to yes

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 98.91%
1 1 1.09%

Based on 3,496 control structures

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.13%
spaces - Most popular method spaces 99.16%
tabs tabs 0.71%

Based on 79,511 indented lines

Historical
  • 01 Mar 2016: there was a 43.18% swing towards spaces
    • there was a 40.28% swing away from tabs

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 99.23%
yes yes 0.77%

Based on 390 echo statements

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 0.53%
1 - Most popular method 1 99.38%
2 2 0.1%
3 3 0%
4 4 0%

Based on 23,524 operators

Historical
  • 01 Feb 2016: there was a 3.31% swing away from 0
    • there was a 4.3% swing towards 1
  • 01 Mar 2016: there was a 7.58% swing away from 0
    • there was a 13.66% swing towards 1

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.42%
same line same line 0.58%

Based on 1,564 functions

Historical
  • 01 Feb 2016: there was a 13.01% swing from same line to new line
  • 01 Mar 2016: there was a 75.09% swing from same line to new line

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 99.54%
yes yes 0.46%

Based on 655 files

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 99.54%
same line same line 0.46%

Based on 439 classes

Historical
  • 01 Mar 2016: there was a 94.32% swing from same line to new line

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 0.19%
1 - Most popular method 1 99.62%
2 2 0.19%

Based on 521 files

Historical
  • 01 Mar 2016: there was a 10.79% swing towards 1
    • there was a 9.52% swing away from 0

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.84%
1 1 0.16%

Based on 2,574 control structures

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.85%
yes yes 0.15%

Based on 655 files

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.88%
1 1 0.12%

Based on 2,574 control structures

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.9%
yes yes 0.1%

Based on 14,972 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 99.98%
1 1 0.01%
newline newline 0.01%

Based on 16,800 object operators

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 99.99%
mixed mixed 0.01%

Based on 14,016 keywords

Historical

Closure opening brace placement

Is the opening brace of a closure 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 new line 0%
same line - Most popular method same line 100%

Based on 455 closures

Historical
  • 01 Feb 2016: there was a 30.69% swing from same line to new line
  • 01 Mar 2016: there was a 35.39% swing from new line to same line
  • 01 Aug 2017: there was a 5.72% swing from same line to new line
  • 01 Oct 2017: there was a 5.72% swing from new line to same line

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 50,446 open tags

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
elseif - Most popular method elseif 100%

Based on 143 elseif statements

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 17 constants

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 216 non-class files

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 439 class 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 0%
yes - Most popular method yes 100%

Based on 439 classes

Historical
  • 01 Mar 2016: there was a 7.07% swing from yes to no
  • 01 Sep 2016: there was a 6.02% swing from no to yes

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 13 PHP types

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 100%
1 1 0%

Based on 3,454 control structures

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 57 array definitions

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 100%
yes yes 0%

Based on 2 private methods

Historical
  • 01 Nov 2016: there was a 33.33% swing from yes to no

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 100%

Based on 862 PHP constants

Historical

CamelCase function name

Are global function names defined using CamelCase?

This project is using the popular method for this convention

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

Based on 6 global functions

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%

Based on 655 files

Historical