@@ -32,6 +32,9 @@ |
||
32 | 32 | return $this; |
33 | 33 | } |
34 | 34 | |
35 | + /** |
|
36 | + * @param string $string |
|
37 | + */ |
|
35 | 38 | public function __construct($string) { |
36 | 39 | $this->setString($string); |
37 | 40 |
@@ -83,7 +83,7 @@ |
||
83 | 83 | return '\PhMap\Wrapper\Json'; |
84 | 84 | } elseif (is_object($this->getInputValue())) { |
85 | 85 | return '\PhMap\Mapper\Structure\Object'; |
86 | - } elseif(is_array($this->getInputValue())) { |
|
86 | + } elseif (is_array($this->getInputValue())) { |
|
87 | 87 | return '\PhMap\Mapper\Structure\Associative'; |
88 | 88 | } |
89 | 89 |