File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
DependencyInjection/Compiler Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1717
1818class ConfigSourcePass implements CompilerPassInterface
1919{
20- const SOURCE_TYPE_INDEX_TEMPLATE = 'index_template ' ;
20+ public const SOURCE_TYPE_INDEX_TEMPLATE = 'index_template ' ;
2121
2222 /**
2323 * {@inheritdoc}
Original file line number Diff line number Diff line change 2121 */
2222class ElasticaToModelTransformer extends AbstractElasticaToModelTransformer
2323{
24- const ENTITY_ALIAS = 'o ' ;
24+ public const ENTITY_ALIAS = 'o ' ;
2525
2626 /**
2727 * Fetch objects for theses identifier values.
Original file line number Diff line number Diff line change 2222
2323final class ORMPagerProvider implements PagerProviderInterface
2424{
25- const ENTITY_ALIAS = 'a ' ;
25+ public const ENTITY_ALIAS = 'a ' ;
2626
2727 /**
2828 * @var string
Original file line number Diff line number Diff line change 2020
2121final class PHPCRPagerProvider implements PagerProviderInterface
2222{
23- const ENTITY_ALIAS = 'a ' ;
23+ public const ENTITY_ALIAS = 'a ' ;
2424
2525 /**
2626 * @var string
You can’t perform that action at this time.
0 commit comments