File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1818 "homepage" : " https://github.com/cslant/telegram-git-notifier" ,
1919 "license" : " MIT" ,
2020 "authors" : [
21+ {
22+ "name" : " CSlant Team" ,
23+ "email" : " contact@cslant.com" ,
24+ "homepage" : " https://cslant.com" ,
25+ "role" : " Owner"
26+ },
2127 {
2228 "name" : " Tan Nguyen" ,
2329 "email" : " tannp@cslant.com" ,
2430 "homepage" : " https://tanhongit.com" ,
25- "role" : " Developer "
31+ "role" : " Maintainer "
2632 }
2733 ],
2834 "autoload" : {
Original file line number Diff line number Diff line change 44
55final class EventConstant
66{
7- public const EVENT_PREFIX = SettingConstant::SETTING_CUSTOM_EVENTS . '.evt. ' ;
7+ public const string EVENT_PREFIX = SettingConstant::SETTING_CUSTOM_EVENTS . '.evt. ' ;
88
9- public const EVENT_HAS_ACTION_SEPARATOR = 'atc. ' ;
9+ public const string EVENT_HAS_ACTION_SEPARATOR = 'atc. ' ;
1010
11- public const EVENT_UPDATE_SEPARATOR = '.eus ' ;
11+ public const string EVENT_UPDATE_SEPARATOR = '.eus ' ;
1212}
You can’t perform that action at this time.
0 commit comments