Completed
Push — master ( 411d94...8fae9a )
by John
02:59
created
src/Parser/Parser/ParserGeneric.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -33,7 +33,7 @@
 block discarded – undo
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
     {
Please login to merge, or discard this patch.
src/Serialiser/Serialiser/AbstractSerialiser.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -50,7 +50,7 @@
 block discarded – undo
50 50
     }
51 51
 
52 52
     /**
53
-     * @return AbstractParser
53
+     * @return AbstractSerialiser
54 54
      */
55 55
     public static function factory()
56 56
     {
Please login to merge, or discard this patch.
src/Parser/Parser/AbstractParser.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -33,7 +33,7 @@
 block discarded – undo
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
     {
Please login to merge, or discard this patch.