Completed
Push — add/identity-crisis-package ( 48f437...055944 )
by
unknown
947:36 queued 938:27
created

Identity_Crisis::__construct()   A

Complexity

Conditions 1
Paths 1

Size

Total Lines 2

Duplication

Lines 0
Ratio 0 %

Importance

Changes 0
Metric Value
cc 1
nc 1
nop 0
dl 0
loc 2
rs 10
c 0
b 0
f 0
1
<?php
2
/**
3
 * Identity_Crisis package.
4
 *
5
 * @package  automattic/jetpack-identity-crisis
6
 */
7
8
namespace Automattic\Jetpack;
9
10
/**
11
 * Handles Identity Crisis
12
 */
13
class Identity_Crisis {
14
	/**
15
	 * Class constructor.
16
	 */
17
	public function __construct() {
18
	}
19
}
20