Passed
Pull Request — master (#123)
by
unknown
04:23
created
Classes/Domain/Repository/TokenRepository.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -22,8 +22,7 @@
 block discarded – undo
22 22
  *
23 23
  * @access public
24 24
  */
25
-class TokenRepository extends Repository
26
-{
25
+class TokenRepository extends Repository {
27 26
     /**
28 27
      * Delete all expired token
29 28
      *
Please login to merge, or discard this patch.
Classes/Domain/Repository/SolrCoreRepository.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -22,7 +22,6 @@
 block discarded – undo
22 22
  *
23 23
  * @access public
24 24
  */
25
-class SolrCoreRepository extends Repository
26
-{
25
+class SolrCoreRepository extends Repository {
27 26
 
28 27
 }
Please login to merge, or discard this patch.
Classes/Domain/Repository/LibraryRepository.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -22,7 +22,6 @@
 block discarded – undo
22 22
  *
23 23
  * @access public
24 24
  */
25
-class LibraryRepository extends Repository
26
-{
25
+class LibraryRepository extends Repository {
27 26
 
28 27
 }
Please login to merge, or discard this patch.
Classes/Domain/Repository/ActionLogRepository.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -22,7 +22,6 @@
 block discarded – undo
22 22
  *
23 23
  * @access public
24 24
  */
25
-class ActionLogRepository extends Repository
26
-{
25
+class ActionLogRepository extends Repository {
27 26
 
28 27
 }
Please login to merge, or discard this patch.
Classes/Domain/Repository/MailRepository.php 1 patch
Braces   +2 added lines, -4 removed lines patch added patch discarded remove patch
@@ -25,8 +25,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
 
Please login to merge, or discard this patch.
Classes/Domain/Repository/BasketRepository.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -22,7 +22,6 @@
 block discarded – undo
22 22
  *
23 23
  * @access public
24 24
  */
25
-class BasketRepository extends Repository
26
-{
25
+class BasketRepository extends Repository {
27 26
 
28 27
 }
Please login to merge, or discard this patch.
Classes/Domain/Repository/MetadataFormatRepository.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -22,7 +22,6 @@
 block discarded – undo
22 22
  *
23 23
  * @access public
24 24
  */
25
-class MetadataFormatRepository extends Repository
26
-{
25
+class MetadataFormatRepository extends Repository {
27 26
 
28 27
 }
Please login to merge, or discard this patch.
Classes/Domain/Repository/CollectionRepository.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -28,8 +28,7 @@
 block discarded – undo
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.
Please login to merge, or discard this patch.
Classes/Domain/Repository/PrinterRepository.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -22,7 +22,6 @@
 block discarded – undo
22 22
  *
23 23
  * @access public
24 24
  */
25
-class PrinterRepository extends Repository
26
-{
25
+class PrinterRepository extends Repository {
27 26
 
28 27
 }
Please login to merge, or discard this patch.