@@ -30,8 +30,7 @@ |
||
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 | * |
@@ -40,8 +40,7 @@ |
||
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 |
@@ -33,8 +33,7 @@ |
||
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 | * |
@@ -31,8 +31,7 @@ |
||
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 |
@@ -22,7 +22,6 @@ |
||
22 | 22 | * |
23 | 23 | * @access public |
24 | 24 | */ |
25 | -class StructureRepository extends Repository |
|
26 | -{ |
|
25 | +class StructureRepository extends Repository { |
|
27 | 26 | |
28 | 27 | } |
@@ -24,8 +24,7 @@ |
||
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 | * |
@@ -22,7 +22,6 @@ |
||
22 | 22 | * |
23 | 23 | * @access public |
24 | 24 | */ |
25 | -class FormatRepository extends Repository |
|
26 | -{ |
|
25 | +class FormatRepository extends Repository { |
|
27 | 26 | |
28 | 27 | } |
@@ -22,8 +22,7 @@ |
||
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 | * |
@@ -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 | } |