Completed
Push — develop ( efc3ee...f176b5 )
by Tom
11:33 queued 09:04
created
src/Image.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -47,7 +47,7 @@
 block discarded – undo
47 47
     /**
48 48
      * Get classification score.
49 49
      *
50
-     * @return Classifier[]
50
+     * @return double
51 51
      */
52 52
     public function getClassifiers()
53 53
     {
Please login to merge, or discard this patch.
Tests/Base.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -26,7 +26,7 @@
 block discarded – undo
26 26
      * Get a mock response for a client by mock file name
27 27
      *
28 28
      * @param string $path Relative path to the mock response file
29
-     * @param string $code HTTP response code to respond with
29
+     * @param integer $code HTTP response code to respond with
30 30
      *
31 31
      * @return Response
32 32
      */
Please login to merge, or discard this patch.