Completed
Pull Request — master (#107)
by Simone
02:20
created

ContainerBase::rules()   A

Complexity

Conditions 1
Paths 1

Size

Total Lines 7
Code Lines 4

Duplication

Lines 0
Ratio 0 %

Importance

Changes 1
Bugs 0 Features 0
Metric Value
c 1
b 0
f 0
dl 0
loc 7
rs 9.4285
cc 1
eloc 4
nc 1
nop 1
1
<?php
2
3
namespace Sensorario\Resources;
4
5
use \RuntimeException;
6
7
/** @deprecate all these methods will be removed in version 5.0 */
8
class ContainerBase
9
{
10
    /**
11
     * @deprecate this class will be removed in 5.0
12
     */
13
}
14