Completed
Push — master ( c47098...bd2863 )
by Shcherbak
37:44 queued 22:47
created

RadioList::render()   A

Complexity

Conditions 3
Paths 3

Size

Total Lines 19
Code Lines 13

Duplication

Lines 0
Ratio 0 %

Importance

Changes 2
Bugs 0 Features 0
Metric Value
c 2
b 0
f 0
dl 0
loc 19
rs 9.4285
cc 3
eloc 13
nc 3
nop 0
1
<?php
2
3
  namespace Fiv\Form;
4
5
  trigger_error('Deprecated. Use ' . \Fiv\Form\Element\RadioList::class, E_USER_DEPRECATED);
6
7
8
  /**
9
   * @deprecated
10
   */
11
  class RadioList extends \Fiv\Form\Element\RadioList {
12
13
  }