We could not synchronize checks via GitHub's checks API since Scrutinizer's GitHub App is not installed for this repository.
| @@ -64,7 +64,7 @@ | ||
| 64 | 64 | :header-rows: $numHeaderRows | 
| 65 | 65 | |
| 66 | 66 | |
| 67 | -RST; | |
| 67 | +rst; | |
| 68 | 68 | |
| 69 | 69 | // Pattern for a row: | 
| 70 | 70 | // | 
| @@ -201,7 +201,7 @@ | ||
| 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) { | 
| @@ -33,7 +33,7 @@ | ||
| 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() | 
| @@ -50,7 +50,7 @@ | ||
| 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()); |