Completed
Pull Request — 1.1 (#40)
by
unknown
15:45 queued 05:46
created
src/Api/Kintone/PreviewApp.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -76,7 +76,7 @@
 block discarded – undo
76 76
      * get deploy statuses
77 77
      * https://cybozudev.zendesk.com/hc/ja/articles/204699420
78 78
      *
79
-     * @param array $ids
79
+     * @param integer[] $ids
80 80
      * @param integer $guestSpaceId
81 81
      * @return array
82 82
      */
Please login to merge, or discard this patch.
src/Api/Kintone/Records.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -2,7 +2,6 @@
 block discarded – undo
2 2
 
3 3
 namespace CybozuHttp\Api\Kintone;
4 4
 
5
-use GuzzleHttp\Stream\Stream;
6 5
 use CybozuHttp\Client;
7 6
 use CybozuHttp\Api\KintoneApi;
8 7
 
Please login to merge, or discard this patch.
src/Middleware/FinishMiddleware.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -147,7 +147,7 @@
 block discarded – undo
147 147
     /**
148 148
      * @param string $message
149 149
      * @param RequestInterface $request
150
-     * @param ResponseInterface|null $response
150
+     * @param ResponseInterface $response
151 151
      * @return RequestException
152 152
      */
153 153
     private static function createException($message, RequestInterface $request, ResponseInterface $response)
Please login to merge, or discard this patch.