mirror of
https://github.com/kevinpapst/kimai2.git
synced 2025-04-19 19:43:32 +00:00

* fix isWeekend() test for sunday fdow * re-use the pattern for optgroup title * prevent method on null * composer update * pre-select an option if it is the only available one * added command to stop all active timesheets
15 lines
578 B
Text
15 lines
578 B
Text
includes:
|
|
- %rootDir%/../phpstan-symfony/extension.neon
|
|
- %rootDir%/../phpstan-symfony/rules.neon
|
|
- %rootDir%/../phpstan-doctrine/extension.neon
|
|
- %rootDir%/../phpstan-doctrine/rules.neon
|
|
- %rootDir%/../phpstan-phpunit/extension.neon
|
|
- %rootDir%/../phpstan-phpunit/rules.neon
|
|
|
|
parameters:
|
|
tmpDir: %rootDir%/../../../var/cache/phpstan
|
|
excludePaths:
|
|
- %rootDir%/../../../tests/Ldap/LdapDriverTest.php
|
|
inferPrivatePropertyTypeFromConstructor: true
|
|
doctrine:
|
|
objectManagerLoader: %rootDir%/../../../tests/phpstan-doctrine.php
|