Completed
Push — master ( 69cda4...f82bd7 )
by Toan
12s
created
src/Gojira/Api/HandlerStack/HandlerStackInterface.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -19,7 +19,7 @@
 block discarded – undo
19 19
 interface HandlerStackInterface
20 20
 {
21 21
     /**
22
-     * @return \GuzzleHttp\HandlerStack;
22
+     * @return HandlerStack
23 23
      */
24 24
     public static function create();
25 25
 }
Please login to merge, or discard this patch.
src/Gojira/Framework/Math/Random.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -74,7 +74,7 @@
 block discarded – undo
74 74
      * @param $min [optional]
75 75
      * @param $max [optional]
76 76
      *
77
-     * @return int A random integer value between min (or 0) and max
77
+     * @return double A random integer value between min (or 0) and max
78 78
      * @throws \Gojira\Framework\Exception\LocalizedException
79 79
      */
80 80
     public static function getRandomNumber($min = 0, $max = null)
Please login to merge, or discard this patch.
src/Gojira/Framework/Phrase/Renderer/Placeholder.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -22,7 +22,7 @@
 block discarded – undo
22 22
     /**
23 23
      * Render source text
24 24
      *
25
-     * @param array $source
25
+     * @param string[] $source
26 26
      * @param array $arguments
27 27
      * @return string
28 28
      */
Please login to merge, or discard this patch.