Passed
Push — master ( d021a5...a13070 )
by Sam
03:47 queued 12s
created

m130918_194855_add_https_vfs_setting   A

Complexity

Total Complexity 2

Size/Duplication

Total Lines 14
Duplicated Lines 0 %

Coupling/Cohesion

Components 0
Dependencies 1

Importance

Changes 0
Metric Value
wmc 2
lcom 0
cbo 1
dl 0
loc 14
rs 10
c 0
b 0
f 0

2 Methods

Rating   Name   Duplication   Size   Complexity  
A getDefaultValue() 0 3 1
A getName() 0 3 1
1
<?php
2
3
class m130918_194855_add_https_vfs_setting extends AddSettingMigration
4
{
5
6
	public function getDefaultValue()
7
	{
8
		return "0";
9
	}
10
11
	public function getName()
12
	{
13
		return "useHttpsForVfsUrls";
14
	}
15
16
}