Completed
Push — auto-escape ( ea99df )
by
unknown
13:49
created

AutoEscapeExtension   A

Complexity

Total Complexity 1

Size/Duplication

Total Lines 6
Duplicated Lines 0 %

Coupling/Cohesion

Components 0
Dependencies 0

Importance

Changes 0
Metric Value
dl 0
loc 6
rs 10
c 0
b 0
f 0
wmc 1
lcom 0
cbo 0

1 Method

Rating   Name   Duplication   Size   Complexity  
A register() 0 3 1
1
<?php
2
3
namespace League\Plates\Extension\AutoEscape;
4
5
use League\Plates;
6
7
final class AutoEscapeExtension implements Plates\Extension
8
{
9
    public function register(Plates\Engine $plates) {
10
11
    }
12
}
13