Notification
last analyzed

Complexity

Total Complexity 0

Size/Duplication

Total Lines 2
Duplicated Lines 0 %

Test Coverage

Coverage 0%

Importance

Changes 1
Bugs 0 Features 1
Metric Value
eloc 1
c 1
b 0
f 1
dl 0
loc 2
ccs 0
cts 0
cp 0
wmc 0
1
<?php
2
3
namespace ByTIC\Notifier\Notifications;
4
5
/**
6
 * Class Notification
7
 * @package ByTIC\Notifier\Notifications
8
 */
9
class Notification extends \ByTIC\Notifications\Notification
10
{
11
}
12