Passed
Pull Request — master (#15)
by Anton
03:20
created

Authorized::area()   B

Complexity

Conditions 6
Paths 6

Size

Total Lines 19
Code Lines 6

Duplication

Lines 19
Ratio 100 %

Importance

Changes 0
Metric Value
dl 19
loc 19
rs 8.8571
c 0
b 0
f 0
cc 6
eloc 6
nc 6
nop 0
1
<?php
2
3
/**
4
 * @package Cadmium\System\Frames\Site
5
 * @author Anton Romanov
6
 * @copyright Copyright (c) 2015-2017, Anton Romanov
7
 * @link http://cadmium-cms.com
8
 */
9
10
namespace Frames\Site\Area {
11
12
	use Frames;
13
14
	abstract class Authorized extends Frames\Site\Section {}
15
}
16