We could not synchronize checks via GitHub's checks API since Scrutinizer's GitHub App is not installed for this repository.
| @@ -40,7 +40,7 @@ | ||
| 40 | 40 | <root> | 
| 41 | 41 | <single /> | 
| 42 | 42 | </root> | 
| 43 | -XML; | |
| 43 | +xml; | |
| 44 | 44 | $node = Helper::getXmlFileAsString($xml); | 
| 45 | 45 | $this->assertIsObject($node); | 
| 46 | 46 |          $this->assertEquals('root', $node->getName()); | 
| @@ -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) { |