File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2020 */
2121class DbalLogger implements SQLLogger
2222{
23- const MAX_STRING_LENGTH = 32 ;
24- const BINARY_DATA_VALUE = '(binary value) ' ;
23+ public const MAX_STRING_LENGTH = 32 ;
24+ public const BINARY_DATA_VALUE = '(binary value) ' ;
2525
2626 protected $ logger ;
2727 protected $ stopwatch ;
Original file line number Diff line number Diff line change 3737
3838class EntityTypeTest extends BaseTypeTest
3939{
40- const TESTED_TYPE = 'Symfony\Bridge\Doctrine\Form\Type\EntityType ' ;
40+ public const TESTED_TYPE = 'Symfony\Bridge\Doctrine\Form\Type\EntityType ' ;
4141
4242 private const ITEM_GROUP_CLASS = 'Symfony\Bridge\Doctrine\Tests\Fixtures\GroupableEntity ' ;
4343 private const SINGLE_IDENT_CLASS = 'Symfony\Bridge\Doctrine\Tests\Fixtures\SingleIntIdEntity ' ;
Original file line number Diff line number Diff line change 2424#[\Attribute(\Attribute::TARGET_CLASS | \Attribute::IS_REPEATABLE )]
2525class UniqueEntity extends Constraint
2626{
27- const NOT_UNIQUE_ERROR = '23bd9dbf-6b9b-41cd-a99e-4844bcf3077f ' ;
27+ public const NOT_UNIQUE_ERROR = '23bd9dbf-6b9b-41cd-a99e-4844bcf3077f ' ;
2828
2929 public $ message = 'This value is already used. ' ;
3030 public $ service = 'doctrine.orm.validator.unique ' ;
You can’t perform that action at this time.
0 commit comments