@@ -22,7 +22,6 @@ |
||
| 22 | 22 | * |
| 23 | 23 | * @access public |
| 24 | 24 | */ |
| 25 | -class SolrCoreRepository extends Repository |
|
| 26 | -{ |
|
| 25 | +class SolrCoreRepository extends Repository { |
|
| 27 | 26 | |
| 28 | 27 | } |
@@ -22,7 +22,6 @@ |
||
| 22 | 22 | * |
| 23 | 23 | * @access public |
| 24 | 24 | */ |
| 25 | -class LibraryRepository extends Repository |
|
| 26 | -{ |
|
| 25 | +class LibraryRepository extends Repository { |
|
| 27 | 26 | |
| 28 | 27 | } |
@@ -22,7 +22,6 @@ |
||
| 22 | 22 | * |
| 23 | 23 | * @access public |
| 24 | 24 | */ |
| 25 | -class ActionLogRepository extends Repository |
|
| 26 | -{ |
|
| 25 | +class ActionLogRepository extends Repository { |
|
| 27 | 26 | |
| 28 | 27 | } |
@@ -25,8 +25,7 @@ discard block |
||
| 25 | 25 | * |
| 26 | 26 | * @access public |
| 27 | 27 | */ |
| 28 | -class MailRepository extends Repository |
|
| 29 | -{ |
|
| 28 | +class MailRepository extends Repository { |
|
| 30 | 29 | |
| 31 | 30 | /** |
| 32 | 31 | * Find all mails by pid. |
@@ -37,8 +36,7 @@ discard block |
||
| 37 | 36 | * |
| 38 | 37 | * @return array|QueryResultInterface |
| 39 | 38 | */ |
| 40 | - public function findAllWithPid(int $pid) |
|
| 41 | - { |
|
| 39 | + public function findAllWithPid(int $pid) { |
|
| 42 | 40 | /** @var Typo3QuerySettings $querySettings */ |
| 43 | 41 | $querySettings = GeneralUtility::makeInstance(Typo3QuerySettings::class); |
| 44 | 42 | |
@@ -22,7 +22,6 @@ |
||
| 22 | 22 | * |
| 23 | 23 | * @access public |
| 24 | 24 | */ |
| 25 | -class BasketRepository extends Repository |
|
| 26 | -{ |
|
| 25 | +class BasketRepository extends Repository { |
|
| 27 | 26 | |
| 28 | 27 | } |
@@ -22,7 +22,6 @@ |
||
| 22 | 22 | * |
| 23 | 23 | * @access public |
| 24 | 24 | */ |
| 25 | -class MetadataFormatRepository extends Repository |
|
| 26 | -{ |
|
| 25 | +class MetadataFormatRepository extends Repository { |
|
| 27 | 26 | |
| 28 | 27 | } |
@@ -28,8 +28,7 @@ |
||
| 28 | 28 | * |
| 29 | 29 | * @access public |
| 30 | 30 | */ |
| 31 | -class CollectionRepository extends Repository |
|
| 32 | -{ |
|
| 31 | +class CollectionRepository extends Repository { |
|
| 33 | 32 | /** |
| 34 | 33 | * @access protected |
| 35 | 34 | * @var array Set the default ordering. This is applied to findAll(), too. |
@@ -22,7 +22,6 @@ |
||
| 22 | 22 | * |
| 23 | 23 | * @access public |
| 24 | 24 | */ |
| 25 | -class PrinterRepository extends Repository |
|
| 26 | -{ |
|
| 25 | +class PrinterRepository extends Repository { |
|
| 27 | 26 | |
| 28 | 27 | } |
@@ -22,8 +22,7 @@ |
||
| 22 | 22 | * |
| 23 | 23 | * @access public |
| 24 | 24 | */ |
| 25 | -class Structure extends AbstractEntity |
|
| 26 | -{ |
|
| 25 | +class Structure extends AbstractEntity { |
|
| 27 | 26 | /** |
| 28 | 27 | * @access protected |
| 29 | 28 | * @var Structure |