diff --git a/cobertura.xml b/cobertura.xml index 0e6bfef..d0b5a29 100644 --- a/cobertura.xml +++ b/cobertura.xml @@ -1,6 +1,6 @@ - + /home/thomas/projekte/calc/src @@ -8384,84 +8384,84 @@ - - + + - + - + - - + + - - - - + + - - - + + + + + - - - - - - + + + + + + - - - - - - + + + + - - + + - - + + - - - - - + + + + + - - - - + + + + + + diff --git a/src/Option/Type/Row/Column.php b/src/Option/Type/Row/Column.php index fba89a1..8365750 100644 --- a/src/Option/Type/Row/Column.php +++ b/src/Option/Type/Row/Column.php @@ -8,6 +8,8 @@ class Column extends Base { private \ArrayIterator $options; + public $type = 'column'; + public function __construct() { parent::__construct();