Scrutinizer GitHub App not installed

We could not synchronize checks via GitHub's checks API since Scrutinizer's GitHub App is not installed for this repository.

Install GitHub App

Completed
Pull Request — master (#669)
by Cristian
05:44
created
src/PanelTraits/Read.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -89,6 +89,7 @@
 block discarded – undo
89 89
      * Upload fields are the ones that have "upload" => true defined on them.
90 90
      * @param  [form] create / update / both - defaults to 'both'
91 91
      * @param  [id] id of the entity - defaults to false
92
+     * @param string $form
92 93
      * @return bool
93 94
      */
94 95
     public function hasUploadFields($form, $id = false)
Please login to merge, or discard this patch.
src/PanelTraits/Update.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -15,6 +15,7 @@
 block discarded – undo
15 15
      *
16 16
      * @param  [Int] The entity's id
17 17
      * @param  [Request] All inputs to be updated.
18
+     * @param integer $id
18 19
      *
19 20
      * @return [Eloquent Collection]
20 21
      */
Please login to merge, or discard this patch.