Test Failed
Push — graphviz-refactoring ( 3f1b14 )
by Luis
02:18
created

plPhpFunctionParameter   A

Complexity

Total Complexity 3

Size/Duplication

Total Lines 14
Duplicated Lines 0 %

Importance

Changes 0
Metric Value
dl 0
loc 14
rs 10
c 0
b 0
f 0
wmc 3
1
<?php
2
3
class plPhpFunctionParameter
4
{
5
    private $properties;
6
7
    public function __construct( $name, $type = null )
8
    {
9
    }
10
11
    public function __get( $key )
12
    {
13
    }
14
15
    public function __set( $key, $val )
16
    {
17
    }
18
}
19