Completed
Push — develop ( b68cde...86f0dd )
by Adam
57s queued 52s
created
src/Common/Message/AbstractRequest.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -180,7 +180,7 @@
 block discarded – undo
180 180
      * Set a parameter on the request
181 181
      *
182 182
      * @param string $key
183
-     * @param mixed $value
183
+     * @param string $value
184 184
      * @return $this
185 185
      * @throws RuntimeException
186 186
      */
Please login to merge, or discard this patch.
src/Common/Tests/AbstractServiceTest.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -86,6 +86,9 @@
 block discarded – undo
86 86
         return $this->httpRequest;
87 87
     }
88 88
 
89
+    /**
90
+     * @param string $class
91
+     */
89 92
     public function callCreateRequest($class, array $parameters)
90 93
     {
91 94
         return $this->createRequest($class, $parameters);
Please login to merge, or discard this patch.
src/Common/Tests/HelperTest.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -2,8 +2,8 @@
 block discarded – undo
2 2
 
3 3
 namespace IBM\Watson\Common\Tests;
4 4
 
5
-use Mockery as m;
6 5
 use IBM\Watson\Common\Helper;
6
+use Mockery as m;
7 7
 
8 8
 class HelperTest extends \PHPUnit_Framework_TestCase
9 9
 {
Please login to merge, or discard this patch.