Test Setup Failed
Push — master ( c487b7...e0f776 )
by Gabriel
61:21
created

DonationFinishedController::index()   A

Complexity

Conditions 4
Paths 3

Size

Total Lines 24
Code Lines 19

Duplication

Lines 0
Ratio 0 %

Importance

Changes 2
Bugs 0 Features 0
Metric Value
cc 4
eloc 19
c 2
b 0
f 0
nc 3
nop 1
dl 0
loc 24
rs 9.6333
1
<?php
2
3
declare( strict_types = 1 );
4
5
namespace WMDE\BannerServer\Controller;
6
7
/**
8
 * @license GNU GPL v2+
9
 */
10
class DonationFinishedController extends AbstractCookieController {
11
12
}