Events
last analyzed

Complexity

Total Complexity 0

Size/Duplication

Total Lines 6
Duplicated Lines 0 %

Coupling/Cohesion

Components 0
Dependencies 0

Importance

Changes 0
Metric Value
wmc 0
lcom 0
cbo 0
dl 0
loc 6
c 0
b 0
f 0
1
<?php
2
3
namespace Starkerxp\StructureBundle;
4
5
6
class Events
7
{
8
    const ENTITY_READ_ONLY = "starkerxp_structure.entity.read_only";
9
10
11
}
0 ignored issues
show
Coding Style introduced by
As per coding style, files should not end with a newline character.

This check marks files that end in a newline character, i.e. an empy line.

Loading history...
12