Passed
Push — develop ( 97b747...98d07f )
by Ludwig
05:36
created

TextType::configureOptions()   A

Complexity

Conditions 1
Paths 1

Size

Total Lines 13
Code Lines 8

Duplication

Lines 13
Ratio 100 %

Importance

Changes 2
Bugs 0 Features 0
Metric Value
c 2
b 0
f 0
dl 13
loc 13
rs 9.4285
cc 1
eloc 8
nc 1
nop 1
1
<?php
2
/*
3
 * This file is part of cwdBootgridBundle
4
 *
5
 * (c)2016 cwd.at GmbH <[email protected]>
6
 *
7
 * For the full copyright and license information, please view the LICENSE
8
 * file that was distributed with this source code.
9
 */
10
namespace Cwd\FancyGridBundle\Column;
11
12
/**
13
 * Class TextType
14
 * @package Cwd\FancyGridBundle\Column
15
 * @author Ludwig Ruderstaler <[email protected]>
16
 */
17
class TextType extends AbstractColumn
18
{
19
}
20