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

GitHub Access Token became invalid

It seems like the GitHub access token used for retrieving details about this repository from GitHub became invalid. This might prevent certain types of inspections from being run (in particular, everything related to pull requests).
Please ask an admin of your repository to re-new the access token on this website.
Passed
Push — master ( 0baa14...63041f )
by
unknown
05:27 queued 01:17
created
Build/Documentation/dbdocs/RstSection.php 1 patch
Upper-Lower-Casing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -64,7 +64,7 @@
 block discarded – undo
64 64
    :header-rows: $numHeaderRows
65 65
 
66 66
 
67
-RST;
67
+rst;
68 68
 
69 69
         // Pattern for a row:
70 70
         //
Please login to merge, or discard this patch.
Build/Documentation/dbdocs/Generator.php 1 patch
Upper-Lower-Casing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -201,7 +201,7 @@
 block discarded – undo
201 201
 This is a reference of all database tables defined by Kitodo.Presentation.
202 202
 
203 203
 .. tip:: This page is auto-generated. If you would like to edit it, please use doc-comments in the model class, COMMENT fields in ``ext_tables.sql`` if the table does not have one, or TCA labels. Then, you may re-generate the page by running ``composer docs:db`` inside the Kitodo.Presentation base folder.
204
-RST);
204
+rst);
205 205
 
206 206
         // Sort tables alphabetically
207 207
         usort($tables, function ($lhs, $rhs) {
Please login to merge, or discard this patch.
Classes/Controller/NavigationController.php 1 patch
Upper-Lower-Casing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -33,7 +33,7 @@
 block discarded – undo
33 33
      *
34 34
      * @return void
35 35
      */
36
-    public function pageSelectAction(PageSelectForm $pageSelectForm = NULL): void
36
+    public function pageSelectAction(PageSelectForm $pageSelectForm = null): void
37 37
     {
38 38
         if ($pageSelectForm) {
39 39
             $uri = $this->uriBuilder->reset()
Please login to merge, or discard this patch.
Tests/Unit/Common/HelperTest.php 1 patch
Upper-Lower-Casing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -50,7 +50,7 @@
 block discarded – undo
50 50
 <root>
51 51
     <single />
52 52
 </root>
53
-XML;
53
+xml;
54 54
         $node = Helper::getXmlFileAsString($xml);
55 55
         self::assertIsObject($node);
56 56
         self::assertEquals('root', $node->getName());
Please login to merge, or discard this patch.