Completed
Push — master ( 2f1390...b9211a )
by Angus
03:24
created

Spritesheet::modifySiteLESS()   A

Complexity

Conditions 2
Paths 2

Size

Total Lines 23

Duplication

Lines 0
Ratio 0 %

Importance

Changes 0
Metric Value
cc 2
nc 2
nop 0
dl 0
loc 23
rs 9.552
c 0
b 0
f 0
1
<?php declare(strict_types=1);
2
3
include 'SpritesheetGenerator.php';
4
5
$Spritesheet = new Spritesheet('site');
6
$Spritesheet->generate();
7