File tree Expand file tree Collapse file tree 2 files changed +11
-11
lines changed Expand file tree Collapse file tree 2 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 2525 */
2626class DeprecationErrorHandler
2727{
28- public const MODE_DISABLED = 'disabled ' ;
29- public const MODE_WEAK = 'max[total]=999999&verbose=0 ' ;
30- public const MODE_STRICT = 'max[total]=0 ' ;
28+ const MODE_DISABLED = 'disabled ' ;
29+ const MODE_WEAK = 'max[total]=999999&verbose=0 ' ;
30+ const MODE_STRICT = 'max[total]=0 ' ;
3131
3232 private $ mode ;
3333 private $ configuration ;
Original file line number Diff line number Diff line change 2121 */
2222class Deprecation
2323{
24- public const PATH_TYPE_VENDOR = 'path_type_vendor ' ;
25- public const PATH_TYPE_SELF = 'path_type_internal ' ;
26- public const PATH_TYPE_UNDETERMINED = 'path_type_undetermined ' ;
27-
28- public const TYPE_SELF = 'type_self ' ;
29- public const TYPE_DIRECT = 'type_direct ' ;
30- public const TYPE_INDIRECT = 'type_indirect ' ;
31- public const TYPE_UNDETERMINED = 'type_undetermined ' ;
24+ const PATH_TYPE_VENDOR = 'path_type_vendor ' ;
25+ const PATH_TYPE_SELF = 'path_type_internal ' ;
26+ const PATH_TYPE_UNDETERMINED = 'path_type_undetermined ' ;
27+
28+ const TYPE_SELF = 'type_self ' ;
29+ const TYPE_DIRECT = 'type_direct ' ;
30+ const TYPE_INDIRECT = 'type_indirect ' ;
31+ const TYPE_UNDETERMINED = 'type_undetermined ' ;
3232
3333 private $ trace = [];
3434 private $ message ;
You can’t perform that action at this time.
0 commit comments