Completed
Push — master ( e2bb1a...4a1509 )
by John
03:35
created
src/Parser/Parser/AbstractParser.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -292,7 +292,7 @@
 block discarded – undo
292 292
     abstract protected function getProperties();
293 293
 
294 294
     /**
295
-     * @return Graze\UnicontrollerClient\Entity\Entity\EntityInterface
295
+     * @return \Graze\UnicontrollerClient\Entity\Entity\EntityInterface
296 296
      */
297 297
     abstract protected function getEntity();
298 298
 
Please login to merge, or discard this patch.
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.