Completed
Push — master ( c082dc...cb92d3 )
by Yuichi
07:18 queued 01:07
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/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.