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

m130722_103510_add_cache_api_calls_setting   A

Complexity

Total Complexity 2

Size/Duplication

Total Lines 11
Duplicated Lines 0 %

Importance

Changes 1
Bugs 0 Features 1
Metric Value
eloc 3
c 1
b 0
f 1
dl 0
loc 11
rs 10
wmc 2

2 Methods

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