Completed
Push — master ( 051ac9...50d3d7 )
by Tobias
33:45 queued 23:46
created
src/Api/HttpApi.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -80,7 +80,7 @@
 block discarded – undo
80 80
      * Send a POST request with raw data.
81 81
      *
82 82
      * @param string       $path           Request path
83
-     * @param array|string $body           Request body
83
+     * @param null|string $body           Request body
84 84
      * @param array        $requestHeaders Request headers
85 85
      */
86 86
     protected function httpPostRaw(string $path, $body, array $requestHeaders = []): ResponseInterface
Please login to merge, or discard this patch.
src/Model/Cart/CartItem.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -45,7 +45,7 @@
 block discarded – undo
45 45
     /**
46 46
      * CartItem constructor.
47 47
      *
48
-     * @param null|Variant $variant
48
+     * @param Variant $variant
49 49
      */
50 50
     private function __construct(
51 51
         int $id,
Please login to merge, or discard this patch.