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 2323 */
2424class UniqueEntity extends Constraint
2525{
26- const NOT_UNIQUE_ERROR = '23bd9dbf-6b9b-41cd-a99e-4844bcf3077f ' ;
26+ public const NOT_UNIQUE_ERROR = '23bd9dbf-6b9b-41cd-a99e-4844bcf3077f ' ;
2727
2828 public $ message = 'This value is already used. ' ;
2929 public $ service = 'doctrine.orm.validator.unique ' ;
You can’t perform that action at this time.
0 commit comments