Passed
Pull Request — master (#123)
by
unknown
04:33
created
Classes/Command/ReindexCommand.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -30,8 +30,7 @@
 block discarded – undo
30 30
  *
31 31
  * @access public
32 32
  */
33
-class ReindexCommand extends BaseCommand
34
-{
33
+class ReindexCommand extends BaseCommand {
35 34
     /**
36 35
      * Configure the command by defining the name, options and arguments
37 36
      *
Please login to merge, or discard this patch.
Classes/Command/BaseCommand.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -40,8 +40,7 @@
 block discarded – undo
40 40
  *
41 41
  * @access public
42 42
  */
43
-class BaseCommand extends Command
44
-{
43
+class BaseCommand extends Command {
45 44
     /**
46 45
      * @access protected
47 46
      * @var CollectionRepository
Please login to merge, or discard this patch.
Classes/Command/HarvestCommand.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -33,8 +33,7 @@
 block discarded – undo
33 33
  *
34 34
  * @access public
35 35
  */
36
-class HarvestCommand extends BaseCommand
37
-{
36
+class HarvestCommand extends BaseCommand {
38 37
     /**
39 38
      * Configure the command by defining the name, options and arguments
40 39
      *
Please login to merge, or discard this patch.
Classes/Command/IndexCommand.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -31,8 +31,7 @@
 block discarded – undo
31 31
  *
32 32
  * @access public
33 33
  */
34
-class IndexCommand extends BaseCommand
35
-{
34
+class IndexCommand extends BaseCommand {
36 35
 
37 36
     /**
38 37
      * Configure the command by defining the name, options and arguments
Please login to merge, or discard this patch.
Classes/Domain/Repository/StructureRepository.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 StructureRepository extends Repository
26
-{
25
+class StructureRepository extends Repository {
27 26
 
28 27
 }
Please login to merge, or discard this patch.
Classes/Domain/Repository/MetadataRepository.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -24,8 +24,7 @@
 block discarded – undo
24 24
  *
25 25
  * @access public
26 26
  */
27
-class MetadataRepository extends Repository
28
-{
27
+class MetadataRepository extends Repository {
29 28
     /**
30 29
      * Finds all collection for the given settings
31 30
      *
Please login to merge, or discard this patch.
Classes/Domain/Repository/FormatRepository.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 FormatRepository extends Repository
26
-{
25
+class FormatRepository extends Repository {
27 26
 
28 27
 }
Please login to merge, or discard this patch.
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.