Completed
Push — master ( cce238...f4dad1 )
by Afshin
03:57 queued 01:41
created

Url::getTransferProtocol()   B

Complexity

Conditions 8
Paths 6

Size

Total Lines 11
Code Lines 8

Duplication

Lines 0
Ratio 0 %

Importance

Changes 0
Metric Value
cc 8
eloc 8
nc 6
nop 0
dl 0
loc 11
rs 7.7777
c 0
b 0
f 0
1
<?php
2
/**
3
 * Created by PhpStorm.
4
 * User: afshin
5
 * Date: 11/13/17
6
 * Time: 3:19 PM
7
 */
8
9
namespace Core\Helpers;
10
11
class Url
12
{
13
14
}