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 20
20
*/
21
21
class DbalLogger implements SQLLogger
22
22
{
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) ' ;
25
25
26
26
protected $ logger ;
27
27
protected $ stopwatch ;
Original file line number Diff line number Diff line change 37
37
38
38
class EntityTypeTest extends BaseTypeTest
39
39
{
40
- const TESTED_TYPE = 'Symfony\Bridge\Doctrine\Form\Type\EntityType ' ;
40
+ public const TESTED_TYPE = 'Symfony\Bridge\Doctrine\Form\Type\EntityType ' ;
41
41
42
42
private const ITEM_GROUP_CLASS = 'Symfony\Bridge\Doctrine\Tests\Fixtures\GroupableEntity ' ;
43
43
private const SINGLE_IDENT_CLASS = 'Symfony\Bridge\Doctrine\Tests\Fixtures\SingleIntIdEntity ' ;
Original file line number Diff line number Diff line change 23
23
*/
24
24
class UniqueEntity extends Constraint
25
25
{
26
- const NOT_UNIQUE_ERROR = '23bd9dbf-6b9b-41cd-a99e-4844bcf3077f ' ;
26
+ public const NOT_UNIQUE_ERROR = '23bd9dbf-6b9b-41cd-a99e-4844bcf3077f ' ;
27
27
28
28
public $ message = 'This value is already used. ' ;
29
29
public $ service = 'doctrine.orm.validator.unique ' ;
You can’t perform that action at this time.
0 commit comments