* use php-cs-fixer instead of phpcodesniffer * updated scrutinizer config * adjusted code yules to all files * updated CONTRIBUTING guidelines
This commit is contained in:
@@ -17,9 +17,9 @@ class Constants
|
||||
/**
|
||||
* Currently only used for informational purpose in the footer
|
||||
*/
|
||||
const VERSION = '2.0 dev';
|
||||
public const VERSION = '2.0 dev';
|
||||
/**
|
||||
* Used in multiple views
|
||||
*/
|
||||
const GITHUB = 'https://github.com/kevinpapst/kimai2/';
|
||||
public const GITHUB = 'https://github.com/kevinpapst/kimai2/';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user