Completed
Pull Request — master (#53)
by LAHAXE
02:40
created
src/Events/Timeline/Start.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -75,7 +75,7 @@
 block discarded – undo
75 75
     }
76 76
 
77 77
     /**
78
-     * @return float
78
+     * @return integer
79 79
      */
80 80
     public function getTimestamp()
81 81
     {
Please login to merge, or discard this patch.
src/JsonPatch.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -77,7 +77,7 @@
 block discarded – undo
77 77
     /**
78 78
      * @author LAHAXE Arnaud
79 79
      *
80
-     * @param        $patchs
80
+     * @param        \Generator $patchs
81 81
      * @param string $targetDocument
82 82
      *
83 83
      * @return mixed
Please login to merge, or discard this patch.