@@ -34,8 +34,7 @@ discard block |
||
| 34 | 34 | * |
| 35 | 35 | * @access public |
| 36 | 36 | */ |
| 37 | -class PageViewProxy |
|
| 38 | -{ |
|
| 37 | +class PageViewProxy { |
|
| 39 | 38 | /** |
| 40 | 39 | * @access protected |
| 41 | 40 | * @var RequestFactory |
@@ -55,8 +54,7 @@ discard block |
||
| 55 | 54 | * |
| 56 | 55 | * @return void |
| 57 | 56 | */ |
| 58 | - public function __construct() |
|
| 59 | - { |
|
| 57 | + public function __construct() { |
|
| 60 | 58 | $this->requestFactory = GeneralUtility::makeInstance(RequestFactory::class); |
| 61 | 59 | $this->extConf = GeneralUtility::makeInstance(ExtensionConfiguration::class)->get('dlf'); |
| 62 | 60 | } |
@@ -24,8 +24,7 @@ |
||
| 24 | 24 | * |
| 25 | 25 | * @access public |
| 26 | 26 | */ |
| 27 | -class EditInProductionWarning extends AbstractNode |
|
| 28 | -{ |
|
| 27 | +class EditInProductionWarning extends AbstractNode { |
|
| 29 | 28 | /** |
| 30 | 29 | * Generates warning message when editing 'index_name' field |
| 31 | 30 | * |
@@ -25,8 +25,7 @@ |
||
| 25 | 25 | * |
| 26 | 26 | * @access public |
| 27 | 27 | */ |
| 28 | -class SolrCoreStatus extends AbstractNode |
|
| 29 | -{ |
|
| 28 | +class SolrCoreStatus extends AbstractNode { |
|
| 30 | 29 | /** |
| 31 | 30 | * Shows Solr core status for given 'index_name' |
| 32 | 31 | * |
@@ -33,8 +33,7 @@ |
||
| 33 | 33 | * |
| 34 | 34 | * @access public |
| 35 | 35 | */ |
| 36 | -class DataHandler implements LoggerAwareInterface |
|
| 37 | -{ |
|
| 36 | +class DataHandler implements LoggerAwareInterface { |
|
| 38 | 37 | use LoggerAwareTrait; |
| 39 | 38 | |
| 40 | 39 | /** |
@@ -20,8 +20,7 @@ |
||
| 20 | 20 | * |
| 21 | 21 | * @access public |
| 22 | 22 | */ |
| 23 | -class KitodoProductionHacks |
|
| 24 | -{ |
|
| 23 | +class KitodoProductionHacks { |
|
| 25 | 24 | /** |
| 26 | 25 | * Hook for \Kitodo\Dlf\Common\MetsDocument::establishRecordId() |
| 27 | 26 | * When using Kitodo.Production the record identifier is saved only in MODS, but not |
@@ -24,8 +24,7 @@ discard block |
||
| 24 | 24 | * |
| 25 | 25 | * @access public |
| 26 | 26 | */ |
| 27 | -class ConfigurationForm |
|
| 28 | -{ |
|
| 27 | +class ConfigurationForm { |
|
| 29 | 28 | |
| 30 | 29 | /** |
| 31 | 30 | * Check if a connection to a Solr server could be established with the given credentials. |
@@ -60,8 +59,7 @@ discard block |
||
| 60 | 59 | * |
| 61 | 60 | * @return void |
| 62 | 61 | */ |
| 63 | - public function __construct() |
|
| 64 | - { |
|
| 62 | + public function __construct() { |
|
| 65 | 63 | // Load backend localization file. |
| 66 | 64 | Helper::getLanguageService()->includeLLFile('EXT:dlf/Resources/Private/Language/locallang_be.xlf'); |
| 67 | 65 | } |
@@ -29,8 +29,7 @@ |
||
| 29 | 29 | * |
| 30 | 30 | * @access public |
| 31 | 31 | */ |
| 32 | -class ItemsProcFunc implements LoggerAwareInterface |
|
| 33 | -{ |
|
| 32 | +class ItemsProcFunc implements LoggerAwareInterface { |
|
| 34 | 33 | use LoggerAwareTrait; |
| 35 | 34 | |
| 36 | 35 | /** |
@@ -22,8 +22,7 @@ |
||
| 22 | 22 | * |
| 23 | 23 | * @access public |
| 24 | 24 | */ |
| 25 | -class ThumbnailCustomElement extends AbstractFormElement |
|
| 26 | -{ |
|
| 25 | +class ThumbnailCustomElement extends AbstractFormElement { |
|
| 27 | 26 | |
| 28 | 27 | /** |
| 29 | 28 | * Renders thumbnail custom element. |
@@ -26,8 +26,7 @@ |
||
| 26 | 26 | * |
| 27 | 27 | * @internal |
| 28 | 28 | */ |
| 29 | -class MigrateSettings implements UpgradeWizardInterface |
|
| 30 | -{ |
|
| 29 | +class MigrateSettings implements UpgradeWizardInterface { |
|
| 31 | 30 | |
| 32 | 31 | /** |
| 33 | 32 | * Return the identifier for this wizard |