File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
src/Symfony/Bridge/PhpUnit/DeprecationErrorHandler Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 18
18
*/
19
19
class Deprecation
20
20
{
21
- private const PATH_TYPE_VENDOR = 'path_type_vendor ' ;
22
- private const PATH_TYPE_SELF = 'path_type_internal ' ;
23
- private const PATH_TYPE_UNDETERMINED = 'path_type_undetermined ' ;
24
-
25
- public const TYPE_SELF = 'type_self ' ;
26
- public const TYPE_DIRECT = 'type_direct ' ;
27
- public const TYPE_INDIRECT = 'type_indirect ' ;
28
- public const TYPE_UNDETERMINED = 'type_undetermined ' ;
21
+ const PATH_TYPE_VENDOR = 'path_type_vendor ' ;
22
+ const PATH_TYPE_SELF = 'path_type_internal ' ;
23
+ const PATH_TYPE_UNDETERMINED = 'path_type_undetermined ' ;
24
+
25
+ const TYPE_SELF = 'type_self ' ;
26
+ const TYPE_DIRECT = 'type_direct ' ;
27
+ const TYPE_INDIRECT = 'type_indirect ' ;
28
+ const TYPE_UNDETERMINED = 'type_undetermined ' ;
29
29
30
30
/**
31
31
* @var array
You can’t perform that action at this time.
0 commit comments