@@ -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 | } |