@@ -202,8 +202,7 @@ |
||
202 | 202 | if($this->valueType === self::VALUE_TYPE_ID_LIST) |
203 | 203 | { |
204 | 204 | $value = $this->validateType_idList($value, $validator); |
205 | - } |
|
206 | - else |
|
205 | + } else |
|
207 | 206 | { |
208 | 207 | $value = $validator->validate($value); |
209 | 208 | } |
@@ -13,8 +13,7 @@ |
||
13 | 13 | if(is_string($this->value[0])) |
14 | 14 | { |
15 | 15 | $string .= $this->value[0].'::'; |
16 | - } |
|
17 | - else |
|
16 | + } else |
|
18 | 17 | { |
19 | 18 | $string .= get_class($this->value[0]).'->'; |
20 | 19 | } |
@@ -145,8 +145,7 @@ discard block |
||
145 | 145 | } |
146 | 146 | |
147 | 147 | $this->result[$name][] = $decorator; |
148 | - } |
|
149 | - else |
|
148 | + } else |
|
150 | 149 | { |
151 | 150 | $this->result[$name] = $decorator; |
152 | 151 | } |
@@ -163,8 +162,7 @@ discard block |
||
163 | 162 | if($this->result && $this->options['@text']) |
164 | 163 | { |
165 | 164 | $this->result['@text'] = $text; |
166 | - } |
|
167 | - else |
|
165 | + } else |
|
168 | 166 | { |
169 | 167 | $this->result = $text; |
170 | 168 | } |