@@ -33,7 +33,7 @@ |
||
33 | 33 | |
34 | 34 | /** |
35 | 35 | * @param string $string |
36 | - * @return Graze\UnicontrollerClient\Entity\Entity\EntityInterface |
|
36 | + * @return \Graze\UnicontrollerClient\Entity\Entity\EntityInterface |
|
37 | 37 | */ |
38 | 38 | public function parse($string) |
39 | 39 | { |
@@ -50,7 +50,7 @@ |
||
50 | 50 | } |
51 | 51 | |
52 | 52 | /** |
53 | - * @return AbstractParser |
|
53 | + * @return AbstractSerialiser |
|
54 | 54 | */ |
55 | 55 | public static function factory() |
56 | 56 | { |
@@ -33,7 +33,7 @@ |
||
33 | 33 | |
34 | 34 | /** |
35 | 35 | * @param string $string |
36 | - * @return Graze\UnicontrollerClient\Entity\Entity\EntityInterface |
|
36 | + * @return \Graze\UnicontrollerClient\Entity\Entity\EntityInterface |
|
37 | 37 | */ |
38 | 38 | public function parse($string) |
39 | 39 | { |