mirror of
https://github.com/kevinpapst/kimai2.git
synced 2025-05-02 08:20:01 +00:00
9833 lines
470 KiB
Text
9833 lines
470 KiB
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:
|
|
level: 9
|
|
paths:
|
|
- .
|
|
tmpDir: %rootDir%/../../../var/cache/phpstan
|
|
excludePaths:
|
|
- %rootDir%/../../../tests/Ldap/LdapDriverTest.php
|
|
inferPrivatePropertyTypeFromConstructor: true
|
|
doctrine:
|
|
objectManagerLoader: %rootDir%/../../../tests/phpstan-doctrine.php
|
|
ignoreErrors:
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\API\\\\APIControllerBaseTest\\:\\:assertApiResponseTypeStructure\\(\\) has parameter \\$result with no value type specified in iterable type array\\.$#"
|
|
count: 1
|
|
path: API/APIControllerBaseTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\API\\\\APIControllerBaseTest\\:\\:assertApiException\\(\\) has parameter \\$expectedErrors with no value type specified in iterable type array\\.$#"
|
|
count: 1
|
|
path: API/APIControllerBaseTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\API\\\\APIControllerBaseTest\\:\\:assertEntityNotFoundForPatch\\(\\) has parameter \\$data with no value type specified in iterable type array\\.$#"
|
|
count: 1
|
|
path: API/APIControllerBaseTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\API\\\\APIControllerBaseTest\\:\\:assertEntityNotFoundForPost\\(\\) has parameter \\$data with no value type specified in iterable type array\\.$#"
|
|
count: 1
|
|
path: API/APIControllerBaseTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\API\\\\APIControllerBaseTest\\:\\:assertExceptionForDeleteAction\\(\\) has parameter \\$data with no value type specified in iterable type array\\.$#"
|
|
count: 1
|
|
path: API/APIControllerBaseTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\API\\\\APIControllerBaseTest\\:\\:assertExceptionForDeleteAction\\(\\) has parameter \\$expectedErrors with no value type specified in iterable type array\\.$#"
|
|
count: 1
|
|
path: API/APIControllerBaseTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\API\\\\APIControllerBaseTest\\:\\:assertExceptionForMethod\\(\\) has parameter \\$data with no value type specified in iterable type array\\.$#"
|
|
count: 1
|
|
path: API/APIControllerBaseTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\API\\\\APIControllerBaseTest\\:\\:assertExceptionForMethod\\(\\) has parameter \\$expectedErrors with no value type specified in iterable type array\\.$#"
|
|
count: 1
|
|
path: API/APIControllerBaseTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\API\\\\APIControllerBaseTest\\:\\:assertExceptionForPatchAction\\(\\) has parameter \\$data with no value type specified in iterable type array\\.$#"
|
|
count: 1
|
|
path: API/APIControllerBaseTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\API\\\\APIControllerBaseTest\\:\\:assertExceptionForPatchAction\\(\\) has parameter \\$expectedErrors with no value type specified in iterable type array\\.$#"
|
|
count: 1
|
|
path: API/APIControllerBaseTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\API\\\\APIControllerBaseTest\\:\\:assertExceptionForPostAction\\(\\) has parameter \\$data with no value type specified in iterable type array\\.$#"
|
|
count: 1
|
|
path: API/APIControllerBaseTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\API\\\\APIControllerBaseTest\\:\\:assertExceptionForPostAction\\(\\) has parameter \\$expectedErrors with no value type specified in iterable type array\\.$#"
|
|
count: 1
|
|
path: API/APIControllerBaseTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\API\\\\APIControllerBaseTest\\:\\:assertExceptionForRole\\(\\) has parameter \\$data with no value type specified in iterable type array\\.$#"
|
|
count: 1
|
|
path: API/APIControllerBaseTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\API\\\\APIControllerBaseTest\\:\\:assertExceptionForRole\\(\\) has parameter \\$expectedErrors with no value type specified in iterable type array\\.$#"
|
|
count: 1
|
|
path: API/APIControllerBaseTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\API\\\\APIControllerBaseTest\\:\\:getExpectedResponseStructure\\(\\) return type has no value type specified in iterable type array\\.$#"
|
|
count: 1
|
|
path: API/APIControllerBaseTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\API\\\\APIControllerBaseTest\\:\\:request\\(\\) has parameter \\$parameters with no value type specified in iterable type array\\.$#"
|
|
count: 1
|
|
path: API/APIControllerBaseTest.php
|
|
|
|
-
|
|
message: "#^Parameter \\#1 \\$haystack of function stripos expects string, mixed given\\.$#"
|
|
count: 1
|
|
path: API/APIControllerBaseTest.php
|
|
|
|
-
|
|
message: "#^Parameter \\#1 \\$json of function json_decode expects string, string\\|false given\\.$#"
|
|
count: 3
|
|
path: API/APIControllerBaseTest.php
|
|
|
|
-
|
|
message: "#^Parameter \\#1 \\$key of static method PHPUnit\\\\Framework\\\\Assert\\:\\:assertArrayHasKey\\(\\) expects int\\|string, mixed given\\.$#"
|
|
count: 1
|
|
path: API/APIControllerBaseTest.php
|
|
|
|
-
|
|
message: "#^Parameter \\#2 \\$array of static method PHPUnit\\\\Framework\\\\Assert\\:\\:assertArrayHasKey\\(\\) expects array\\|ArrayAccess, mixed given\\.$#"
|
|
count: 1
|
|
path: API/APIControllerBaseTest.php
|
|
|
|
-
|
|
message: "#^Parameter \\#2 \\$string of function explode expects string, mixed given\\.$#"
|
|
count: 1
|
|
path: API/APIControllerBaseTest.php
|
|
|
|
-
|
|
message: "#^Parameter \\#2 \\.\\.\\.\\$values of function sprintf expects bool\\|float\\|int\\|string\\|null, mixed given\\.$#"
|
|
count: 2
|
|
path: API/APIControllerBaseTest.php
|
|
|
|
-
|
|
message: "#^Parameter \\#5 \\$content of method App\\\\Tests\\\\API\\\\APIControllerBaseTest\\:\\:request\\(\\) expects string\\|null, string\\|false given\\.$#"
|
|
count: 1
|
|
path: API/APIControllerBaseTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\API\\\\ActionsControllerTest\\:\\:testIsSecure\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: API/ActionsControllerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\API\\\\ActionsControllerTest\\:\\:test_getActivityActions\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: API/ActionsControllerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\API\\\\ActionsControllerTest\\:\\:test_getCustomerActions\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: API/ActionsControllerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\API\\\\ActionsControllerTest\\:\\:test_getProjectActions\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: API/ActionsControllerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\API\\\\ActionsControllerTest\\:\\:test_getTimesheetActions\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: API/ActionsControllerTest.php
|
|
|
|
-
|
|
message: "#^Parameter \\#1 \\$json of function json_decode expects string, string\\|false given\\.$#"
|
|
count: 4
|
|
path: API/ActionsControllerTest.php
|
|
|
|
-
|
|
message: "#^Cannot call method addSubscriber\\(\\) on object\\|null\\.$#"
|
|
count: 1
|
|
path: API/ActivityControllerTest.php
|
|
|
|
-
|
|
message: "#^Cannot call method getId\\(\\) on App\\\\Entity\\\\Activity\\|null\\.$#"
|
|
count: 2
|
|
path: API/ActivityControllerTest.php
|
|
|
|
-
|
|
message: "#^Cannot call method getValue\\(\\) on App\\\\Entity\\\\MetaTableTypeInterface\\|null\\.$#"
|
|
count: 1
|
|
path: API/ActivityControllerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\API\\\\ActivityControllerTest\\:\\:assertRateStructure\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: API/ActivityControllerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\API\\\\ActivityControllerTest\\:\\:assertRateStructure\\(\\) has parameter \\$result with no value type specified in iterable type array\\.$#"
|
|
count: 1
|
|
path: API/ActivityControllerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\API\\\\ActivityControllerTest\\:\\:assertRateStructure\\(\\) has parameter \\$user with no type specified\\.$#"
|
|
count: 1
|
|
path: API/ActivityControllerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\API\\\\ActivityControllerTest\\:\\:getRateUrl\\(\\) has parameter \\$id with no type specified\\.$#"
|
|
count: 1
|
|
path: API/ActivityControllerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\API\\\\ActivityControllerTest\\:\\:getRateUrl\\(\\) has parameter \\$rateId with no type specified\\.$#"
|
|
count: 1
|
|
path: API/ActivityControllerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\API\\\\ActivityControllerTest\\:\\:importTestRates\\(\\) has parameter \\$id with no type specified\\.$#"
|
|
count: 1
|
|
path: API/ActivityControllerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\API\\\\ActivityControllerTest\\:\\:importTestRates\\(\\) return type has no value type specified in iterable type array\\.$#"
|
|
count: 1
|
|
path: API/ActivityControllerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\API\\\\ActivityControllerTest\\:\\:testAddFixedRateAction\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: API/ActivityControllerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\API\\\\ActivityControllerTest\\:\\:testAddRateAction\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: API/ActivityControllerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\API\\\\ActivityControllerTest\\:\\:testAddRateActionWithInvalidUser\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: API/ActivityControllerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\API\\\\ActivityControllerTest\\:\\:testAddRateMissingEntityAction\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: API/ActivityControllerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\API\\\\ActivityControllerTest\\:\\:testAddRateMissingUserAction\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: API/ActivityControllerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\API\\\\ActivityControllerTest\\:\\:testDeleteNotAllowed\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: API/ActivityControllerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\API\\\\ActivityControllerTest\\:\\:testDeleteRate\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: API/ActivityControllerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\API\\\\ActivityControllerTest\\:\\:testDeleteRateEntityNotFound\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: API/ActivityControllerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\API\\\\ActivityControllerTest\\:\\:testDeleteRateRateNotFound\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: API/ActivityControllerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\API\\\\ActivityControllerTest\\:\\:testDeleteRateWithInvalidAssignment\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: API/ActivityControllerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\API\\\\ActivityControllerTest\\:\\:testGetCollection\\(\\) has parameter \\$expected with no type specified\\.$#"
|
|
count: 1
|
|
path: API/ActivityControllerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\API\\\\ActivityControllerTest\\:\\:testGetCollection\\(\\) has parameter \\$parameters with no type specified\\.$#"
|
|
count: 1
|
|
path: API/ActivityControllerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\API\\\\ActivityControllerTest\\:\\:testGetCollection\\(\\) has parameter \\$project with no type specified\\.$#"
|
|
count: 1
|
|
path: API/ActivityControllerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\API\\\\ActivityControllerTest\\:\\:testGetCollection\\(\\) has parameter \\$url with no type specified\\.$#"
|
|
count: 1
|
|
path: API/ActivityControllerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\API\\\\ActivityControllerTest\\:\\:testGetCollectionWithQuery\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: API/ActivityControllerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\API\\\\ActivityControllerTest\\:\\:testGetEntity\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: API/ActivityControllerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\API\\\\ActivityControllerTest\\:\\:testGetRates\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: API/ActivityControllerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\API\\\\ActivityControllerTest\\:\\:testGetRatesEmptyResult\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: API/ActivityControllerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\API\\\\ActivityControllerTest\\:\\:testGetRatesEntityNotFound\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: API/ActivityControllerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\API\\\\ActivityControllerTest\\:\\:testGetRatesIsSecured\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: API/ActivityControllerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\API\\\\ActivityControllerTest\\:\\:testInvalidPatchAction\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: API/ActivityControllerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\API\\\\ActivityControllerTest\\:\\:testIsSecure\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: API/ActivityControllerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\API\\\\ActivityControllerTest\\:\\:testMetaAction\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: API/ActivityControllerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\API\\\\ActivityControllerTest\\:\\:testMetaActionThrowsExceptionOnMissingMetafield\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: API/ActivityControllerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\API\\\\ActivityControllerTest\\:\\:testMetaActionThrowsExceptionOnMissingName\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: API/ActivityControllerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\API\\\\ActivityControllerTest\\:\\:testMetaActionThrowsExceptionOnMissingValue\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: API/ActivityControllerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\API\\\\ActivityControllerTest\\:\\:testMetaActionThrowsNotFound\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: API/ActivityControllerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\API\\\\ActivityControllerTest\\:\\:testNotFound\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: API/ActivityControllerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\API\\\\ActivityControllerTest\\:\\:testPatchAction\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: API/ActivityControllerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\API\\\\ActivityControllerTest\\:\\:testPatchActionWithInvalidUser\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: API/ActivityControllerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\API\\\\ActivityControllerTest\\:\\:testPatchActionWithNonGlobalActivity\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: API/ActivityControllerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\API\\\\ActivityControllerTest\\:\\:testPatchActionWithUnknownActivity\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: API/ActivityControllerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\API\\\\ActivityControllerTest\\:\\:testPostAction\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: API/ActivityControllerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\API\\\\ActivityControllerTest\\:\\:testPostActionWithInvalidData\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: API/ActivityControllerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\API\\\\ActivityControllerTest\\:\\:testPostActionWithInvalidUser\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: API/ActivityControllerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\API\\\\ActivityControllerTest\\:\\:testPostActionWithLeastFields\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: API/ActivityControllerTest.php
|
|
|
|
-
|
|
message: "#^Parameter \\#1 \\$json of function json_decode expects string, string\\|false given\\.$#"
|
|
count: 12
|
|
path: API/ActivityControllerTest.php
|
|
|
|
-
|
|
message: "#^Parameter \\#5 \\$content of method App\\\\Tests\\\\API\\\\APIControllerBaseTest\\:\\:request\\(\\) expects string\\|null, string\\|false given\\.$#"
|
|
count: 13
|
|
path: API/ActivityControllerTest.php
|
|
|
|
-
|
|
message: "#^Argument of an invalid type mixed supplied for foreach, only iterables are supported\\.$#"
|
|
count: 3
|
|
path: API/ApiDocControllerTest.php
|
|
|
|
-
|
|
message: "#^Cannot access offset 'paths' on mixed\\.$#"
|
|
count: 1
|
|
path: API/ApiDocControllerTest.php
|
|
|
|
-
|
|
message: "#^Cannot access offset 'spec' on mixed\\.$#"
|
|
count: 1
|
|
path: API/ApiDocControllerTest.php
|
|
|
|
-
|
|
message: "#^Cannot access offset 'tags' on mixed\\.$#"
|
|
count: 1
|
|
path: API/ApiDocControllerTest.php
|
|
|
|
-
|
|
message: "#^Parameter \\#1 \\$json of function json_decode expects string, string\\|false given\\.$#"
|
|
count: 2
|
|
path: API/ApiDocControllerTest.php
|
|
|
|
-
|
|
message: "#^Parameter \\#2 \\$array of method PHPUnit\\\\Framework\\\\Assert\\:\\:assertArrayHasKey\\(\\) expects array\\|ArrayAccess, mixed given\\.$#"
|
|
count: 1
|
|
path: API/ApiDocControllerTest.php
|
|
|
|
-
|
|
message: "#^Parameter \\#2 \\$haystack of method PHPUnit\\\\Framework\\\\Assert\\:\\:assertStringContainsString\\(\\) expects string, string\\|false given\\.$#"
|
|
count: 1
|
|
path: API/ApiDocControllerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\API\\\\Authentication\\\\SessionAuthenticatorTest\\:\\:testAuthenticate\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: API/Authentication/SessionAuthenticatorTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\API\\\\Authentication\\\\SessionAuthenticatorTest\\:\\:testAuthenticateFailsOnMissingApiTokenForUser\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: API/Authentication/SessionAuthenticatorTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\API\\\\Authentication\\\\SessionAuthenticatorTest\\:\\:testAuthenticateFailsOnWrongPassword\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: API/Authentication/SessionAuthenticatorTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\API\\\\Authentication\\\\SessionAuthenticatorTest\\:\\:testAuthenticateWithEmptyToken\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: API/Authentication/SessionAuthenticatorTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\API\\\\Authentication\\\\SessionAuthenticatorTest\\:\\:testAuthenticateWithEmptyUser\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: API/Authentication/SessionAuthenticatorTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\API\\\\Authentication\\\\SessionAuthenticatorTest\\:\\:testAuthenticateWithMissingAuthHeader\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: API/Authentication/SessionAuthenticatorTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\API\\\\Authentication\\\\SessionAuthenticatorTest\\:\\:testAuthenticateWithMissingToken\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: API/Authentication/SessionAuthenticatorTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\API\\\\Authentication\\\\SessionAuthenticatorTest\\:\\:testAuthenticateWithMissingUser\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: API/Authentication/SessionAuthenticatorTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\API\\\\Authentication\\\\SessionAuthenticatorTest\\:\\:testSupports\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: API/Authentication/SessionAuthenticatorTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\API\\\\Authentication\\\\TokenAuthenticatorTest\\:\\:testAuthenticate\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: API/Authentication/TokenAuthenticatorTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\API\\\\Authentication\\\\TokenAuthenticatorTest\\:\\:testAuthenticateFailsOnMissingApiTokenForUser\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: API/Authentication/TokenAuthenticatorTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\API\\\\Authentication\\\\TokenAuthenticatorTest\\:\\:testAuthenticateFailsOnWrongPassword\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: API/Authentication/TokenAuthenticatorTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\API\\\\Authentication\\\\TokenAuthenticatorTest\\:\\:testAuthenticateWithEmptyToken\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: API/Authentication/TokenAuthenticatorTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\API\\\\Authentication\\\\TokenAuthenticatorTest\\:\\:testAuthenticateWithEmptyUser\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: API/Authentication/TokenAuthenticatorTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\API\\\\Authentication\\\\TokenAuthenticatorTest\\:\\:testAuthenticateWithMissingAuthHeader\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: API/Authentication/TokenAuthenticatorTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\API\\\\Authentication\\\\TokenAuthenticatorTest\\:\\:testAuthenticateWithMissingToken\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: API/Authentication/TokenAuthenticatorTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\API\\\\Authentication\\\\TokenAuthenticatorTest\\:\\:testAuthenticateWithMissingUser\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: API/Authentication/TokenAuthenticatorTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\API\\\\Authentication\\\\TokenAuthenticatorTest\\:\\:testSupports\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: API/Authentication/TokenAuthenticatorTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\API\\\\ConfigurationControllerTest\\:\\:testGetTimesheet\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: API/ConfigurationControllerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\API\\\\ConfigurationControllerTest\\:\\:testIsTimesheetSecure\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: API/ConfigurationControllerTest.php
|
|
|
|
-
|
|
message: "#^Parameter \\#1 \\$json of function json_decode expects string, string\\|false given\\.$#"
|
|
count: 1
|
|
path: API/ConfigurationControllerTest.php
|
|
|
|
-
|
|
message: "#^Cannot call method addSubscriber\\(\\) on object\\|null\\.$#"
|
|
count: 1
|
|
path: API/CustomerControllerTest.php
|
|
|
|
-
|
|
message: "#^Cannot call method getId\\(\\) on App\\\\Entity\\\\Customer\\|null\\.$#"
|
|
count: 2
|
|
path: API/CustomerControllerTest.php
|
|
|
|
-
|
|
message: "#^Cannot call method getValue\\(\\) on App\\\\Entity\\\\MetaTableTypeInterface\\|null\\.$#"
|
|
count: 1
|
|
path: API/CustomerControllerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\API\\\\CustomerControllerTest\\:\\:assertRateStructure\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: API/CustomerControllerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\API\\\\CustomerControllerTest\\:\\:assertRateStructure\\(\\) has parameter \\$result with no value type specified in iterable type array\\.$#"
|
|
count: 1
|
|
path: API/CustomerControllerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\API\\\\CustomerControllerTest\\:\\:assertRateStructure\\(\\) has parameter \\$user with no type specified\\.$#"
|
|
count: 1
|
|
path: API/CustomerControllerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\API\\\\CustomerControllerTest\\:\\:getRateUrl\\(\\) has parameter \\$id with no type specified\\.$#"
|
|
count: 1
|
|
path: API/CustomerControllerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\API\\\\CustomerControllerTest\\:\\:getRateUrl\\(\\) has parameter \\$rateId with no type specified\\.$#"
|
|
count: 1
|
|
path: API/CustomerControllerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\API\\\\CustomerControllerTest\\:\\:importTestRates\\(\\) has parameter \\$id with no type specified\\.$#"
|
|
count: 1
|
|
path: API/CustomerControllerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\API\\\\CustomerControllerTest\\:\\:importTestRates\\(\\) return type has no value type specified in iterable type array\\.$#"
|
|
count: 1
|
|
path: API/CustomerControllerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\API\\\\CustomerControllerTest\\:\\:testAddFixedRateAction\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: API/CustomerControllerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\API\\\\CustomerControllerTest\\:\\:testAddRateAction\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: API/CustomerControllerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\API\\\\CustomerControllerTest\\:\\:testAddRateActionWithInvalidUser\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: API/CustomerControllerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\API\\\\CustomerControllerTest\\:\\:testAddRateMissingEntityAction\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: API/CustomerControllerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\API\\\\CustomerControllerTest\\:\\:testAddRateMissingUserAction\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: API/CustomerControllerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\API\\\\CustomerControllerTest\\:\\:testDeleteNotAllowed\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: API/CustomerControllerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\API\\\\CustomerControllerTest\\:\\:testDeleteRate\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: API/CustomerControllerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\API\\\\CustomerControllerTest\\:\\:testDeleteRateEntityNotFound\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: API/CustomerControllerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\API\\\\CustomerControllerTest\\:\\:testDeleteRateRateNotFound\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: API/CustomerControllerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\API\\\\CustomerControllerTest\\:\\:testDeleteRateWithInvalidAssignment\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: API/CustomerControllerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\API\\\\CustomerControllerTest\\:\\:testGetCollection\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: API/CustomerControllerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\API\\\\CustomerControllerTest\\:\\:testGetCollectionWithQuery\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: API/CustomerControllerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\API\\\\CustomerControllerTest\\:\\:testGetEntity\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: API/CustomerControllerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\API\\\\CustomerControllerTest\\:\\:testGetEntityWithFullResponse\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: API/CustomerControllerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\API\\\\CustomerControllerTest\\:\\:testGetRates\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: API/CustomerControllerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\API\\\\CustomerControllerTest\\:\\:testGetRatesEmptyResult\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: API/CustomerControllerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\API\\\\CustomerControllerTest\\:\\:testGetRatesEntityNotFound\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: API/CustomerControllerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\API\\\\CustomerControllerTest\\:\\:testGetRatesIsSecured\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: API/CustomerControllerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\API\\\\CustomerControllerTest\\:\\:testInvalidPatchAction\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: API/CustomerControllerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\API\\\\CustomerControllerTest\\:\\:testIsSecure\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: API/CustomerControllerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\API\\\\CustomerControllerTest\\:\\:testMetaAction\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: API/CustomerControllerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\API\\\\CustomerControllerTest\\:\\:testMetaActionNotAllowed\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: API/CustomerControllerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\API\\\\CustomerControllerTest\\:\\:testMetaActionThrowsExceptionOnMissingMetafield\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: API/CustomerControllerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\API\\\\CustomerControllerTest\\:\\:testMetaActionThrowsExceptionOnMissingName\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: API/CustomerControllerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\API\\\\CustomerControllerTest\\:\\:testMetaActionThrowsExceptionOnMissingValue\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: API/CustomerControllerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\API\\\\CustomerControllerTest\\:\\:testMetaActionThrowsNotFound\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: API/CustomerControllerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\API\\\\CustomerControllerTest\\:\\:testNotFound\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: API/CustomerControllerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\API\\\\CustomerControllerTest\\:\\:testPatchAction\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: API/CustomerControllerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\API\\\\CustomerControllerTest\\:\\:testPatchActionWithInvalidUser\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: API/CustomerControllerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\API\\\\CustomerControllerTest\\:\\:testPatchActionWithUnknownActivity\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: API/CustomerControllerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\API\\\\CustomerControllerTest\\:\\:testPostAction\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: API/CustomerControllerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\API\\\\CustomerControllerTest\\:\\:testPostActionWithInvalidData\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: API/CustomerControllerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\API\\\\CustomerControllerTest\\:\\:testPostActionWithInvalidUser\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: API/CustomerControllerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\API\\\\CustomerControllerTest\\:\\:testPostActionWithLeastFields\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: API/CustomerControllerTest.php
|
|
|
|
-
|
|
message: "#^Parameter \\#1 \\$json of function json_decode expects string, string\\|false given\\.$#"
|
|
count: 12
|
|
path: API/CustomerControllerTest.php
|
|
|
|
-
|
|
message: "#^Parameter \\#5 \\$content of method App\\\\Tests\\\\API\\\\APIControllerBaseTest\\:\\:request\\(\\) expects string\\|null, string\\|false given\\.$#"
|
|
count: 13
|
|
path: API/CustomerControllerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\API\\\\Model\\\\TimesheetConfigTest\\:\\:testSetter\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: API/Model/TimesheetConfigTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\API\\\\NotFoundExceptionTest\\:\\:testConstructor\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: API/NotFoundExceptionTest.php
|
|
|
|
-
|
|
message: "#^Cannot call method addSubscriber\\(\\) on object\\|null\\.$#"
|
|
count: 1
|
|
path: API/ProjectControllerTest.php
|
|
|
|
-
|
|
message: "#^Cannot call method getId\\(\\) on App\\\\Entity\\\\Project\\|null\\.$#"
|
|
count: 2
|
|
path: API/ProjectControllerTest.php
|
|
|
|
-
|
|
message: "#^Cannot call method getValue\\(\\) on App\\\\Entity\\\\MetaTableTypeInterface\\|null\\.$#"
|
|
count: 1
|
|
path: API/ProjectControllerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\API\\\\ProjectControllerTest\\:\\:assertRateStructure\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: API/ProjectControllerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\API\\\\ProjectControllerTest\\:\\:assertRateStructure\\(\\) has parameter \\$result with no value type specified in iterable type array\\.$#"
|
|
count: 1
|
|
path: API/ProjectControllerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\API\\\\ProjectControllerTest\\:\\:assertRateStructure\\(\\) has parameter \\$user with no type specified\\.$#"
|
|
count: 1
|
|
path: API/ProjectControllerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\API\\\\ProjectControllerTest\\:\\:getRateUrl\\(\\) has parameter \\$id with no type specified\\.$#"
|
|
count: 1
|
|
path: API/ProjectControllerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\API\\\\ProjectControllerTest\\:\\:getRateUrl\\(\\) has parameter \\$rateId with no type specified\\.$#"
|
|
count: 1
|
|
path: API/ProjectControllerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\API\\\\ProjectControllerTest\\:\\:importTestRates\\(\\) has parameter \\$id with no type specified\\.$#"
|
|
count: 1
|
|
path: API/ProjectControllerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\API\\\\ProjectControllerTest\\:\\:importTestRates\\(\\) return type has no value type specified in iterable type array\\.$#"
|
|
count: 1
|
|
path: API/ProjectControllerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\API\\\\ProjectControllerTest\\:\\:loadProjectTestData\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: API/ProjectControllerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\API\\\\ProjectControllerTest\\:\\:testAddFixedRateAction\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: API/ProjectControllerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\API\\\\ProjectControllerTest\\:\\:testAddRateAction\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: API/ProjectControllerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\API\\\\ProjectControllerTest\\:\\:testAddRateActionWithInvalidUser\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: API/ProjectControllerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\API\\\\ProjectControllerTest\\:\\:testAddRateMissingEntityAction\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: API/ProjectControllerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\API\\\\ProjectControllerTest\\:\\:testAddRateMissingUserAction\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: API/ProjectControllerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\API\\\\ProjectControllerTest\\:\\:testDeleteNotAllowed\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: API/ProjectControllerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\API\\\\ProjectControllerTest\\:\\:testDeleteRate\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: API/ProjectControllerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\API\\\\ProjectControllerTest\\:\\:testDeleteRateEntityNotFound\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: API/ProjectControllerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\API\\\\ProjectControllerTest\\:\\:testDeleteRateRateNotFound\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: API/ProjectControllerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\API\\\\ProjectControllerTest\\:\\:testDeleteRateWithInvalidAssignment\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: API/ProjectControllerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\API\\\\ProjectControllerTest\\:\\:testGetCollection\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: API/ProjectControllerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\API\\\\ProjectControllerTest\\:\\:testGetCollectionWithParams\\(\\) has parameter \\$customer with no type specified\\.$#"
|
|
count: 1
|
|
path: API/ProjectControllerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\API\\\\ProjectControllerTest\\:\\:testGetCollectionWithParams\\(\\) has parameter \\$expected with no type specified\\.$#"
|
|
count: 1
|
|
path: API/ProjectControllerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\API\\\\ProjectControllerTest\\:\\:testGetCollectionWithParams\\(\\) has parameter \\$parameters with no type specified\\.$#"
|
|
count: 1
|
|
path: API/ProjectControllerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\API\\\\ProjectControllerTest\\:\\:testGetCollectionWithParams\\(\\) has parameter \\$url with no type specified\\.$#"
|
|
count: 1
|
|
path: API/ProjectControllerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\API\\\\ProjectControllerTest\\:\\:testGetEntity\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: API/ProjectControllerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\API\\\\ProjectControllerTest\\:\\:testGetRates\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: API/ProjectControllerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\API\\\\ProjectControllerTest\\:\\:testGetRatesEmptyResult\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: API/ProjectControllerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\API\\\\ProjectControllerTest\\:\\:testGetRatesEntityNotFound\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: API/ProjectControllerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\API\\\\ProjectControllerTest\\:\\:testGetRatesIsSecured\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: API/ProjectControllerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\API\\\\ProjectControllerTest\\:\\:testInvalidPatchAction\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: API/ProjectControllerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\API\\\\ProjectControllerTest\\:\\:testIsSecure\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: API/ProjectControllerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\API\\\\ProjectControllerTest\\:\\:testMetaAction\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: API/ProjectControllerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\API\\\\ProjectControllerTest\\:\\:testMetaActionThrowsExceptionOnMissingMetafield\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: API/ProjectControllerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\API\\\\ProjectControllerTest\\:\\:testMetaActionThrowsExceptionOnMissingName\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: API/ProjectControllerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\API\\\\ProjectControllerTest\\:\\:testMetaActionThrowsExceptionOnMissingValue\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: API/ProjectControllerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\API\\\\ProjectControllerTest\\:\\:testMetaActionThrowsNotFound\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: API/ProjectControllerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\API\\\\ProjectControllerTest\\:\\:testNotFound\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: API/ProjectControllerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\API\\\\ProjectControllerTest\\:\\:testPatchAction\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: API/ProjectControllerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\API\\\\ProjectControllerTest\\:\\:testPatchActionWithInvalidUser\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: API/ProjectControllerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\API\\\\ProjectControllerTest\\:\\:testPatchActionWithUnknownActivity\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: API/ProjectControllerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\API\\\\ProjectControllerTest\\:\\:testPostAction\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: API/ProjectControllerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\API\\\\ProjectControllerTest\\:\\:testPostActionWithInvalidData\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: API/ProjectControllerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\API\\\\ProjectControllerTest\\:\\:testPostActionWithInvalidUser\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: API/ProjectControllerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\API\\\\ProjectControllerTest\\:\\:testPostActionWithLeastFields\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: API/ProjectControllerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\API\\\\ProjectControllerTest\\:\\:testPostActionWithOtherFields\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: API/ProjectControllerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\API\\\\ProjectControllerTest\\:\\:testPostActionWithOtherFields3\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: API/ProjectControllerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\API\\\\ProjectControllerTest\\:\\:testPostActionWithOtherFieldsAndFalse\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: API/ProjectControllerTest.php
|
|
|
|
-
|
|
message: "#^Parameter \\#1 \\$customer of method App\\\\Entity\\\\Team\\:\\:addCustomer\\(\\) expects App\\\\Entity\\\\Customer, App\\\\Entity\\\\Customer\\|null given\\.$#"
|
|
count: 1
|
|
path: API/ProjectControllerTest.php
|
|
|
|
-
|
|
message: "#^Parameter \\#1 \\$json of function json_decode expects string, string\\|false given\\.$#"
|
|
count: 14
|
|
path: API/ProjectControllerTest.php
|
|
|
|
-
|
|
message: "#^Parameter \\#5 \\$content of method App\\\\Tests\\\\API\\\\APIControllerBaseTest\\:\\:request\\(\\) expects string\\|null, string\\|false given\\.$#"
|
|
count: 15
|
|
path: API/ProjectControllerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\API\\\\Serializer\\\\ValidationFailedExceptionErrorHandlerTest\\:\\:testSubscribingMethods\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: API/Serializer/ValidationFailedExceptionErrorHandlerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\API\\\\Serializer\\\\ValidationFailedExceptionErrorHandlerTest\\:\\:testWithConstraintsList\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: API/Serializer/ValidationFailedExceptionErrorHandlerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\API\\\\Serializer\\\\ValidationFailedExceptionErrorHandlerTest\\:\\:testWithConstraintsListAndWrongException\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: API/Serializer/ValidationFailedExceptionErrorHandlerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\API\\\\Serializer\\\\ValidationFailedExceptionErrorHandlerTest\\:\\:testWithEmptyConstraintsList\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: API/Serializer/ValidationFailedExceptionErrorHandlerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\API\\\\Serializer\\\\ValidationFailedExceptionErrorHandlerTest\\:\\:testWithUnsupportedException\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: API/Serializer/ValidationFailedExceptionErrorHandlerTest.php
|
|
|
|
-
|
|
message: "#^Parameter \\#1 \\$json of function json_decode expects string, string\\|false given\\.$#"
|
|
count: 3
|
|
path: API/StatusControllerTest.php
|
|
|
|
-
|
|
message: "#^Parameter \\#1 \\$value of function count expects array\\|Countable, mixed given\\.$#"
|
|
count: 1
|
|
path: API/TagControllerTest.php
|
|
|
|
-
|
|
message: "#^Parameter \\#5 \\$content of method App\\\\Tests\\\\API\\\\APIControllerBaseTest\\:\\:request\\(\\) expects string\\|null, string\\|false given\\.$#"
|
|
count: 3
|
|
path: API/TagControllerTest.php
|
|
|
|
-
|
|
message: "#^Cannot access offset 'activities' on mixed\\.$#"
|
|
count: 4
|
|
path: API/TeamControllerTest.php
|
|
|
|
-
|
|
message: "#^Cannot access offset 'customers' on mixed\\.$#"
|
|
count: 4
|
|
path: API/TeamControllerTest.php
|
|
|
|
-
|
|
message: "#^Cannot access offset 'id' on mixed\\.$#"
|
|
count: 35
|
|
path: API/TeamControllerTest.php
|
|
|
|
-
|
|
message: "#^Cannot access offset 'members' on mixed\\.$#"
|
|
count: 2
|
|
path: API/TeamControllerTest.php
|
|
|
|
-
|
|
message: "#^Cannot access offset 'projects' on mixed\\.$#"
|
|
count: 4
|
|
path: API/TeamControllerTest.php
|
|
|
|
-
|
|
message: "#^Parameter \\#1 \\$json of function json_decode expects string, string\\|false given\\.$#"
|
|
count: 38
|
|
path: API/TeamControllerTest.php
|
|
|
|
-
|
|
message: "#^Parameter \\#2 \\$haystack of static method PHPUnit\\\\Framework\\\\Assert\\:\\:assertCount\\(\\) expects Countable\\|iterable, mixed given\\.$#"
|
|
count: 14
|
|
path: API/TeamControllerTest.php
|
|
|
|
-
|
|
message: "#^Parameter \\#5 \\$content of method App\\\\Tests\\\\API\\\\APIControllerBaseTest\\:\\:request\\(\\) expects string\\|null, string\\|false given\\.$#"
|
|
count: 23
|
|
path: API/TeamControllerTest.php
|
|
|
|
-
|
|
message: "#^Argument of an invalid type mixed supplied for foreach, only iterables are supported\\.$#"
|
|
count: 1
|
|
path: API/TimesheetControllerTest.php
|
|
|
|
-
|
|
message: "#^Cannot access offset 'description' on mixed\\.$#"
|
|
count: 3
|
|
path: API/TimesheetControllerTest.php
|
|
|
|
-
|
|
message: "#^Cannot access offset 'id' on mixed\\.$#"
|
|
count: 3
|
|
path: API/TimesheetControllerTest.php
|
|
|
|
-
|
|
message: "#^Cannot access offset 'metaFields' on mixed\\.$#"
|
|
count: 2
|
|
path: API/TimesheetControllerTest.php
|
|
|
|
-
|
|
message: "#^Cannot access offset 'tags' on mixed\\.$#"
|
|
count: 3
|
|
path: API/TimesheetControllerTest.php
|
|
|
|
-
|
|
message: "#^Cannot access offset 0 on mixed\\.$#"
|
|
count: 1
|
|
path: API/TimesheetControllerTest.php
|
|
|
|
-
|
|
message: "#^Cannot call method addSubscriber\\(\\) on object\\|null\\.$#"
|
|
count: 1
|
|
path: API/TimesheetControllerTest.php
|
|
|
|
-
|
|
message: "#^Cannot call method getDescription\\(\\) on App\\\\Entity\\\\Timesheet\\|null\\.$#"
|
|
count: 1
|
|
path: API/TimesheetControllerTest.php
|
|
|
|
-
|
|
message: "#^Cannot call method getId\\(\\) on App\\\\Entity\\\\Activity\\|null\\.$#"
|
|
count: 3
|
|
path: API/TimesheetControllerTest.php
|
|
|
|
-
|
|
message: "#^Cannot call method getId\\(\\) on App\\\\Entity\\\\Project\\|null\\.$#"
|
|
count: 3
|
|
path: API/TimesheetControllerTest.php
|
|
|
|
-
|
|
message: "#^Cannot call method getValue\\(\\) on App\\\\Entity\\\\MetaTableTypeInterface\\|null\\.$#"
|
|
count: 1
|
|
path: API/TimesheetControllerTest.php
|
|
|
|
-
|
|
message: "#^Cannot call method isExported\\(\\) on App\\\\Entity\\\\Timesheet\\|null\\.$#"
|
|
count: 1
|
|
path: API/TimesheetControllerTest.php
|
|
|
|
-
|
|
message: "#^Parameter \\#1 \\$value of function count expects array\\|Countable, mixed given\\.$#"
|
|
count: 1
|
|
path: API/TimesheetControllerTest.php
|
|
|
|
-
|
|
message: "#^Parameter \\#2 \\$result of method App\\\\Tests\\\\API\\\\APIControllerBaseTest\\:\\:assertApiResponseTypeStructure\\(\\) expects array, mixed given\\.$#"
|
|
count: 6
|
|
path: API/TimesheetControllerTest.php
|
|
|
|
-
|
|
message: "#^Parameter \\#5 \\$content of method App\\\\Tests\\\\API\\\\APIControllerBaseTest\\:\\:request\\(\\) expects string\\|null, string\\|false given\\.$#"
|
|
count: 14
|
|
path: API/TimesheetControllerTest.php
|
|
|
|
-
|
|
message: "#^Cannot access offset 'enabled' on mixed\\.$#"
|
|
count: 1
|
|
path: API/UserControllerTest.php
|
|
|
|
-
|
|
message: "#^Cannot access offset 'id' on mixed\\.$#"
|
|
count: 1
|
|
path: API/UserControllerTest.php
|
|
|
|
-
|
|
message: "#^Parameter \\#5 \\$content of method App\\\\Tests\\\\API\\\\APIControllerBaseTest\\:\\:request\\(\\) expects string\\|null, string\\|false given\\.$#"
|
|
count: 8
|
|
path: API/UserControllerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Activity\\\\ActivityServiceTest\\:\\:testCannotSavePersistedProjectAsNew\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Activity/ActivityServiceTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Activity\\\\ActivityServiceTest\\:\\:testUpdateDispatchesEvents\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Activity/ActivityServiceTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Activity\\\\ActivityServiceTest\\:\\:testcreateNewActivityDispatchesEvents\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Activity/ActivityServiceTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Activity\\\\ActivityServiceTest\\:\\:testcreateNewActivityWithoutCustomer\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Activity/ActivityServiceTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Activity\\\\ActivityServiceTest\\:\\:testsaveNewActivityDispatchesEvents\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Activity/ActivityServiceTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Activity\\\\ActivityServiceTest\\:\\:testsaveNewActivityHasValidationError\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Activity/ActivityServiceTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Calendar\\\\GoogleSourceTest\\:\\:testConstruct\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Calendar/GoogleSourceTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Calendar\\\\GoogleTest\\:\\:testConstruct\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Calendar/GoogleTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Calendar\\\\RecentActivitiesSourceTest\\:\\:testConstruct\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Calendar/RecentActivitiesSourceTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Calendar\\\\TimesheetEntryTest\\:\\:testConstruct\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Calendar/TimesheetEntryTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Calendar\\\\TimesheetEntryTest\\:\\:testEmpty\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Calendar/TimesheetEntryTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Calendar\\\\TimesheetEntryTest\\:\\:testGetTitle\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Calendar/TimesheetEntryTest.php
|
|
|
|
-
|
|
message: "#^Cannot call method getRepository\\(\\) on object\\|null\\.$#"
|
|
count: 1
|
|
path: Command/ActivateUserCommandTest.php
|
|
|
|
-
|
|
message: "#^Parameter \\#1 \\$userService of class App\\\\Command\\\\ActivateUserCommand constructor expects App\\\\User\\\\UserService, object\\|null given\\.$#"
|
|
count: 1
|
|
path: Command/ActivateUserCommandTest.php
|
|
|
|
-
|
|
message: "#^Parameter \\#1 \\$command of method Symfony\\\\Bundle\\\\FrameworkBundle\\\\Console\\\\Application\\:\\:add\\(\\) expects Symfony\\\\Component\\\\Console\\\\Command\\\\Command, object given\\.$#"
|
|
count: 1
|
|
path: Command/BundleInstallerCommandTest.php
|
|
|
|
-
|
|
message: "#^Cannot call method getRepository\\(\\) on object\\|null\\.$#"
|
|
count: 1
|
|
path: Command/ChangePasswordCommandTest.php
|
|
|
|
-
|
|
message: "#^Parameter \\#1 \\$hashedPassword of method Symfony\\\\Component\\\\PasswordHasher\\\\PasswordHasherInterface\\:\\:verify\\(\\) expects string, string\\|null given\\.$#"
|
|
count: 1
|
|
path: Command/ChangePasswordCommandTest.php
|
|
|
|
-
|
|
message: "#^Parameter \\#1 \\$userService of class App\\\\Command\\\\ChangePasswordCommand constructor expects App\\\\User\\\\UserService, object\\|null given\\.$#"
|
|
count: 1
|
|
path: Command/ChangePasswordCommandTest.php
|
|
|
|
-
|
|
message: "#^Cannot call method getRepository\\(\\) on object\\|null\\.$#"
|
|
count: 1
|
|
path: Command/CreateUserCommandTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Command\\\\CreateUserCommandTest\\:\\:createUser\\(\\) has parameter \\$email with no type specified\\.$#"
|
|
count: 1
|
|
path: Command/CreateUserCommandTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Command\\\\CreateUserCommandTest\\:\\:createUser\\(\\) has parameter \\$password with no type specified\\.$#"
|
|
count: 1
|
|
path: Command/CreateUserCommandTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Command\\\\CreateUserCommandTest\\:\\:createUser\\(\\) has parameter \\$role with no type specified\\.$#"
|
|
count: 1
|
|
path: Command/CreateUserCommandTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Command\\\\CreateUserCommandTest\\:\\:createUser\\(\\) has parameter \\$username with no type specified\\.$#"
|
|
count: 1
|
|
path: Command/CreateUserCommandTest.php
|
|
|
|
-
|
|
message: "#^Parameter \\#1 \\$userService of class App\\\\Command\\\\CreateUserCommand constructor expects App\\\\User\\\\UserService, object\\|null given\\.$#"
|
|
count: 1
|
|
path: Command/CreateUserCommandTest.php
|
|
|
|
-
|
|
message: "#^Cannot call method getRepository\\(\\) on object\\|null\\.$#"
|
|
count: 1
|
|
path: Command/DeactivateUserCommandTest.php
|
|
|
|
-
|
|
message: "#^Parameter \\#1 \\$userService of class App\\\\Command\\\\DeactivateUserCommand constructor expects App\\\\User\\\\UserService, object\\|null given\\.$#"
|
|
count: 1
|
|
path: Command/DeactivateUserCommandTest.php
|
|
|
|
-
|
|
message: "#^Cannot call method getRepository\\(\\) on object\\|null\\.$#"
|
|
count: 2
|
|
path: Command/DemoteUserCommandTest.php
|
|
|
|
-
|
|
message: "#^Parameter \\#1 \\$userService of class App\\\\Command\\\\DemoteUserCommand constructor expects App\\\\User\\\\UserService, object\\|null given\\.$#"
|
|
count: 1
|
|
path: Command/DemoteUserCommandTest.php
|
|
|
|
-
|
|
message: "#^Argument of an invalid type array\\<int, string\\>\\|false supplied for foreach, only iterables are supported\\.$#"
|
|
count: 1
|
|
path: Command/ExportCreateCommandTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Command\\\\ExportCreateCommandTest\\:\\:assertCommandErrors\\(\\) has parameter \\$options with no value type specified in iterable type array\\.$#"
|
|
count: 1
|
|
path: Command/ExportCreateCommandTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Command\\\\ExportCreateCommandTest\\:\\:assertCommandResult\\(\\) has parameter \\$options with no value type specified in iterable type array\\.$#"
|
|
count: 1
|
|
path: Command/ExportCreateCommandTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Command\\\\ExportCreateCommandTest\\:\\:createApplication\\(\\) has parameter \\$mailer with no type specified\\.$#"
|
|
count: 1
|
|
path: Command/ExportCreateCommandTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Command\\\\ExportCreateCommandTest\\:\\:createExport\\(\\) has parameter \\$options with no value type specified in iterable type array\\.$#"
|
|
count: 1
|
|
path: Command/ExportCreateCommandTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Command\\\\ExportCreateCommandTest\\:\\:importFixture\\(\\) return type has no value type specified in iterable type array\\.$#"
|
|
count: 1
|
|
path: Command/ExportCreateCommandTest.php
|
|
|
|
-
|
|
message: "#^Parameter \\#1 \\$serviceExport of class App\\\\Command\\\\ExportCreateCommand constructor expects App\\\\Export\\\\ServiceExport, object\\|null given\\.$#"
|
|
count: 1
|
|
path: Command/ExportCreateCommandTest.php
|
|
|
|
-
|
|
message: "#^Parameter \\#2 \\$customerRepository of class App\\\\Command\\\\ExportCreateCommand constructor expects App\\\\Repository\\\\CustomerRepository, object\\|null given\\.$#"
|
|
count: 1
|
|
path: Command/ExportCreateCommandTest.php
|
|
|
|
-
|
|
message: "#^Parameter \\#3 \\$projectRepository of class App\\\\Command\\\\ExportCreateCommand constructor expects App\\\\Repository\\\\ProjectRepository, object\\|null given\\.$#"
|
|
count: 1
|
|
path: Command/ExportCreateCommandTest.php
|
|
|
|
-
|
|
message: "#^Parameter \\#4 \\$teamRepository of class App\\\\Command\\\\ExportCreateCommand constructor expects App\\\\Repository\\\\TeamRepository, object\\|null given\\.$#"
|
|
count: 1
|
|
path: Command/ExportCreateCommandTest.php
|
|
|
|
-
|
|
message: "#^Parameter \\#5 \\$userRepository of class App\\\\Command\\\\ExportCreateCommand constructor expects App\\\\Repository\\\\UserRepository, object\\|null given\\.$#"
|
|
count: 1
|
|
path: Command/ExportCreateCommandTest.php
|
|
|
|
-
|
|
message: "#^Parameter \\#6 \\$translator of class App\\\\Command\\\\ExportCreateCommand constructor expects Symfony\\\\Contracts\\\\Translation\\\\TranslatorInterface, object\\|null given\\.$#"
|
|
count: 1
|
|
path: Command/ExportCreateCommandTest.php
|
|
|
|
-
|
|
message: "#^Cannot call method getConnection\\(\\) on object\\|null\\.$#"
|
|
count: 1
|
|
path: Command/InstallCommandTest.php
|
|
|
|
-
|
|
message: "#^Argument of an invalid type array\\<int, string\\>\\|false supplied for foreach, only iterables are supported\\.$#"
|
|
count: 1
|
|
path: Command/InvoiceCreateCommandTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Command\\\\InvoiceCreateCommandTest\\:\\:assertCommandErrors\\(\\) has parameter \\$options with no value type specified in iterable type array\\.$#"
|
|
count: 1
|
|
path: Command/InvoiceCreateCommandTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Command\\\\InvoiceCreateCommandTest\\:\\:createInvoice\\(\\) has parameter \\$options with no value type specified in iterable type array\\.$#"
|
|
count: 1
|
|
path: Command/InvoiceCreateCommandTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Command\\\\InvoiceCreateCommandTest\\:\\:importFixture\\(\\) return type has no value type specified in iterable type array\\.$#"
|
|
count: 1
|
|
path: Command/InvoiceCreateCommandTest.php
|
|
|
|
-
|
|
message: "#^Parameter \\#1 \\$serviceInvoice of class App\\\\Command\\\\InvoiceCreateCommand constructor expects App\\\\Invoice\\\\ServiceInvoice, object\\|null given\\.$#"
|
|
count: 1
|
|
path: Command/InvoiceCreateCommandTest.php
|
|
|
|
-
|
|
message: "#^Parameter \\#2 \\$customerRepository of class App\\\\Command\\\\InvoiceCreateCommand constructor expects App\\\\Repository\\\\CustomerRepository, object\\|null given\\.$#"
|
|
count: 1
|
|
path: Command/InvoiceCreateCommandTest.php
|
|
|
|
-
|
|
message: "#^Parameter \\#3 \\$projectRepository of class App\\\\Command\\\\InvoiceCreateCommand constructor expects App\\\\Repository\\\\ProjectRepository, object\\|null given\\.$#"
|
|
count: 1
|
|
path: Command/InvoiceCreateCommandTest.php
|
|
|
|
-
|
|
message: "#^Parameter \\#4 \\$invoiceTemplateRepository of class App\\\\Command\\\\InvoiceCreateCommand constructor expects App\\\\Repository\\\\InvoiceTemplateRepository, object\\|null given\\.$#"
|
|
count: 1
|
|
path: Command/InvoiceCreateCommandTest.php
|
|
|
|
-
|
|
message: "#^Parameter \\#5 \\$userRepository of class App\\\\Command\\\\InvoiceCreateCommand constructor expects App\\\\Repository\\\\UserRepository, object\\|null given\\.$#"
|
|
count: 1
|
|
path: Command/InvoiceCreateCommandTest.php
|
|
|
|
-
|
|
message: "#^Parameter \\#6 \\$eventDispatcher of class App\\\\Command\\\\InvoiceCreateCommand constructor expects Psr\\\\EventDispatcher\\\\EventDispatcherInterface, object\\|null given\\.$#"
|
|
count: 1
|
|
path: Command/InvoiceCreateCommandTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Command\\\\PluginCommandTest\\:\\:getCommandTester\\(\\) has parameter \\$options with no value type specified in iterable type array\\.$#"
|
|
count: 1
|
|
path: Command/PluginCommandTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Command\\\\PluginCommandTest\\:\\:getCommandTester\\(\\) has parameter \\$plugins with no value type specified in iterable type array\\.$#"
|
|
count: 1
|
|
path: Command/PluginCommandTest.php
|
|
|
|
-
|
|
message: "#^Cannot call method getRepository\\(\\) on object\\|null\\.$#"
|
|
count: 2
|
|
path: Command/PromoteUserCommandTest.php
|
|
|
|
-
|
|
message: "#^Parameter \\#1 \\$userService of class App\\\\Command\\\\PromoteUserCommand constructor expects App\\\\User\\\\UserService, object\\|null given\\.$#"
|
|
count: 1
|
|
path: Command/PromoteUserCommandTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Command\\\\ReloadCommandTest\\:\\:testCommandName\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Command/ReloadCommandTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Command\\\\ResetDevelopmentCommandTest\\:\\:testCommandName\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Command/ResetDevelopmentCommandTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Command\\\\ResetDevelopmentCommandTest\\:\\:testCommandNameIsNotEnabledInProd\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Command/ResetDevelopmentCommandTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Command\\\\ResetTestCommandTest\\:\\:testCommandName\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Command/ResetTestCommandTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Command\\\\ResetTestCommandTest\\:\\:testCommandNameIsNotEnabledInProd\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Command/ResetTestCommandTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Command\\\\TimesheetStopAllCommandTest\\:\\:testCommandName\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Command/TimesheetStopAllCommandTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Command\\\\TimesheetStopAllCommandTest\\:\\:testRun\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Command/TimesheetStopAllCommandTest.php
|
|
|
|
-
|
|
message: "#^Cannot call method getConnection\\(\\) on object\\|null\\.$#"
|
|
count: 1
|
|
path: Command/UpdateCommandTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Command\\\\VersionCommandTest\\:\\:getCommandTester\\(\\) has parameter \\$options with no value type specified in iterable type array\\.$#"
|
|
count: 1
|
|
path: Command/VersionCommandTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Command\\\\VersionCommandTest\\:\\:testVersion\\(\\) has parameter \\$options with no value type specified in iterable type array\\.$#"
|
|
count: 1
|
|
path: Command/VersionCommandTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Command\\\\VersionCommandTest\\:\\:testVersion\\(\\) has parameter \\$result with no type specified\\.$#"
|
|
count: 1
|
|
path: Command/VersionCommandTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Configuration\\\\LdapConfigurationTest\\:\\:getDefaultSettings\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Configuration/LdapConfigurationTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Configuration\\\\LdapConfigurationTest\\:\\:getSut\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Configuration/LdapConfigurationTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Configuration\\\\LdapConfigurationTest\\:\\:getSut\\(\\) has parameter \\$settings with no value type specified in iterable type array\\.$#"
|
|
count: 1
|
|
path: Configuration/LdapConfigurationTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Configuration\\\\LdapConfigurationTest\\:\\:testDefault\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Configuration/LdapConfigurationTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Configuration\\\\LdapConfigurationTest\\:\\:testMapping\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Configuration/LdapConfigurationTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Configuration\\\\LocaleServiceTest\\:\\:getSut\\(\\) has parameter \\$settings with no value type specified in iterable type array\\.$#"
|
|
count: 1
|
|
path: Configuration/LocaleServiceTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Configuration\\\\MailConfigurationTest\\:\\:testGetFromAddress\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Configuration/MailConfigurationTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Configuration\\\\MailConfigurationTest\\:\\:testGetFromAddressWithEmptyAddressReturnsNull\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Configuration/MailConfigurationTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Configuration\\\\SamlConfigurationTest\\:\\:getDefaultSettings\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Configuration/SamlConfigurationTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Configuration\\\\SamlConfigurationTest\\:\\:getSut\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Configuration/SamlConfigurationTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Configuration\\\\SamlConfigurationTest\\:\\:getSut\\(\\) has parameter \\$settings with no value type specified in iterable type array\\.$#"
|
|
count: 1
|
|
path: Configuration/SamlConfigurationTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Configuration\\\\SamlConfigurationTest\\:\\:testDefault\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Configuration/SamlConfigurationTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Configuration\\\\SamlConfigurationTest\\:\\:testDefaultSettings\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Configuration/SamlConfigurationTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Configuration\\\\SystemConfigurationTest\\:\\:getSut\\(\\) has parameter \\$loaderSettings with no value type specified in iterable type array\\.$#"
|
|
count: 1
|
|
path: Configuration/SystemConfigurationTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Configuration\\\\SystemConfigurationTest\\:\\:getSut\\(\\) has parameter \\$settings with no value type specified in iterable type array\\.$#"
|
|
count: 1
|
|
path: Configuration/SystemConfigurationTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\ConsoleApplicationTest\\:\\:testVersion\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: ConsoleApplicationTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\ConstantsTest\\:\\:testBuild\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: ConstantsTest.php
|
|
|
|
-
|
|
message: "#^Cannot call method addSubscriber\\(\\) on object\\|null\\.$#"
|
|
count: 1
|
|
path: Controller/ActivityControllerTest.php
|
|
|
|
-
|
|
message: "#^Cannot call method getId\\(\\) on App\\\\Entity\\\\Activity\\|null\\.$#"
|
|
count: 4
|
|
path: Controller/ActivityControllerTest.php
|
|
|
|
-
|
|
message: "#^Cannot call method getValue\\(\\) on array\\<array\\<Symfony\\\\Component\\\\DomCrawler\\\\Field\\\\FormField\\>\\|Symfony\\\\Component\\\\DomCrawler\\\\Field\\\\FormField\\>\\|Symfony\\\\Component\\\\DomCrawler\\\\Field\\\\FormField\\.$#"
|
|
count: 5
|
|
path: Controller/ActivityControllerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Controller\\\\ActivityControllerTest\\:\\:assertDetailsPage\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Controller/ActivityControllerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Controller\\\\ActivityControllerTest\\:\\:getValidationTestData\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Controller/ActivityControllerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Controller\\\\ActivityControllerTest\\:\\:testAddRateAction\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Controller/ActivityControllerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Controller\\\\ActivityControllerTest\\:\\:testCreateAction\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Controller/ActivityControllerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Controller\\\\ActivityControllerTest\\:\\:testCreateActionShowsMetaFields\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Controller/ActivityControllerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Controller\\\\ActivityControllerTest\\:\\:testCreateDefaultTeamAction\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Controller/ActivityControllerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Controller\\\\ActivityControllerTest\\:\\:testDeleteAction\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Controller/ActivityControllerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Controller\\\\ActivityControllerTest\\:\\:testDeleteActionWithTimesheetEntries\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Controller/ActivityControllerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Controller\\\\ActivityControllerTest\\:\\:testDeleteActionWithTimesheetEntriesAndReplacement\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Controller/ActivityControllerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Controller\\\\ActivityControllerTest\\:\\:testDetailsAction\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Controller/ActivityControllerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Controller\\\\ActivityControllerTest\\:\\:testEditAction\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Controller/ActivityControllerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Controller\\\\ActivityControllerTest\\:\\:testEditActionForGlobalActivity\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Controller/ActivityControllerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Controller\\\\ActivityControllerTest\\:\\:testExportAction\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Controller/ActivityControllerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Controller\\\\ActivityControllerTest\\:\\:testExportActionWithSearchTermQuery\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Controller/ActivityControllerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Controller\\\\ActivityControllerTest\\:\\:testExportIsSecureForRole\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Controller/ActivityControllerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Controller\\\\ActivityControllerTest\\:\\:testIndexAction\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Controller/ActivityControllerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Controller\\\\ActivityControllerTest\\:\\:testIndexActionAsSuperAdmin\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Controller/ActivityControllerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Controller\\\\ActivityControllerTest\\:\\:testIndexActionWithSearchTermQuery\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Controller/ActivityControllerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Controller\\\\ActivityControllerTest\\:\\:testIsSecure\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Controller/ActivityControllerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Controller\\\\ActivityControllerTest\\:\\:testIsSecureForRole\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Controller/ActivityControllerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Controller\\\\ActivityControllerTest\\:\\:testTeamPermissionAction\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Controller/ActivityControllerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Controller\\\\ActivityControllerTest\\:\\:testValidationForCreateAction\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Controller/ActivityControllerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Controller\\\\ActivityControllerTest\\:\\:testValidationForCreateAction\\(\\) has parameter \\$formData with no value type specified in iterable type array\\.$#"
|
|
count: 1
|
|
path: Controller/ActivityControllerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Controller\\\\ActivityControllerTest\\:\\:testValidationForCreateAction\\(\\) has parameter \\$validationFields with no value type specified in iterable type array\\.$#"
|
|
count: 1
|
|
path: Controller/ActivityControllerTest.php
|
|
|
|
-
|
|
message: "#^Parameter \\#1 \\$projects of method App\\\\Tests\\\\DataFixtures\\\\ActivityFixtures\\:\\:setProjects\\(\\) expects array\\<App\\\\Entity\\\\Project\\>, array\\<int, App\\\\Entity\\\\Project\\|null\\> given\\.$#"
|
|
count: 1
|
|
path: Controller/ActivityControllerTest.php
|
|
|
|
-
|
|
message: "#^Cannot access property \\$firstChild on DOMNode\\|null\\.$#"
|
|
count: 2
|
|
path: Controller/Auth/SamlControllerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Controller\\\\Auth\\\\SamlControllerTest\\:\\:getDefaultSettings\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Controller/Auth/SamlControllerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Controller\\\\Auth\\\\SamlControllerTest\\:\\:getSystemConfigurationMock\\(\\) has parameter \\$loaderSettings with no value type specified in iterable type array\\.$#"
|
|
count: 1
|
|
path: Controller/Auth/SamlControllerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Controller\\\\Auth\\\\SamlControllerTest\\:\\:getSystemConfigurationMock\\(\\) has parameter \\$settings with no value type specified in iterable type array\\.$#"
|
|
count: 1
|
|
path: Controller/Auth/SamlControllerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Controller\\\\Auth\\\\SamlControllerTest\\:\\:testAcsActionThrowsExceptionOnDisabledSaml\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Controller/Auth/SamlControllerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Controller\\\\Auth\\\\SamlControllerTest\\:\\:testAssertionConsumerServiceAction\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Controller/Auth/SamlControllerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Controller\\\\Auth\\\\SamlControllerTest\\:\\:testLoginActionThrowsErrorOnSecurityErrorAttribute\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Controller/Auth/SamlControllerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Controller\\\\Auth\\\\SamlControllerTest\\:\\:testLoginActionThrowsExceptionOnDisabledSaml\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Controller/Auth/SamlControllerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Controller\\\\Auth\\\\SamlControllerTest\\:\\:testLogoutActionThrowsExceptionOnDisabledSaml\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Controller/Auth/SamlControllerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Controller\\\\Auth\\\\SamlControllerTest\\:\\:testMetadataAction\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Controller/Auth/SamlControllerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Controller\\\\Auth\\\\SamlControllerTest\\:\\:testMetadataActionThrowsExceptionOnDisabledSaml\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Controller/Auth/SamlControllerTest.php
|
|
|
|
-
|
|
message: "#^Parameter \\#1 \\$source of method DOMDocument\\:\\:loadXML\\(\\) expects string, string\\|false given\\.$#"
|
|
count: 1
|
|
path: Controller/Auth/SamlControllerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Controller\\\\CalendarControllerTest\\:\\:getDefaultSettings\\(\\) return type has no value type specified in iterable type array\\.$#"
|
|
count: 1
|
|
path: Controller/CalendarControllerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Controller\\\\CalendarControllerTest\\:\\:testCalendarAction\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Controller/CalendarControllerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Controller\\\\CalendarControllerTest\\:\\:testCalendarActionAsSuperAdmin\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Controller/CalendarControllerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Controller\\\\CalendarControllerTest\\:\\:testCalendarActionWithGoogleSource\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Controller/CalendarControllerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Controller\\\\CalendarControllerTest\\:\\:testIsSecure\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Controller/CalendarControllerTest.php
|
|
|
|
-
|
|
message: "#^Parameter \\#2 \\$haystack of method PHPUnit\\\\Framework\\\\Assert\\:\\:assertStringContainsString\\(\\) expects string, string\\|false given\\.$#"
|
|
count: 4
|
|
path: Controller/CalendarControllerTest.php
|
|
|
|
-
|
|
message: "#^Cannot call method getRepository\\(\\) on object\\|null\\.$#"
|
|
count: 1
|
|
path: Controller/ControllerBaseTest.php
|
|
|
|
-
|
|
message: "#^Cannot call method getToken\\(\\) on object\\|null\\.$#"
|
|
count: 1
|
|
path: Controller/ControllerBaseTest.php
|
|
|
|
-
|
|
message: "#^Cannot call method push\\(\\) on object\\|null\\.$#"
|
|
count: 1
|
|
path: Controller/ControllerBaseTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Controller\\\\ControllerBaseTest\\:\\:assertAccessIsGranted\\(\\) has parameter \\$parameters with no value type specified in iterable type array\\.$#"
|
|
count: 1
|
|
path: Controller/ControllerBaseTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Controller\\\\ControllerBaseTest\\:\\:assertFormHasValidationError\\(\\) has parameter \\$fieldNames with no value type specified in iterable type array\\.$#"
|
|
count: 1
|
|
path: Controller/ControllerBaseTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Controller\\\\ControllerBaseTest\\:\\:assertFormHasValidationError\\(\\) has parameter \\$formData with no value type specified in iterable type array\\.$#"
|
|
count: 1
|
|
path: Controller/ControllerBaseTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Controller\\\\ControllerBaseTest\\:\\:assertHasValidationError\\(\\) has parameter \\$fieldNames with no value type specified in iterable type array\\.$#"
|
|
count: 1
|
|
path: Controller/ControllerBaseTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Controller\\\\ControllerBaseTest\\:\\:assertHasValidationError\\(\\) has parameter \\$formData with no value type specified in iterable type array\\.$#"
|
|
count: 1
|
|
path: Controller/ControllerBaseTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Controller\\\\ControllerBaseTest\\:\\:assertPageActions\\(\\) has parameter \\$buttons with no value type specified in iterable type array\\.$#"
|
|
count: 1
|
|
path: Controller/ControllerBaseTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Controller\\\\ControllerBaseTest\\:\\:importFixture\\(\\) return type has no value type specified in iterable type array\\.$#"
|
|
count: 1
|
|
path: Controller/ControllerBaseTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Controller\\\\ControllerBaseTest\\:\\:request\\(\\) has parameter \\$parameters with no value type specified in iterable type array\\.$#"
|
|
count: 1
|
|
path: Controller/ControllerBaseTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Controller\\\\ControllerBaseTest\\:\\:requestPure\\(\\) has parameter \\$parameters with no value type specified in iterable type array\\.$#"
|
|
count: 1
|
|
path: Controller/ControllerBaseTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Controller\\\\ControllerBaseTest\\:\\:setSystemConfiguration\\(\\) has parameter \\$value with no type specified\\.$#"
|
|
count: 1
|
|
path: Controller/ControllerBaseTest.php
|
|
|
|
-
|
|
message: "#^Parameter \\#2 \\$haystack of static method PHPUnit\\\\Framework\\\\Assert\\:\\:assertStringContainsString\\(\\) expects string, string\\|false given\\.$#"
|
|
count: 10
|
|
path: Controller/ControllerBaseTest.php
|
|
|
|
-
|
|
message: "#^Cannot call method addSubscriber\\(\\) on object\\|null\\.$#"
|
|
count: 1
|
|
path: Controller/CustomerControllerTest.php
|
|
|
|
-
|
|
message: "#^Cannot call method getCustomer\\(\\) on App\\\\Entity\\\\Project\\|null\\.$#"
|
|
count: 2
|
|
path: Controller/CustomerControllerTest.php
|
|
|
|
-
|
|
message: "#^Cannot call method getId\\(\\) on App\\\\Entity\\\\Activity\\|null\\.$#"
|
|
count: 1
|
|
path: Controller/CustomerControllerTest.php
|
|
|
|
-
|
|
message: "#^Cannot call method getId\\(\\) on App\\\\Entity\\\\Customer\\|null\\.$#"
|
|
count: 2
|
|
path: Controller/CustomerControllerTest.php
|
|
|
|
-
|
|
message: "#^Cannot call method getValue\\(\\) on array\\<array\\<Symfony\\\\Component\\\\DomCrawler\\\\Field\\\\FormField\\>\\|Symfony\\\\Component\\\\DomCrawler\\\\Field\\\\FormField\\>\\|Symfony\\\\Component\\\\DomCrawler\\\\Field\\\\FormField\\.$#"
|
|
count: 3
|
|
path: Controller/CustomerControllerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Controller\\\\CustomerControllerTest\\:\\:assertDetailsPage\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Controller/CustomerControllerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Controller\\\\CustomerControllerTest\\:\\:getValidationTestData\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Controller/CustomerControllerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Controller\\\\CustomerControllerTest\\:\\:testAddCommentAction\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Controller/CustomerControllerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Controller\\\\CustomerControllerTest\\:\\:testAddRateAction\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Controller/CustomerControllerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Controller\\\\CustomerControllerTest\\:\\:testCreateAction\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Controller/CustomerControllerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Controller\\\\CustomerControllerTest\\:\\:testCreateActionShowsMetaFields\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Controller/CustomerControllerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Controller\\\\CustomerControllerTest\\:\\:testCreateDefaultTeamAction\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Controller/CustomerControllerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Controller\\\\CustomerControllerTest\\:\\:testDeleteAction\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Controller/CustomerControllerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Controller\\\\CustomerControllerTest\\:\\:testDeleteActionWithTimesheetEntries\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Controller/CustomerControllerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Controller\\\\CustomerControllerTest\\:\\:testDeleteActionWithTimesheetEntriesAndReplacement\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Controller/CustomerControllerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Controller\\\\CustomerControllerTest\\:\\:testDeleteCommentAction\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Controller/CustomerControllerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Controller\\\\CustomerControllerTest\\:\\:testDeleteCommentActionWithoutToken\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Controller/CustomerControllerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Controller\\\\CustomerControllerTest\\:\\:testDetailsAction\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Controller/CustomerControllerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Controller\\\\CustomerControllerTest\\:\\:testEditAction\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Controller/CustomerControllerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Controller\\\\CustomerControllerTest\\:\\:testExportAction\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Controller/CustomerControllerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Controller\\\\CustomerControllerTest\\:\\:testExportActionWithSearchTermQuery\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Controller/CustomerControllerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Controller\\\\CustomerControllerTest\\:\\:testExportIsSecureForRole\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Controller/CustomerControllerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Controller\\\\CustomerControllerTest\\:\\:testIndexAction\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Controller/CustomerControllerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Controller\\\\CustomerControllerTest\\:\\:testIndexActionAsSuperAdmin\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Controller/CustomerControllerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Controller\\\\CustomerControllerTest\\:\\:testIndexActionWithSearchTermQuery\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Controller/CustomerControllerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Controller\\\\CustomerControllerTest\\:\\:testIsSecure\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Controller/CustomerControllerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Controller\\\\CustomerControllerTest\\:\\:testIsSecureForRole\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Controller/CustomerControllerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Controller\\\\CustomerControllerTest\\:\\:testPinCommentAction\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Controller/CustomerControllerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Controller\\\\CustomerControllerTest\\:\\:testProjectsAction\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Controller/CustomerControllerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Controller\\\\CustomerControllerTest\\:\\:testTeamPermissionAction\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Controller/CustomerControllerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Controller\\\\CustomerControllerTest\\:\\:testValidationForCreateAction\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Controller/CustomerControllerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Controller\\\\CustomerControllerTest\\:\\:testValidationForCreateAction\\(\\) has parameter \\$formData with no value type specified in iterable type array\\.$#"
|
|
count: 1
|
|
path: Controller/CustomerControllerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Controller\\\\CustomerControllerTest\\:\\:testValidationForCreateAction\\(\\) has parameter \\$validationFields with no value type specified in iterable type array\\.$#"
|
|
count: 1
|
|
path: Controller/CustomerControllerTest.php
|
|
|
|
-
|
|
message: "#^Parameter \\#1 \\$customers of method App\\\\Tests\\\\DataFixtures\\\\ProjectFixtures\\:\\:setCustomers\\(\\) expects array\\<App\\\\Entity\\\\Customer\\>, array\\<int, App\\\\Entity\\\\Customer\\|null\\> given\\.$#"
|
|
count: 1
|
|
path: Controller/CustomerControllerTest.php
|
|
|
|
-
|
|
message: "#^Parameter \\#2 \\$haystack of static method PHPUnit\\\\Framework\\\\Assert\\:\\:assertStringContainsString\\(\\) expects string, string\\|null given\\.$#"
|
|
count: 2
|
|
path: Controller/CustomerControllerTest.php
|
|
|
|
-
|
|
message: "#^Parameter \\#2 \\$url of method App\\\\Tests\\\\Controller\\\\ControllerBaseTest\\:\\:request\\(\\) expects string, string\\|null given\\.$#"
|
|
count: 2
|
|
path: Controller/CustomerControllerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Controller\\\\DashboardControllerTest\\:\\:testIndexAction\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Controller/DashboardControllerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Controller\\\\DashboardControllerTest\\:\\:testIsSecure\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Controller/DashboardControllerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Controller\\\\DoctorControllerTest\\:\\:testDoctorIsSecure\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Controller/DoctorControllerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Controller\\\\DoctorControllerTest\\:\\:testDoctorIsSecureForRole\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Controller/DoctorControllerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Controller\\\\DoctorControllerTest\\:\\:testFlushLogWithInvalidCsrf\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Controller/DoctorControllerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Controller\\\\DoctorControllerTest\\:\\:testIndexAction\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Controller/DoctorControllerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Controller\\\\ExportControllerTest\\:\\:testExportAction\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Controller/ExportControllerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Controller\\\\ExportControllerTest\\:\\:testExportActionWithInvalidRenderer\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Controller/ExportControllerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Controller\\\\ExportControllerTest\\:\\:testExportActionWithMissingRenderer\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Controller/ExportControllerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Controller\\\\ExportControllerTest\\:\\:testIndexActionHasErrorMessageOnEmptyQuery\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Controller/ExportControllerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Controller\\\\ExportControllerTest\\:\\:testIndexActionWithEntriesAndTeams\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Controller/ExportControllerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Controller\\\\ExportControllerTest\\:\\:testIndexActionWithEntriesForTeamleadDoesNotShowUserWithoutTeam\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Controller/ExportControllerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Controller\\\\ExportControllerTest\\:\\:testIsSecure\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Controller/ExportControllerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Controller\\\\ExportControllerTest\\:\\:testIsSecureForrole\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Controller/ExportControllerTest.php
|
|
|
|
-
|
|
message: "#^Parameter \\#1 \\$project of method App\\\\Entity\\\\Team\\:\\:addProject\\(\\) expects App\\\\Entity\\\\Project, App\\\\Entity\\\\Project\\|null given\\.$#"
|
|
count: 1
|
|
path: Controller/ExportControllerTest.php
|
|
|
|
-
|
|
message: "#^Parameter \\#2 \\$haystack of method PHPUnit\\\\Framework\\\\Assert\\:\\:assertStringContainsString\\(\\) expects string, string\\|false given\\.$#"
|
|
count: 2
|
|
path: Controller/ExportControllerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Controller\\\\HomepageControllerTest\\:\\:testIndexAction\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Controller/HomepageControllerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Controller\\\\HomepageControllerTest\\:\\:testIndexActionWithChangedPreferences\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Controller/HomepageControllerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Controller\\\\HomepageControllerTest\\:\\:testIsSecure\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Controller/HomepageControllerTest.php
|
|
|
|
-
|
|
message: "#^Argument of an invalid type array\\<int, string\\>\\|false supplied for foreach, only iterables are supported\\.$#"
|
|
count: 1
|
|
path: Controller/InvoiceControllerTest.php
|
|
|
|
-
|
|
message: "#^Parameter \\#2 \\$url of method App\\\\Tests\\\\Controller\\\\ControllerBaseTest\\:\\:assertHasValidationError\\(\\) expects string, string\\|null given\\.$#"
|
|
count: 1
|
|
path: Controller/InvoiceControllerTest.php
|
|
|
|
-
|
|
message: "#^Parameter \\#2 \\$url of method App\\\\Tests\\\\Controller\\\\ControllerBaseTest\\:\\:request\\(\\) expects string, string\\|null given\\.$#"
|
|
count: 2
|
|
path: Controller/InvoiceControllerTest.php
|
|
|
|
-
|
|
message: "#^Parameter \\#2 \\$url of method App\\\\Tests\\\\Controller\\\\ControllerBaseTest\\:\\:requestPure\\(\\) expects string, string\\|null given\\.$#"
|
|
count: 1
|
|
path: Controller/InvoiceControllerTest.php
|
|
|
|
-
|
|
message: "#^Parameter \\#2 \\$haystack of method PHPUnit\\\\Framework\\\\Assert\\:\\:assertStringContainsString\\(\\) expects string, string\\|false given\\.$#"
|
|
count: 11
|
|
path: Controller/LayoutControllerTest.php
|
|
|
|
-
|
|
message: "#^Cannot call method getId\\(\\) on App\\\\Entity\\\\Role\\|null\\.$#"
|
|
count: 1
|
|
path: Controller/PermissionControllerTest.php
|
|
|
|
-
|
|
message: "#^Cannot call method getName\\(\\) on App\\\\Entity\\\\Role\\|null\\.$#"
|
|
count: 1
|
|
path: Controller/PermissionControllerTest.php
|
|
|
|
-
|
|
message: "#^Parameter \\#1 \\$content of method App\\\\Tests\\\\Controller\\\\PermissionControllerTest\\:\\:assertTableHeader\\(\\) expects string, string\\|false given\\.$#"
|
|
count: 2
|
|
path: Controller/PermissionControllerTest.php
|
|
|
|
-
|
|
message: "#^Parameter \\#1 \\$json of function json_decode expects string, string\\|false given\\.$#"
|
|
count: 2
|
|
path: Controller/PermissionControllerTest.php
|
|
|
|
-
|
|
message: "#^Parameter \\#2 \\$haystack of static method PHPUnit\\\\Framework\\\\Assert\\:\\:assertStringContainsString\\(\\) expects string, string\\|false given\\.$#"
|
|
count: 1
|
|
path: Controller/PermissionControllerTest.php
|
|
|
|
-
|
|
message: "#^Parameter \\#2 \\$haystack of static method PHPUnit\\\\Framework\\\\Assert\\:\\:assertStringNotContainsString\\(\\) expects string, string\\|false given\\.$#"
|
|
count: 1
|
|
path: Controller/PermissionControllerTest.php
|
|
|
|
-
|
|
message: "#^Parameter \\#2 \\$url of method App\\\\Tests\\\\Controller\\\\ControllerBaseTest\\:\\:request\\(\\) expects string, string\\|null given\\.$#"
|
|
count: 1
|
|
path: Controller/PermissionControllerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Controller\\\\ProfileControllerTest\\:\\:testEditActionTabs\\(\\) has parameter \\$role with no type specified\\.$#"
|
|
count: 1
|
|
path: Controller/ProfileControllerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Controller\\\\ProfileControllerTest\\:\\:testEditActionTabs\\(\\) has parameter \\$username with no type specified\\.$#"
|
|
count: 1
|
|
path: Controller/ProfileControllerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Controller\\\\ProfileControllerTest\\:\\:testPreferencesAction\\(\\) has parameter \\$hourlyRate with no type specified\\.$#"
|
|
count: 1
|
|
path: Controller/ProfileControllerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Controller\\\\ProfileControllerTest\\:\\:testPreferencesAction\\(\\) has parameter \\$hourlyRateOriginal with no type specified\\.$#"
|
|
count: 1
|
|
path: Controller/ProfileControllerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Controller\\\\ProfileControllerTest\\:\\:testPreferencesAction\\(\\) has parameter \\$role with no type specified\\.$#"
|
|
count: 1
|
|
path: Controller/ProfileControllerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Controller\\\\ProfileControllerTest\\:\\:testPreferencesAction\\(\\) has parameter \\$username with no type specified\\.$#"
|
|
count: 1
|
|
path: Controller/ProfileControllerTest.php
|
|
|
|
-
|
|
message: "#^Parameter \\#1 \\$hashedPassword of method Symfony\\\\Component\\\\PasswordHasher\\\\PasswordHasherInterface\\:\\:verify\\(\\) expects string, string\\|null given\\.$#"
|
|
count: 8
|
|
path: Controller/ProfileControllerTest.php
|
|
|
|
-
|
|
message: "#^Parameter \\#2 \\$haystack of method PHPUnit\\\\Framework\\\\Assert\\:\\:assertStringContainsString\\(\\) expects string, string\\|false given\\.$#"
|
|
count: 6
|
|
path: Controller/ProfileControllerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Controller\\\\ProfileControllerTest\\:\\:getTabTestData\\(\\) return type has no value type specified in iterable type array\\.$#"
|
|
count: 1
|
|
path: Controller/ProfileControllerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Controller\\\\ProfileControllerTest\\:\\:getPreferencesTestData\\(\\) return type has no value type specified in iterable type array\\.$#"
|
|
count: 1
|
|
path: Controller/ProfileControllerTest.php
|
|
|
|
-
|
|
message: "#^Cannot call method addSubscriber\\(\\) on object\\|null\\.$#"
|
|
count: 1
|
|
path: Controller/ProjectControllerTest.php
|
|
|
|
-
|
|
message: "#^Cannot call method getId\\(\\) on App\\\\Entity\\\\Activity\\|null\\.$#"
|
|
count: 1
|
|
path: Controller/ProjectControllerTest.php
|
|
|
|
-
|
|
message: "#^Cannot call method getId\\(\\) on App\\\\Entity\\\\Project\\|null\\.$#"
|
|
count: 2
|
|
path: Controller/ProjectControllerTest.php
|
|
|
|
-
|
|
message: "#^Cannot call method getValue\\(\\) on array\\<array\\<Symfony\\\\Component\\\\DomCrawler\\\\Field\\\\FormField\\>\\|Symfony\\\\Component\\\\DomCrawler\\\\Field\\\\FormField\\>\\|Symfony\\\\Component\\\\DomCrawler\\\\Field\\\\FormField\\.$#"
|
|
count: 2
|
|
path: Controller/ProjectControllerTest.php
|
|
|
|
-
|
|
message: "#^Cannot call method setEnd\\(\\) on App\\\\Entity\\\\Project\\|null\\.$#"
|
|
count: 2
|
|
path: Controller/ProjectControllerTest.php
|
|
|
|
-
|
|
message: "#^Cannot call method setMetaField\\(\\) on App\\\\Entity\\\\Project\\|null\\.$#"
|
|
count: 2
|
|
path: Controller/ProjectControllerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Controller\\\\ProjectControllerTest\\:\\:assertAddRate\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Controller/ProjectControllerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Controller\\\\ProjectControllerTest\\:\\:assertAddRate\\(\\) has parameter \\$projectId with no type specified\\.$#"
|
|
count: 1
|
|
path: Controller/ProjectControllerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Controller\\\\ProjectControllerTest\\:\\:assertAddRate\\(\\) has parameter \\$rate with no type specified\\.$#"
|
|
count: 1
|
|
path: Controller/ProjectControllerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Controller\\\\ProjectControllerTest\\:\\:assertDetailsPage\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Controller/ProjectControllerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Controller\\\\ProjectControllerTest\\:\\:getValidationTestData\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Controller/ProjectControllerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Controller\\\\ProjectControllerTest\\:\\:testActivitiesAction\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Controller/ProjectControllerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Controller\\\\ProjectControllerTest\\:\\:testAddCommentAction\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Controller/ProjectControllerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Controller\\\\ProjectControllerTest\\:\\:testAddRateAction\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Controller/ProjectControllerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Controller\\\\ProjectControllerTest\\:\\:testCreateAction\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Controller/ProjectControllerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Controller\\\\ProjectControllerTest\\:\\:testCreateActionShowsMetaFields\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Controller/ProjectControllerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Controller\\\\ProjectControllerTest\\:\\:testCreateDefaultTeamAction\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Controller/ProjectControllerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Controller\\\\ProjectControllerTest\\:\\:testDeleteAction\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Controller/ProjectControllerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Controller\\\\ProjectControllerTest\\:\\:testDeleteActionWithTimesheetEntries\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Controller/ProjectControllerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Controller\\\\ProjectControllerTest\\:\\:testDeleteActionWithTimesheetEntriesAndReplacement\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Controller/ProjectControllerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Controller\\\\ProjectControllerTest\\:\\:testDeleteCommentAction\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Controller/ProjectControllerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Controller\\\\ProjectControllerTest\\:\\:testDetailsAction\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Controller/ProjectControllerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Controller\\\\ProjectControllerTest\\:\\:testDuplicateAction\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Controller/ProjectControllerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Controller\\\\ProjectControllerTest\\:\\:testDuplicateActionWithInvalidCsrf\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Controller/ProjectControllerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Controller\\\\ProjectControllerTest\\:\\:testEditAction\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Controller/ProjectControllerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Controller\\\\ProjectControllerTest\\:\\:testExportAction\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Controller/ProjectControllerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Controller\\\\ProjectControllerTest\\:\\:testExportActionWithSearchTermQuery\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Controller/ProjectControllerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Controller\\\\ProjectControllerTest\\:\\:testExportIsSecureForRole\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Controller/ProjectControllerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Controller\\\\ProjectControllerTest\\:\\:testIndexAction\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Controller/ProjectControllerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Controller\\\\ProjectControllerTest\\:\\:testIndexActionAsSuperAdmin\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Controller/ProjectControllerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Controller\\\\ProjectControllerTest\\:\\:testIndexActionWithSearchTermQuery\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Controller/ProjectControllerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Controller\\\\ProjectControllerTest\\:\\:testIsSecure\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Controller/ProjectControllerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Controller\\\\ProjectControllerTest\\:\\:testIsSecureForRole\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Controller/ProjectControllerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Controller\\\\ProjectControllerTest\\:\\:testPinCommentAction\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Controller/ProjectControllerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Controller\\\\ProjectControllerTest\\:\\:testTeamPermissionAction\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Controller/ProjectControllerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Controller\\\\ProjectControllerTest\\:\\:testValidationForCreateAction\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Controller/ProjectControllerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Controller\\\\ProjectControllerTest\\:\\:testValidationForCreateAction\\(\\) has parameter \\$formData with no value type specified in iterable type array\\.$#"
|
|
count: 1
|
|
path: Controller/ProjectControllerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Controller\\\\ProjectControllerTest\\:\\:testValidationForCreateAction\\(\\) has parameter \\$validationFields with no value type specified in iterable type array\\.$#"
|
|
count: 1
|
|
path: Controller/ProjectControllerTest.php
|
|
|
|
-
|
|
message: "#^Parameter \\#1 \\$entity of method Doctrine\\\\ORM\\\\EntityManager\\:\\:persist\\(\\) expects object, App\\\\Entity\\\\Project\\|null given\\.$#"
|
|
count: 2
|
|
path: Controller/ProjectControllerTest.php
|
|
|
|
-
|
|
message: "#^Parameter \\#1 \\$project of method App\\\\Entity\\\\Team\\:\\:addProject\\(\\) expects App\\\\Entity\\\\Project, App\\\\Entity\\\\Project\\|null given\\.$#"
|
|
count: 1
|
|
path: Controller/ProjectControllerTest.php
|
|
|
|
-
|
|
message: "#^Parameter \\#1 \\$projects of method App\\\\Tests\\\\DataFixtures\\\\ActivityFixtures\\:\\:setProjects\\(\\) expects array\\<App\\\\Entity\\\\Project\\>, array\\<int, App\\\\Entity\\\\Project\\|null\\> given\\.$#"
|
|
count: 2
|
|
path: Controller/ProjectControllerTest.php
|
|
|
|
-
|
|
message: "#^Parameter \\#1 \\$projects of method App\\\\Tests\\\\DataFixtures\\\\TimesheetFixtures\\:\\:setProjects\\(\\) expects array\\<App\\\\Entity\\\\Project\\>, array\\<int, App\\\\Entity\\\\Project\\|null\\> given\\.$#"
|
|
count: 1
|
|
path: Controller/ProjectControllerTest.php
|
|
|
|
-
|
|
message: "#^Parameter \\#2 \\$haystack of static method PHPUnit\\\\Framework\\\\Assert\\:\\:assertStringContainsString\\(\\) expects string, string\\|null given\\.$#"
|
|
count: 2
|
|
path: Controller/ProjectControllerTest.php
|
|
|
|
-
|
|
message: "#^Parameter \\#2 \\$url of method App\\\\Tests\\\\Controller\\\\ControllerBaseTest\\:\\:request\\(\\) expects string, string\\|null given\\.$#"
|
|
count: 2
|
|
path: Controller/ProjectControllerTest.php
|
|
|
|
-
|
|
message: "#^Cannot access property \\$childNodes on DOMNode\\|null\\.$#"
|
|
count: 2
|
|
path: Controller/QuickEntryControllerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Controller\\\\QuickEntryControllerTest\\:\\:testIndexAction\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Controller/QuickEntryControllerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Controller\\\\QuickEntryControllerTest\\:\\:testIndexActionWith\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Controller/QuickEntryControllerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Controller\\\\QuickEntryControllerTest\\:\\:testIsSecure\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Controller/QuickEntryControllerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Controller\\\\Reporting\\\\AbstractUserPeriodControllerTest\\:\\:getTestData\\(\\) return type has no value type specified in iterable type array\\.$#"
|
|
count: 1
|
|
path: Controller/Reporting/AbstractUserPeriodControllerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Controller\\\\Reporting\\\\AbstractUserPeriodControllerTest\\:\\:importReportingFixture\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Controller/Reporting/AbstractUserPeriodControllerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Controller\\\\Reporting\\\\AbstractUserPeriodControllerTest\\:\\:testIsSecure\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Controller/Reporting/AbstractUserPeriodControllerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Controller\\\\Reporting\\\\AbstractUserPeriodControllerTest\\:\\:testUserPeriodReport\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Controller/Reporting/AbstractUserPeriodControllerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Controller\\\\Reporting\\\\AbstractUserPeriodControllerTest\\:\\:testUserPeriodReportAsTeamlead\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Controller/Reporting/AbstractUserPeriodControllerTest.php
|
|
|
|
-
|
|
message: "#^Parameter \\#2 \\$haystack of static method PHPUnit\\\\Framework\\\\Assert\\:\\:assertStringContainsString\\(\\) expects string, string\\|false given\\.$#"
|
|
count: 2
|
|
path: Controller/Reporting/AbstractUserPeriodControllerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Controller\\\\Reporting\\\\AbstractUsersPeriodControllerTest\\:\\:getTestData\\(\\) return type has no value type specified in iterable type array\\.$#"
|
|
count: 1
|
|
path: Controller/Reporting/AbstractUsersPeriodControllerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Controller\\\\Reporting\\\\AbstractUsersPeriodControllerTest\\:\\:importReportingFixture\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Controller/Reporting/AbstractUsersPeriodControllerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Controller\\\\Reporting\\\\AbstractUsersPeriodControllerTest\\:\\:testIsSecure\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Controller/Reporting/AbstractUsersPeriodControllerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Controller\\\\Reporting\\\\AbstractUsersPeriodControllerTest\\:\\:testUsersPeriodReport\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Controller/Reporting/AbstractUsersPeriodControllerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Controller\\\\Reporting\\\\AbstractUsersPeriodControllerTest\\:\\:testUsersPeriodReportAsTeamlead\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Controller/Reporting/AbstractUsersPeriodControllerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Controller\\\\Reporting\\\\AbstractUsersPeriodControllerTest\\:\\:testUsersPeriodReportExport\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Controller/Reporting/AbstractUsersPeriodControllerTest.php
|
|
|
|
-
|
|
message: "#^Parameter \\#2 \\$haystack of static method PHPUnit\\\\Framework\\\\Assert\\:\\:assertStringContainsString\\(\\) expects string, string\\|false given\\.$#"
|
|
count: 2
|
|
path: Controller/Reporting/AbstractUsersPeriodControllerTest.php
|
|
|
|
-
|
|
message: "#^Parameter \\#2 \\$haystack of static method PHPUnit\\\\Framework\\\\Assert\\:\\:assertStringContainsString\\(\\) expects string, string\\|null given\\.$#"
|
|
count: 2
|
|
path: Controller/Reporting/AbstractUsersPeriodControllerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Controller\\\\Reporting\\\\CustomerMonthlyProjectsControllerTest\\:\\:testExport\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Controller/Reporting/CustomerMonthlyProjectsControllerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Controller\\\\Reporting\\\\CustomerMonthlyProjectsControllerTest\\:\\:testExportReportIsSecure\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Controller/Reporting/CustomerMonthlyProjectsControllerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Controller\\\\Reporting\\\\CustomerMonthlyProjectsControllerTest\\:\\:testReport\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Controller/Reporting/CustomerMonthlyProjectsControllerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Controller\\\\Reporting\\\\CustomerMonthlyProjectsControllerTest\\:\\:testReportIsSecure\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Controller/Reporting/CustomerMonthlyProjectsControllerTest.php
|
|
|
|
-
|
|
message: "#^Parameter \\#2 \\$haystack of method PHPUnit\\\\Framework\\\\Assert\\:\\:assertStringContainsString\\(\\) expects string, string\\|null given\\.$#"
|
|
count: 1
|
|
path: Controller/Reporting/CustomerMonthlyProjectsControllerTest.php
|
|
|
|
-
|
|
message: "#^Parameter \\#2 \\$haystack of static method PHPUnit\\\\Framework\\\\Assert\\:\\:assertStringContainsString\\(\\) expects string, string\\|false given\\.$#"
|
|
count: 1
|
|
path: Controller/Reporting/CustomerMonthlyProjectsControllerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Controller\\\\Reporting\\\\ProjectDateRangeControllerTest\\:\\:testReport\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Controller/Reporting/ProjectDateRangeControllerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Controller\\\\Reporting\\\\ProjectDateRangeControllerTest\\:\\:testReportIsSecure\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Controller/Reporting/ProjectDateRangeControllerTest.php
|
|
|
|
-
|
|
message: "#^Parameter \\#2 \\$haystack of static method PHPUnit\\\\Framework\\\\Assert\\:\\:assertStringContainsString\\(\\) expects string, string\\|false given\\.$#"
|
|
count: 1
|
|
path: Controller/Reporting/ProjectDateRangeControllerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Controller\\\\Reporting\\\\ProjectDetailsControllerTest\\:\\:testReport\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Controller/Reporting/ProjectDetailsControllerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Controller\\\\Reporting\\\\ProjectDetailsControllerTest\\:\\:testReportIsSecure\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Controller/Reporting/ProjectDetailsControllerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Controller\\\\Reporting\\\\ProjectInactiveControllerTest\\:\\:testReport\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Controller/Reporting/ProjectInactiveControllerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Controller\\\\Reporting\\\\ProjectInactiveControllerTest\\:\\:testReportIsSecure\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Controller/Reporting/ProjectInactiveControllerTest.php
|
|
|
|
-
|
|
message: "#^Parameter \\#2 \\$haystack of static method PHPUnit\\\\Framework\\\\Assert\\:\\:assertStringContainsString\\(\\) expects string, string\\|false given\\.$#"
|
|
count: 1
|
|
path: Controller/Reporting/ProjectInactiveControllerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Controller\\\\Reporting\\\\ProjectViewControllerTest\\:\\:testReport\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Controller/Reporting/ProjectViewControllerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Controller\\\\Reporting\\\\ProjectViewControllerTest\\:\\:testReportIsSecure\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Controller/Reporting/ProjectViewControllerTest.php
|
|
|
|
-
|
|
message: "#^Parameter \\#2 \\$haystack of static method PHPUnit\\\\Framework\\\\Assert\\:\\:assertStringContainsString\\(\\) expects string, string\\|false given\\.$#"
|
|
count: 1
|
|
path: Controller/Reporting/ProjectViewControllerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Controller\\\\ReportingControllerTest\\:\\:testIsSecure\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Controller/ReportingControllerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Controller\\\\ReportingControllerTest\\:\\:testOverviewPage\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Controller/ReportingControllerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Controller\\\\ReportingControllerTest\\:\\:testOverviewPageAsUser\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Controller/ReportingControllerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Controller\\\\Security\\\\PasswordResetControllerTest\\:\\:testCheckEmailWithDeactivatedFeature\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Controller/Security/PasswordResetControllerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Controller\\\\Security\\\\PasswordResetControllerTest\\:\\:testResetActionWithDeactivatedFeature\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Controller/Security/PasswordResetControllerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Controller\\\\Security\\\\PasswordResetControllerTest\\:\\:testResetRequestPageIsRendered\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Controller/Security/PasswordResetControllerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Controller\\\\Security\\\\PasswordResetControllerTest\\:\\:testResetRequestWithDeactivatedFeature\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Controller/Security/PasswordResetControllerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Controller\\\\Security\\\\PasswordResetControllerTest\\:\\:testResetWithDeactivatedFeature\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Controller/Security/PasswordResetControllerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Controller\\\\Security\\\\PasswordResetControllerTest\\:\\:testSendEmailRequestWithDeactivatedFeature\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Controller/Security/PasswordResetControllerTest.php
|
|
|
|
-
|
|
message: "#^Parameter \\#2 \\$haystack of method PHPUnit\\\\Framework\\\\Assert\\:\\:assertStringContainsString\\(\\) expects string, string\\|false given\\.$#"
|
|
count: 6
|
|
path: Controller/Security/PasswordResetControllerTest.php
|
|
|
|
-
|
|
message: "#^Parameter \\#2 \\$haystack of method PHPUnit\\\\Framework\\\\Assert\\:\\:assertStringContainsString\\(\\) expects string, string\\|false given\\.$#"
|
|
count: 6
|
|
path: Controller/Security/SecurityControllerTest.php
|
|
|
|
-
|
|
message: "#^Parameter \\#2 \\$haystack of method PHPUnit\\\\Framework\\\\Assert\\:\\:assertStringNotContainsString\\(\\) expects string, string\\|false given\\.$#"
|
|
count: 2
|
|
path: Controller/Security/SecurityControllerTest.php
|
|
|
|
-
|
|
message: "#^Parameter \\#2 \\$haystack of static method PHPUnit\\\\Framework\\\\Assert\\:\\:assertStringContainsString\\(\\) expects string, string\\|false given\\.$#"
|
|
count: 1
|
|
path: Controller/Security/SecurityControllerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Controller\\\\Security\\\\SelfRegistrationControllerTest\\:\\:getValidationTestData\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Controller/Security/SelfRegistrationControllerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Controller\\\\Security\\\\SelfRegistrationControllerTest\\:\\:testCheckEmailWithDeactivatedFeature\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Controller/Security/SelfRegistrationControllerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Controller\\\\Security\\\\SelfRegistrationControllerTest\\:\\:testCheckEmailWithoutEmail\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Controller/Security/SelfRegistrationControllerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Controller\\\\Security\\\\SelfRegistrationControllerTest\\:\\:testConfirmAccount\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Controller/Security/SelfRegistrationControllerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Controller\\\\Security\\\\SelfRegistrationControllerTest\\:\\:testConfirmWithDeactivatedFeature\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Controller/Security/SelfRegistrationControllerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Controller\\\\Security\\\\SelfRegistrationControllerTest\\:\\:testConfirmWithInvalidToken\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Controller/Security/SelfRegistrationControllerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Controller\\\\Security\\\\SelfRegistrationControllerTest\\:\\:testConfirmedAnonymousRedirectsToLogin\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Controller/Security/SelfRegistrationControllerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Controller\\\\Security\\\\SelfRegistrationControllerTest\\:\\:testConfirmedWithDeactivatedFeature\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Controller/Security/SelfRegistrationControllerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Controller\\\\Security\\\\SelfRegistrationControllerTest\\:\\:testRegisterAccount\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Controller/Security/SelfRegistrationControllerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Controller\\\\Security\\\\SelfRegistrationControllerTest\\:\\:testRegisterAccountPageIsRendered\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Controller/Security/SelfRegistrationControllerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Controller\\\\Security\\\\SelfRegistrationControllerTest\\:\\:testRegisterActionWithDeactivatedFeature\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Controller/Security/SelfRegistrationControllerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Controller\\\\Security\\\\SelfRegistrationControllerTest\\:\\:testRegisterActionWithValidationProblems\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Controller/Security/SelfRegistrationControllerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Controller\\\\Security\\\\SelfRegistrationControllerTest\\:\\:testRegisterActionWithValidationProblems\\(\\) has parameter \\$formData with no value type specified in iterable type array\\.$#"
|
|
count: 1
|
|
path: Controller/Security/SelfRegistrationControllerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Controller\\\\Security\\\\SelfRegistrationControllerTest\\:\\:testRegisterActionWithValidationProblems\\(\\) has parameter \\$validationFields with no value type specified in iterable type array\\.$#"
|
|
count: 1
|
|
path: Controller/Security/SelfRegistrationControllerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Controller\\\\Security\\\\SelfRegistrationControllerTest\\:\\:testRegisterWithDeactivatedFeature\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Controller/Security/SelfRegistrationControllerTest.php
|
|
|
|
-
|
|
message: "#^Parameter \\#2 \\$haystack of method PHPUnit\\\\Framework\\\\Assert\\:\\:assertStringContainsString\\(\\) expects string, string\\|false given\\.$#"
|
|
count: 17
|
|
path: Controller/Security/SelfRegistrationControllerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Controller\\\\SystemConfigurationControllerTest\\:\\:getSystemConfiguration\\(\\) should return App\\\\Configuration\\\\SystemConfiguration but returns object\\|null\\.$#"
|
|
count: 1
|
|
path: Controller/SystemConfigurationControllerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Controller\\\\SystemConfigurationControllerTest\\:\\:getTestDataForms\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Controller/SystemConfigurationControllerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Controller\\\\SystemConfigurationControllerTest\\:\\:testIndexAction\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Controller/SystemConfigurationControllerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Controller\\\\SystemConfigurationControllerTest\\:\\:testIsSecure\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Controller/SystemConfigurationControllerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Controller\\\\SystemConfigurationControllerTest\\:\\:testIsSecureForRole\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Controller/SystemConfigurationControllerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Controller\\\\SystemConfigurationControllerTest\\:\\:testSectionAction\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Controller/SystemConfigurationControllerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Controller\\\\SystemConfigurationControllerTest\\:\\:testUpdateCalendarConfig\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Controller/SystemConfigurationControllerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Controller\\\\SystemConfigurationControllerTest\\:\\:testUpdateCalendarConfigValidation\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Controller/SystemConfigurationControllerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Controller\\\\SystemConfigurationControllerTest\\:\\:testUpdateCustomerConfig\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Controller/SystemConfigurationControllerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Controller\\\\SystemConfigurationControllerTest\\:\\:testUpdateCustomerConfigValidation\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Controller/SystemConfigurationControllerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Controller\\\\SystemConfigurationControllerTest\\:\\:testUpdateCustomerConfigWithSingleParam\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Controller/SystemConfigurationControllerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Controller\\\\SystemConfigurationControllerTest\\:\\:testUpdateLockdownPeriodConfig\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Controller/SystemConfigurationControllerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Controller\\\\SystemConfigurationControllerTest\\:\\:testUpdateThemeConfig\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Controller/SystemConfigurationControllerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Controller\\\\SystemConfigurationControllerTest\\:\\:testUpdateThemeConfigValidation\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Controller/SystemConfigurationControllerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Controller\\\\SystemConfigurationControllerTest\\:\\:testUpdateTimesheetConfig\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Controller/SystemConfigurationControllerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Controller\\\\SystemConfigurationControllerTest\\:\\:testUpdateTimesheetConfigValidation\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Controller/SystemConfigurationControllerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Controller\\\\SystemConfigurationControllerTest\\:\\:testUpdateUserConfig\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Controller/SystemConfigurationControllerTest.php
|
|
|
|
-
|
|
message: "#^Cannot call method getValue\\(\\) on array\\<array\\<Symfony\\\\Component\\\\DomCrawler\\\\Field\\\\FormField\\>\\|Symfony\\\\Component\\\\DomCrawler\\\\Field\\\\FormField\\>\\|Symfony\\\\Component\\\\DomCrawler\\\\Field\\\\FormField\\.$#"
|
|
count: 2
|
|
path: Controller/TagControllerTest.php
|
|
|
|
-
|
|
message: "#^Cannot call method getValue\\(\\) on array\\<array\\<Symfony\\\\Component\\\\DomCrawler\\\\Field\\\\FormField\\>\\|Symfony\\\\Component\\\\DomCrawler\\\\Field\\\\FormField\\>\\|Symfony\\\\Component\\\\DomCrawler\\\\Field\\\\FormField\\.$#"
|
|
count: 4
|
|
path: Controller/TeamControllerTest.php
|
|
|
|
-
|
|
message: "#^Parameter \\#2 \\$haystack of method PHPUnit\\\\Framework\\\\Assert\\:\\:assertStringContainsString\\(\\) expects string, string\\|false given\\.$#"
|
|
count: 2
|
|
path: Controller/TeamControllerTest.php
|
|
|
|
-
|
|
message: "#^Cannot call method addSubscriber\\(\\) on object\\|null\\.$#"
|
|
count: 1
|
|
path: Controller/TimesheetControllerTest.php
|
|
|
|
-
|
|
message: "#^Cannot call method modify\\(\\) on DateTime\\|null\\.$#"
|
|
count: 1
|
|
path: Controller/TimesheetControllerTest.php
|
|
|
|
-
|
|
message: "#^Cannot call method setTime\\(\\) on DateTime\\|null\\.$#"
|
|
count: 1
|
|
path: Controller/TimesheetControllerTest.php
|
|
|
|
-
|
|
message: "#^Cannot clone DateTime\\|null\\.$#"
|
|
count: 2
|
|
path: Controller/TimesheetControllerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Controller\\\\TimesheetControllerTest\\:\\:testCreateActionWithDurationValues\\(\\) has parameter \\$beginDate with no type specified\\.$#"
|
|
count: 1
|
|
path: Controller/TimesheetControllerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Controller\\\\TimesheetControllerTest\\:\\:testCreateActionWithDurationValues\\(\\) has parameter \\$beginTime with no type specified\\.$#"
|
|
count: 1
|
|
path: Controller/TimesheetControllerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Controller\\\\TimesheetControllerTest\\:\\:testCreateActionWithDurationValues\\(\\) has parameter \\$duration with no type specified\\.$#"
|
|
count: 1
|
|
path: Controller/TimesheetControllerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Controller\\\\TimesheetControllerTest\\:\\:testCreateActionWithDurationValues\\(\\) has parameter \\$end with no type specified\\.$#"
|
|
count: 1
|
|
path: Controller/TimesheetControllerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Controller\\\\TimesheetControllerTest\\:\\:testCreateActionWithDurationValues\\(\\) has parameter \\$expectedDuration with no type specified\\.$#"
|
|
count: 1
|
|
path: Controller/TimesheetControllerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Controller\\\\TimesheetControllerTest\\:\\:testCreateActionWithDurationValues\\(\\) has parameter \\$expectedEnd with no type specified\\.$#"
|
|
count: 1
|
|
path: Controller/TimesheetControllerTest.php
|
|
|
|
-
|
|
message: "#^Parameter \\#1 \\$begin of method App\\\\Entity\\\\Timesheet\\:\\:setBegin\\(\\) expects DateTime, DateTime\\|null given\\.$#"
|
|
count: 1
|
|
path: Controller/TimesheetControllerTest.php
|
|
|
|
-
|
|
message: "#^Parameter \\#2 \\$haystack of method PHPUnit\\\\Framework\\\\Assert\\:\\:assertStringContainsString\\(\\) expects string, string\\|false given\\.$#"
|
|
count: 1
|
|
path: Controller/TimesheetControllerTest.php
|
|
|
|
-
|
|
message: "#^Cannot call method getId\\(\\) on App\\\\Entity\\\\User\\|null\\.$#"
|
|
count: 3
|
|
path: Controller/TimesheetTeamControllerTest.php
|
|
|
|
-
|
|
message: "#^Cannot call method modify\\(\\) on DateTime\\|null\\.$#"
|
|
count: 1
|
|
path: Controller/TimesheetTeamControllerTest.php
|
|
|
|
-
|
|
message: "#^Cannot call method setTime\\(\\) on DateTime\\|null\\.$#"
|
|
count: 1
|
|
path: Controller/TimesheetTeamControllerTest.php
|
|
|
|
-
|
|
message: "#^Cannot clone DateTime\\|null\\.$#"
|
|
count: 2
|
|
path: Controller/TimesheetTeamControllerTest.php
|
|
|
|
-
|
|
message: "#^Parameter \\#1 \\$begin of method App\\\\Entity\\\\Timesheet\\:\\:setBegin\\(\\) expects DateTime, DateTime\\|null given\\.$#"
|
|
count: 1
|
|
path: Controller/TimesheetTeamControllerTest.php
|
|
|
|
-
|
|
message: "#^Parameter \\#2 \\$haystack of method PHPUnit\\\\Framework\\\\Assert\\:\\:assertStringContainsString\\(\\) expects string, string\\|false given\\.$#"
|
|
count: 1
|
|
path: Controller/TimesheetTeamControllerTest.php
|
|
|
|
-
|
|
message: "#^Parameter \\#2 \\$seconds of static method App\\\\Timesheet\\\\Util\\:\\:calculateRate\\(\\) expects int, int\\|null given\\.$#"
|
|
count: 1
|
|
path: Controller/TimesheetTeamControllerTest.php
|
|
|
|
-
|
|
message: "#^Cannot call method getId\\(\\) on App\\\\Entity\\\\User\\|null\\.$#"
|
|
count: 2
|
|
path: Controller/UserControllerTest.php
|
|
|
|
-
|
|
message: "#^Cannot call method getValue\\(\\) on array\\<array\\<Symfony\\\\Component\\\\DomCrawler\\\\Field\\\\FormField\\>\\|Symfony\\\\Component\\\\DomCrawler\\\\Field\\\\FormField\\>\\|Symfony\\\\Component\\\\DomCrawler\\\\Field\\\\FormField\\.$#"
|
|
count: 1
|
|
path: Controller/UserControllerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Controller\\\\UserControllerTest\\:\\:getValidationTestData\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Controller/UserControllerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Controller\\\\UserControllerTest\\:\\:testCreateAction\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Controller/UserControllerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Controller\\\\UserControllerTest\\:\\:testDeleteAction\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Controller/UserControllerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Controller\\\\UserControllerTest\\:\\:testDeleteActionWithTimesheetEntries\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Controller/UserControllerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Controller\\\\UserControllerTest\\:\\:testDeleteActionWithUserReplacementAndTimesheetEntries\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Controller/UserControllerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Controller\\\\UserControllerTest\\:\\:testExportAction\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Controller/UserControllerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Controller\\\\UserControllerTest\\:\\:testExportActionWithSearchTermQuery\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Controller/UserControllerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Controller\\\\UserControllerTest\\:\\:testExportIsSecureForRole\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Controller/UserControllerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Controller\\\\UserControllerTest\\:\\:testIndexAction\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Controller/UserControllerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Controller\\\\UserControllerTest\\:\\:testIndexActionWithSearchTermQuery\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Controller/UserControllerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Controller\\\\UserControllerTest\\:\\:testIsSecure\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Controller/UserControllerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Controller\\\\UserControllerTest\\:\\:testIsSecureForRole\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Controller/UserControllerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Controller\\\\UserControllerTest\\:\\:testValidationForCreateAction\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Controller/UserControllerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Controller\\\\UserControllerTest\\:\\:testValidationForCreateAction\\(\\) has parameter \\$formData with no value type specified in iterable type array\\.$#"
|
|
count: 1
|
|
path: Controller/UserControllerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Controller\\\\UserControllerTest\\:\\:testValidationForCreateAction\\(\\) has parameter \\$validationFields with no value type specified in iterable type array\\.$#"
|
|
count: 1
|
|
path: Controller/UserControllerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Controller\\\\WidgetControllerTest\\:\\:testIsSecure\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Controller/WidgetControllerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Controller\\\\WidgetControllerTest\\:\\:testWorkingtimechartAction\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Controller/WidgetControllerTest.php
|
|
|
|
-
|
|
message: "#^Parameter \\#2 \\$haystack of static method PHPUnit\\\\Framework\\\\Assert\\:\\:assertStringContainsString\\(\\) expects string, string\\|false given\\.$#"
|
|
count: 3
|
|
path: Controller/WidgetControllerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Controller\\\\WizardControllerTest\\:\\:testDoneWizard\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Controller/WizardControllerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Controller\\\\WizardControllerTest\\:\\:testIntroWizard\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Controller/WizardControllerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Controller\\\\WizardControllerTest\\:\\:testProfileWizard\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Controller/WizardControllerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Controller\\\\WizardControllerTest\\:\\:testUnknownWizard\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Controller/WizardControllerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Customer\\\\CustomerServiceTest\\:\\:testCannotSavePersistedCustomerAsNew\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Customer/CustomerServiceTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Customer\\\\CustomerServiceTest\\:\\:testCreateNewCustomerDispatchesEvents\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Customer/CustomerServiceTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Customer\\\\CustomerServiceTest\\:\\:testSaveNewCustomerDispatchesEvents\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Customer/CustomerServiceTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Customer\\\\CustomerServiceTest\\:\\:testSaveNewCustomerHasValidationError\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Customer/CustomerServiceTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Customer\\\\CustomerServiceTest\\:\\:testUpdateDispatchesEvents\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Customer/CustomerServiceTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\DataFixtures\\\\TestFixture\\:\\:load\\(\\) return type has no value type specified in iterable type array\\.$#"
|
|
count: 1
|
|
path: DataFixtures/TestFixture.php
|
|
|
|
-
|
|
message: "#^Argument of an invalid type array\\|null supplied for foreach, only iterables are supported\\.$#"
|
|
count: 1
|
|
path: DataFixtures/TimesheetFixtures.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\DataFixtures\\\\TimesheetFixtures\\:\\:createTimesheetEntry\\(\\) has parameter \\$tagArray with no value type specified in iterable type array\\.$#"
|
|
count: 1
|
|
path: DataFixtures/TimesheetFixtures.php
|
|
|
|
-
|
|
message: "#^Parameter \\#1 \\$value of function count expects array\\|Countable, array\\|null given\\.$#"
|
|
count: 1
|
|
path: DataFixtures/TimesheetFixtures.php
|
|
|
|
-
|
|
message: "#^Parameter \\#4 \\$description of method App\\\\Tests\\\\DataFixtures\\\\TimesheetFixtures\\:\\:createTimesheetEntry\\(\\) expects string, string\\|null given\\.$#"
|
|
count: 1
|
|
path: DataFixtures/TimesheetFixtures.php
|
|
|
|
-
|
|
message: "#^Cannot access offset 'foo\\-bundle\\.bar' on array\\|bool\\|float\\|int\\|string\\|null\\.$#"
|
|
count: 1
|
|
path: DependencyInjection/AppExtensionTest.php
|
|
|
|
-
|
|
message: "#^Cannot access offset 'ldap\\.connection…' on array\\|bool\\|float\\|int\\|string\\|null\\.$#"
|
|
count: 6
|
|
path: DependencyInjection/AppExtensionTest.php
|
|
|
|
-
|
|
message: "#^Cannot access offset 'ldap\\.user\\.baseDn' on array\\|bool\\|float\\|int\\|string\\|null\\.$#"
|
|
count: 3
|
|
path: DependencyInjection/AppExtensionTest.php
|
|
|
|
-
|
|
message: "#^Cannot access offset 'ldap\\.user\\.filter' on array\\|bool\\|float\\|int\\|string\\|null\\.$#"
|
|
count: 3
|
|
path: DependencyInjection/AppExtensionTest.php
|
|
|
|
-
|
|
message: "#^Cannot access offset 'ldap\\.user…' on array\\|bool\\|float\\|int\\|string\\|null\\.$#"
|
|
count: 3
|
|
path: DependencyInjection/AppExtensionTest.php
|
|
|
|
-
|
|
message: "#^Cannot call method load\\(\\) on App\\\\DependencyInjection\\\\AppExtension\\|null\\.$#"
|
|
count: 7
|
|
path: DependencyInjection/AppExtensionTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\DependencyInjection\\\\ConfigurationTest\\:\\:assertConfig\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: DependencyInjection/ConfigurationTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\DependencyInjection\\\\ConfigurationTest\\:\\:assertConfig\\(\\) has parameter \\$expectedConfig with no type specified\\.$#"
|
|
count: 1
|
|
path: DependencyInjection/ConfigurationTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\DependencyInjection\\\\ConfigurationTest\\:\\:assertConfig\\(\\) has parameter \\$inputConfig with no type specified\\.$#"
|
|
count: 1
|
|
path: DependencyInjection/ConfigurationTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\DependencyInjection\\\\ConfigurationTest\\:\\:getCompiledConfig\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: DependencyInjection/ConfigurationTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\DependencyInjection\\\\ConfigurationTest\\:\\:getCompiledConfig\\(\\) has parameter \\$inputConfig with no type specified\\.$#"
|
|
count: 1
|
|
path: DependencyInjection/ConfigurationTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\DependencyInjection\\\\ConfigurationTest\\:\\:getMinConfig\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: DependencyInjection/ConfigurationTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\DependencyInjection\\\\ConfigurationTest\\:\\:getMinConfig\\(\\) has parameter \\$dataDir with no type specified\\.$#"
|
|
count: 1
|
|
path: DependencyInjection/ConfigurationTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\DependencyInjection\\\\ConfigurationTest\\:\\:testDefaultLdapSettings\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: DependencyInjection/ConfigurationTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\DependencyInjection\\\\ConfigurationTest\\:\\:testFullDefaultConfig\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: DependencyInjection/ConfigurationTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\DependencyInjection\\\\ConfigurationTest\\:\\:testValidateCalendarDragDropMaxEntries\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: DependencyInjection/ConfigurationTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\DependencyInjection\\\\ConfigurationTest\\:\\:testValidateDataDir\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: DependencyInjection/ConfigurationTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\DependencyInjection\\\\ConfigurationTest\\:\\:testValidateLdapAccountFilterFormatInvalidParenthesisCounter\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: DependencyInjection/ConfigurationTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\DependencyInjection\\\\ConfigurationTest\\:\\:testValidateLdapAccountFilterFormatMissingStartingParenthesis\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: DependencyInjection/ConfigurationTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\DependencyInjection\\\\ConfigurationTest\\:\\:testValidateLdapAccountFilterFormatMissingUserAttributeReplacer\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: DependencyInjection/ConfigurationTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\DependencyInjection\\\\ConfigurationTest\\:\\:testValidateLdapConfig\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: DependencyInjection/ConfigurationTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\DependencyInjection\\\\ConfigurationTest\\:\\:testValidateLdapConfigUserBaseDn\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: DependencyInjection/ConfigurationTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\DependencyInjection\\\\ConfigurationTest\\:\\:testValidateLdapFilterIncludingReplacer\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: DependencyInjection/ConfigurationTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\DependencyInjection\\\\ConfigurationTest\\:\\:testValidateLdapFilterInvalidParenthesisCounter\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: DependencyInjection/ConfigurationTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\DependencyInjection\\\\ConfigurationTest\\:\\:testValidateLdapFilterMissingStartingParenthesis\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: DependencyInjection/ConfigurationTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\DependencyInjection\\\\ConfigurationTest\\:\\:testValidateSamlDoesNotTriggerOnDeactivatedSaml\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: DependencyInjection/ConfigurationTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\DependencyInjection\\\\ConfigurationTest\\:\\:testValidateSamlDoesNotTriggerWhenEmailMappingExists\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: DependencyInjection/ConfigurationTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\DependencyInjection\\\\ConfigurationTest\\:\\:testValidateSamlIsMissingMappingForEmail\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: DependencyInjection/ConfigurationTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Doctrine\\\\TimesheetSubscriberTest\\:\\:testGetSubscribedEvents\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Doctrine/TimesheetSubscriberTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Entity\\\\AbstractCommentEntityTest\\:\\:testDefaultValues\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Entity/AbstractCommentEntityTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Entity\\\\AbstractCommentEntityTest\\:\\:testSetterAndGetter\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Entity/AbstractCommentEntityTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Entity\\\\AbstractEntityTest\\:\\:assertBudget\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Entity/AbstractEntityTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Entity\\\\AbstractMetaEntityTest\\:\\:testDefaultValues\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Entity/AbstractMetaEntityTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Entity\\\\AbstractMetaEntityTest\\:\\:testMerge\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Entity/AbstractMetaEntityTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Entity\\\\AbstractMetaEntityTest\\:\\:testSetterAndGetter\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Entity/AbstractMetaEntityTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Entity\\\\ActivityMetaTest\\:\\:testSetEntityThrowsException\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Entity/ActivityMetaTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Entity\\\\ActivityRateTest\\:\\:testDefaultValues\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Entity/ActivityRateTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Entity\\\\ActivityRateTest\\:\\:testSetterAndGetter\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Entity/ActivityRateTest.php
|
|
|
|
-
|
|
message: "#^Cannot call method getValue\\(\\) on App\\\\Entity\\\\MetaTableTypeInterface\\|null\\.$#"
|
|
count: 1
|
|
path: Entity/ActivityTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Entity\\\\ActivityTest\\:\\:testBudgets\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Entity/ActivityTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Entity\\\\ActivityTest\\:\\:testClone\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Entity/ActivityTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Entity\\\\ActivityTest\\:\\:testDefaultValues\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Entity/ActivityTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Entity\\\\ActivityTest\\:\\:testExportAnnotations\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Entity/ActivityTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Entity\\\\ActivityTest\\:\\:testMetaFields\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Entity/ActivityTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Entity\\\\ActivityTest\\:\\:testSetterAndGetter\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Entity/ActivityTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Entity\\\\ActivityTest\\:\\:testTeams\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Entity/ActivityTest.php
|
|
|
|
-
|
|
message: "#^Parameter \\#1 \\$name of method App\\\\Entity\\\\Activity\\:\\:getMetaField\\(\\) expects string, string\\|null given\\.$#"
|
|
count: 1
|
|
path: Entity/ActivityTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Entity\\\\BookmarkTest\\:\\:testDefaultValues\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Entity/BookmarkTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Entity\\\\BookmarkTest\\:\\:testSetterAndGetter\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Entity/BookmarkTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Entity\\\\ConfigurationTest\\:\\:testDefaultValues\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Entity/ConfigurationTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Entity\\\\ConfigurationTest\\:\\:testSetterAndGetter\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Entity/ConfigurationTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Entity\\\\CustomerCommentTest\\:\\:testEntitySpecificMethods\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Entity/CustomerCommentTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Entity\\\\CustomerMetaTest\\:\\:testSetEntityThrowsException\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Entity/CustomerMetaTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Entity\\\\CustomerRateTest\\:\\:testDefaultValues\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Entity/CustomerRateTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Entity\\\\CustomerRateTest\\:\\:testSetterAndGetter\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Entity/CustomerRateTest.php
|
|
|
|
-
|
|
message: "#^Cannot call method getValue\\(\\) on App\\\\Entity\\\\MetaTableTypeInterface\\|null\\.$#"
|
|
count: 1
|
|
path: Entity/CustomerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Entity\\\\CustomerTest\\:\\:testBudgets\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Entity/CustomerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Entity\\\\CustomerTest\\:\\:testClone\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Entity/CustomerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Entity\\\\CustomerTest\\:\\:testDefaultValues\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Entity/CustomerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Entity\\\\CustomerTest\\:\\:testExportAnnotations\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Entity/CustomerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Entity\\\\CustomerTest\\:\\:testMetaFields\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Entity/CustomerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Entity\\\\CustomerTest\\:\\:testSetterAndGetter\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Entity/CustomerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Entity\\\\CustomerTest\\:\\:testTeams\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Entity/CustomerTest.php
|
|
|
|
-
|
|
message: "#^Parameter \\#1 \\$name of method App\\\\Entity\\\\Customer\\:\\:getMetaField\\(\\) expects string, string\\|null given\\.$#"
|
|
count: 1
|
|
path: Entity/CustomerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Entity\\\\InvoiceMetaTest\\:\\:testSetEntityThrowsException\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Entity/InvoiceMetaTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Entity\\\\InvoiceTemplateTest\\:\\:testDefaultValues\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Entity/InvoiceTemplateTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Entity\\\\InvoiceTemplateTest\\:\\:testSetNullForOptionalValues\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Entity/InvoiceTemplateTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Entity\\\\InvoiceTemplateTest\\:\\:testSetterAndGetter\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Entity/InvoiceTemplateTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Entity\\\\InvoiceTemplateTest\\:\\:testToString\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Entity/InvoiceTemplateTest.php
|
|
|
|
-
|
|
message: "#^Cannot call method getValue\\(\\) on App\\\\Entity\\\\MetaTableTypeInterface\\|null\\.$#"
|
|
count: 1
|
|
path: Entity/InvoiceTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Entity\\\\InvoiceTest\\:\\:getNumberGeneratorSut\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Entity/InvoiceTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Entity\\\\InvoiceTest\\:\\:testClone\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Entity/InvoiceTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Entity\\\\InvoiceTest\\:\\:testDefaultValues\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Entity/InvoiceTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Entity\\\\InvoiceTest\\:\\:testMetaFields\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Entity/InvoiceTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Entity\\\\InvoiceTest\\:\\:testSetInvalidStatus\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Entity/InvoiceTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Entity\\\\InvoiceTest\\:\\:testSetterAndGetter\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Entity/InvoiceTest.php
|
|
|
|
-
|
|
message: "#^Parameter \\#1 \\$name of method App\\\\Entity\\\\Invoice\\:\\:getMetaField\\(\\) expects string, string\\|null given\\.$#"
|
|
count: 1
|
|
path: Entity/InvoiceTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Entity\\\\ProjectCommentTest\\:\\:testEntitySpecificMethods\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Entity/ProjectCommentTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Entity\\\\ProjectMetaTest\\:\\:testSetEntityThrowsException\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Entity/ProjectMetaTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Entity\\\\ProjectRateTest\\:\\:testDefaultValues\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Entity/ProjectRateTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Entity\\\\ProjectRateTest\\:\\:testSetterAndGetter\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Entity/ProjectRateTest.php
|
|
|
|
-
|
|
message: "#^Cannot call method getName\\(\\) on App\\\\Entity\\\\Customer\\|null\\.$#"
|
|
count: 1
|
|
path: Entity/ProjectTest.php
|
|
|
|
-
|
|
message: "#^Cannot call method getValue\\(\\) on App\\\\Entity\\\\MetaTableTypeInterface\\|null\\.$#"
|
|
count: 1
|
|
path: Entity/ProjectTest.php
|
|
|
|
-
|
|
message: "#^Cannot call method getVatId\\(\\) on App\\\\Entity\\\\Customer\\|null\\.$#"
|
|
count: 1
|
|
path: Entity/ProjectTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Entity\\\\ProjectTest\\:\\:testBudgets\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Entity/ProjectTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Entity\\\\ProjectTest\\:\\:testClone\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Entity/ProjectTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Entity\\\\ProjectTest\\:\\:testDefaultValues\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Entity/ProjectTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Entity\\\\ProjectTest\\:\\:testExportAnnotations\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Entity/ProjectTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Entity\\\\ProjectTest\\:\\:testIsVisibleAtDateTime\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Entity/ProjectTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Entity\\\\ProjectTest\\:\\:testMetaFields\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Entity/ProjectTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Entity\\\\ProjectTest\\:\\:testSetterAndGetter\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Entity/ProjectTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Entity\\\\ProjectTest\\:\\:testTeams\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Entity/ProjectTest.php
|
|
|
|
-
|
|
message: "#^Parameter \\#1 \\$name of method App\\\\Entity\\\\Project\\:\\:getMetaField\\(\\) expects string, string\\|null given\\.$#"
|
|
count: 1
|
|
path: Entity/ProjectTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Entity\\\\RolePermissionTest\\:\\:testDefaultValues\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Entity/RolePermissionTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Entity\\\\RolePermissionTest\\:\\:testSetterAndGetter\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Entity/RolePermissionTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Entity\\\\TagTest\\:\\:testDefaultValues\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Entity/TagTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Entity\\\\TagTest\\:\\:testSetterAndGetter\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Entity/TagTest.php
|
|
|
|
-
|
|
message: "#^Cannot access offset 0 on iterable\\<App\\\\Entity\\\\Team\\>\\.$#"
|
|
count: 1
|
|
path: Entity/TeamTest.php
|
|
|
|
-
|
|
message: "#^Cannot call method getUser\\(\\) on mixed\\.$#"
|
|
count: 1
|
|
path: Entity/TeamTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Entity\\\\TeamTest\\:\\:testActivities\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Entity/TeamTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Entity\\\\TeamTest\\:\\:testClone\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Entity/TeamTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Entity\\\\TeamTest\\:\\:testColor\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Entity/TeamTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Entity\\\\TeamTest\\:\\:testCustomer\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Entity/TeamTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Entity\\\\TeamTest\\:\\:testDefaultValues\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Entity/TeamTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Entity\\\\TeamTest\\:\\:testProject\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Entity/TeamTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Entity\\\\TeamTest\\:\\:testSetterAndGetter\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Entity/TeamTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Entity\\\\TeamTest\\:\\:testTeamMemberships\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Entity/TeamTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Entity\\\\TeamTest\\:\\:testTeamMembershipsException\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Entity/TeamTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Entity\\\\TeamTest\\:\\:testUsers\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Entity/TeamTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Entity\\\\TimesheetMetaTest\\:\\:testSetEntityThrowsException\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Entity/TimesheetMetaTest.php
|
|
|
|
-
|
|
message: "#^Cannot call method getValue\\(\\) on App\\\\Entity\\\\MetaTableTypeInterface\\|null\\.$#"
|
|
count: 1
|
|
path: Entity/TimesheetTest.php
|
|
|
|
-
|
|
message: "#^Parameter \\#1 \\$name of method App\\\\Entity\\\\Timesheet\\:\\:getMetaField\\(\\) expects string, string\\|null given\\.$#"
|
|
count: 1
|
|
path: Entity/TimesheetTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Entity\\\\TimesheetValidationTest\\:\\:assertHasNoViolations\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Entity/TimesheetValidationTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Entity\\\\TimesheetValidationTest\\:\\:assertHasNoViolations\\(\\) has parameter \\$entity with no type specified\\.$#"
|
|
count: 1
|
|
path: Entity/TimesheetValidationTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Entity\\\\TimesheetValidationTest\\:\\:assertHasNoViolations\\(\\) has parameter \\$groups with no type specified\\.$#"
|
|
count: 1
|
|
path: Entity/TimesheetValidationTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Entity\\\\TimesheetValidationTest\\:\\:assertHasViolationForField\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Entity/TimesheetValidationTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Entity\\\\TimesheetValidationTest\\:\\:assertHasViolationForField\\(\\) has parameter \\$fieldNames with no value type specified in iterable type array\\.$#"
|
|
count: 1
|
|
path: Entity/TimesheetValidationTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Entity\\\\TimesheetValidationTest\\:\\:assertHasViolationForField\\(\\) has parameter \\$groups with no type specified\\.$#"
|
|
count: 1
|
|
path: Entity/TimesheetValidationTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Entity\\\\TimesheetValidationTest\\:\\:getEntity\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Entity/TimesheetValidationTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Entity\\\\TimesheetValidationTest\\:\\:testValidationActivityInvisible\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Entity/TimesheetValidationTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Entity\\\\TimesheetValidationTest\\:\\:testValidationActivityInvisibleDoesNotTriggerOnStoppedEntities\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Entity/TimesheetValidationTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Entity\\\\TimesheetValidationTest\\:\\:testValidationActivityInvisibleDoesTriggerOnNewEntities\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Entity/TimesheetValidationTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Entity\\\\TimesheetValidationTest\\:\\:testValidationCustomerInvisible\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Entity/TimesheetValidationTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Entity\\\\TimesheetValidationTest\\:\\:testValidationCustomerInvisibleDoesNotTriggerOnStoppedEntities\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Entity/TimesheetValidationTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Entity\\\\TimesheetValidationTest\\:\\:testValidationCustomerInvisibleDoesTriggerOnNewEntities\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Entity/TimesheetValidationTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Entity\\\\TimesheetValidationTest\\:\\:testValidationEndNotEarlierThanBegin\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Entity/TimesheetValidationTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Entity\\\\TimesheetValidationTest\\:\\:testValidationNeedsActivity\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Entity/TimesheetValidationTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Entity\\\\TimesheetValidationTest\\:\\:testValidationNeedsProject\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Entity/TimesheetValidationTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Entity\\\\TimesheetValidationTest\\:\\:testValidationProjectInvisible\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Entity/TimesheetValidationTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Entity\\\\TimesheetValidationTest\\:\\:testValidationProjectInvisibleDoesNotTriggerOnStoppedEntities\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Entity/TimesheetValidationTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Entity\\\\TimesheetValidationTest\\:\\:testValidationProjectInvisibleDoesTriggerOnNewEntities\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Entity/TimesheetValidationTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Entity\\\\TimesheetValidationTest\\:\\:testValidationProjectMismatch\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Entity/TimesheetValidationTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Entity\\\\UserPreferenceTest\\:\\:testDefaultValues\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Entity/UserPreferenceTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Entity\\\\UserPreferenceTest\\:\\:testGetLabelWithLabelOption\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Entity/UserPreferenceTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Entity\\\\UserPreferenceTest\\:\\:testGetValueChangesReturnTypeOnOtherType\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Entity/UserPreferenceTest.php
|
|
|
|
-
|
|
message: "#^Cannot access offset 0 on iterable\\<App\\\\Entity\\\\Team\\>\\.$#"
|
|
count: 1
|
|
path: Entity/UserTest.php
|
|
|
|
-
|
|
message: "#^Parameter \\#1 \\$string of function mb_strlen expects string, string\\|null given\\.$#"
|
|
count: 5
|
|
path: Entity/UserTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Entity\\\\UserValidationTest\\:\\:assertHasNoViolations\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Entity/UserValidationTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Entity\\\\UserValidationTest\\:\\:assertHasNoViolations\\(\\) has parameter \\$entity with no type specified\\.$#"
|
|
count: 1
|
|
path: Entity/UserValidationTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Entity\\\\UserValidationTest\\:\\:assertHasNoViolations\\(\\) has parameter \\$groups with no type specified\\.$#"
|
|
count: 1
|
|
path: Entity/UserValidationTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Entity\\\\UserValidationTest\\:\\:assertHasViolationForField\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Entity/UserValidationTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Entity\\\\UserValidationTest\\:\\:assertHasViolationForField\\(\\) has parameter \\$fieldNames with no value type specified in iterable type array\\.$#"
|
|
count: 1
|
|
path: Entity/UserValidationTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Entity\\\\UserValidationTest\\:\\:assertHasViolationForField\\(\\) has parameter \\$groups with no type specified\\.$#"
|
|
count: 1
|
|
path: Entity/UserValidationTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Entity\\\\UserValidationTest\\:\\:getInvalidTestData\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Entity/UserValidationTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Entity\\\\UserValidationTest\\:\\:getValidTestData\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Entity/UserValidationTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Entity\\\\UserValidationTest\\:\\:testInvalidValues\\(\\) has parameter \\$email with no type specified\\.$#"
|
|
count: 1
|
|
path: Entity/UserValidationTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Entity\\\\UserValidationTest\\:\\:testInvalidValues\\(\\) has parameter \\$roles with no type specified\\.$#"
|
|
count: 1
|
|
path: Entity/UserValidationTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Entity\\\\UserValidationTest\\:\\:testInvalidValues\\(\\) has parameter \\$username with no type specified\\.$#"
|
|
count: 1
|
|
path: Entity/UserValidationTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Entity\\\\UserValidationTest\\:\\:testValidValues\\(\\) has parameter \\$email with no type specified\\.$#"
|
|
count: 1
|
|
path: Entity/UserValidationTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Entity\\\\UserValidationTest\\:\\:testValidValues\\(\\) has parameter \\$roles with no type specified\\.$#"
|
|
count: 1
|
|
path: Entity/UserValidationTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Entity\\\\UserValidationTest\\:\\:testValidValues\\(\\) has parameter \\$username with no type specified\\.$#"
|
|
count: 1
|
|
path: Entity/UserValidationTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Event\\\\AbstractActivityEventTest\\:\\:testGetterAndSetter\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Event/AbstractActivityEventTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Event\\\\AbstractCustomerEventTest\\:\\:testGetterAndSetter\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Event/AbstractCustomerEventTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Event\\\\AbstractProjectEventTest\\:\\:testGetterAndSetter\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Event/AbstractProjectEventTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Event\\\\AbstractTimesheetEventTest\\:\\:testGetterAndSetter\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Event/AbstractTimesheetEventTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Event\\\\AbstractTimesheetMultipleEventTest\\:\\:createTimesheetMultipleEvent\\(\\) has parameter \\$timesheets with no value type specified in iterable type array\\.$#"
|
|
count: 1
|
|
path: Event/AbstractTimesheetMultipleEventTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Event\\\\AbstractTimesheetMultipleEventTest\\:\\:testGetterAndSetter\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Event/AbstractTimesheetMultipleEventTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Event\\\\ActivityMetaDefinitionEventTest\\:\\:testGetterAndSetter\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Event/ActivityMetaDefinitionEventTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Event\\\\ActivityMetaDisplayEventTest\\:\\:testGetterAndSetter\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Event/ActivityMetaDisplayEventTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Event\\\\CalendarConfigurationEventTest\\:\\:testGetterAndSetter\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Event/CalendarConfigurationEventTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Event\\\\CalendarDragAndDropSourceEventTest\\:\\:testGetterAndSetter\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Event/CalendarDragAndDropSourceEventTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Event\\\\CalendarGoogleSourceEventTest\\:\\:testGetterAndSetter\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Event/CalendarGoogleSourceEventTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Event\\\\CustomerMetaDefinitionEventTest\\:\\:testGetterAndSetter\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Event/CustomerMetaDefinitionEventTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Event\\\\CustomerMetaDisplayEventTest\\:\\:testGetterAndSetter\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Event/CustomerMetaDisplayEventTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Event\\\\CustomerStatisticEventTest\\:\\:testStatistic\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Event/CustomerStatisticEventTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Event\\\\DashboardEventTest\\:\\:testGetterAndSetter\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Event/DashboardEventTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Event\\\\EmailEventTest\\:\\:testGetter\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Event/EmailEventTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Event\\\\EmailPasswordResetEventTest\\:\\:testGetter\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Event/EmailPasswordResetEventTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Event\\\\EmailSelfRegistrationEventTest\\:\\:testGetter\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Event/EmailSelfRegistrationEventTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Event\\\\InvoiceCreatedEventTest\\:\\:testDefaultValues\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Event/InvoiceCreatedEventTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Event\\\\InvoiceDeleteEventTest\\:\\:testDefaultValues\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Event/InvoiceDeleteEventTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Event\\\\InvoiceDocumentsEventTest\\:\\:testDefaultValues\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Event/InvoiceDocumentsEventTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Event\\\\InvoicePostRenderEventTest\\:\\:testDefaultValues\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Event/InvoicePostRenderEventTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Event\\\\InvoicePreRenderEventTest\\:\\:testDefaultValues\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Event/InvoicePreRenderEventTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Event\\\\PageActionsEventTest\\:\\:testAddHelper\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Event/PageActionsEventTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Event\\\\PageActionsEventTest\\:\\:testAddOthers\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Event/PageActionsEventTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Event\\\\PageActionsEventTest\\:\\:testDefaultValues\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Event/PageActionsEventTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Event\\\\PageActionsEventTest\\:\\:testSetActions\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Event/PageActionsEventTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Event\\\\PageActionsEventTest\\:\\:testSubmenu\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Event/PageActionsEventTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Event\\\\PermissionsEventTest\\:\\:testGetterAndSetter\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Event/PermissionsEventTest.php
|
|
|
|
-
|
|
message: "#^Parameter \\#1 \\$array of function array_values expects array, array\\|null given\\.$#"
|
|
count: 5
|
|
path: Event/PermissionsEventTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Event\\\\ProjectMetaDefinitionEventTest\\:\\:testGetterAndSetter\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Event/ProjectMetaDefinitionEventTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Event\\\\ProjectMetaDisplayEventTest\\:\\:testGetterAndSetter\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Event/ProjectMetaDisplayEventTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Event\\\\ProjectMetaQueryDisplayTest\\:\\:testGetterAndSetter\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Event/ProjectMetaQueryDisplayTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Event\\\\RecentActivityEventTest\\:\\:testGetterAndSetter\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Event/RecentActivityEventTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Event\\\\ReportingEventTest\\:\\:testGetterAndSetter\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Event/ReportingEventTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Event\\\\RevenueStatisticEventTest\\:\\:testDefaultValues\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Event/RevenueStatisticEventTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Event\\\\SystemConfigurationEventTest\\:\\:testDefaultValues\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Event/SystemConfigurationEventTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Event\\\\ThemeJavascriptTranslationsEventTest\\:\\:testDefaultValues\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Event/ThemeJavascriptTranslationsEventTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Event\\\\ThemeJavascriptTranslationsEventTest\\:\\:testGetterAndSetter\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Event/ThemeJavascriptTranslationsEventTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Event\\\\TimesheetDeleteMultiplePreEventTest\\:\\:createTimesheetMultipleEvent\\(\\) has parameter \\$timesheets with no value type specified in iterable type array\\.$#"
|
|
count: 1
|
|
path: Event/TimesheetDeleteMultiplePreEventTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Event\\\\TimesheetDuplicatePostEventTest\\:\\:testGetOriginalTimesheet\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Event/TimesheetDuplicatePostEventTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Event\\\\TimesheetDuplicatePreEventTest\\:\\:testGetOriginalTimesheet\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Event/TimesheetDuplicatePreEventTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Event\\\\TimesheetMetaDefinitionEventTest\\:\\:testGetterAndSetter\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Event/TimesheetMetaDefinitionEventTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Event\\\\TimesheetMetaDisplayEventTest\\:\\:testGetterAndSetter\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Event/TimesheetMetaDisplayEventTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Event\\\\TimesheetRestartPostEventTest\\:\\:testGetOriginalTimesheet\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Event/TimesheetRestartPostEventTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Event\\\\TimesheetRestartPreEventTest\\:\\:testGetOriginalTimesheet\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Event/TimesheetRestartPreEventTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Event\\\\TimesheetUpdateMultiplePostEventTest\\:\\:createTimesheetMultipleEvent\\(\\) has parameter \\$timesheets with no value type specified in iterable type array\\.$#"
|
|
count: 1
|
|
path: Event/TimesheetUpdateMultiplePostEventTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Event\\\\TimesheetUpdateMultiplePreEventTest\\:\\:createTimesheetMultipleEvent\\(\\) has parameter \\$timesheets with no value type specified in iterable type array\\.$#"
|
|
count: 1
|
|
path: Event/TimesheetUpdateMultiplePreEventTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Event\\\\UserCreateEventTest\\:\\:testGetter\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Event/UserCreateEventTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Event\\\\UserCreatePostEventTest\\:\\:testGetter\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Event/UserCreatePostEventTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Event\\\\UserCreatePreEventTest\\:\\:testGetter\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Event/UserCreatePreEventTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Event\\\\UserInteractiveLoginEventTest\\:\\:testGetter\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Event/UserInteractiveLoginEventTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Event\\\\UserPreferenceDisplayEventTest\\:\\:testGetterAndSetter\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Event/UserPreferenceDisplayEventTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Event\\\\UserRevenueStatisticEventTest\\:\\:testDefaultValues\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Event/UserRevenueStatisticEventTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Event\\\\UserUpdatePostEventTest\\:\\:testGetter\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Event/UserUpdatePostEventTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Event\\\\UserUpdatePreEventTest\\:\\:testGetter\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Event/UserUpdatePreEventTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\EventSubscriber\\\\Actions\\\\AbstractActionsSubscriberTest\\:\\:assertGetSubscribedEvent\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: EventSubscriber/Actions/AbstractActionsSubscriberTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\EventSubscriber\\\\Actions\\\\AbstractActionsSubscriberTest\\:\\:createSubscriber\\(\\) has parameter \\$grants with no type specified\\.$#"
|
|
count: 1
|
|
path: EventSubscriber/Actions/AbstractActionsSubscriberTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\EventSubscriber\\\\Actions\\\\AbstractActionsSubscriberTest\\:\\:createSubscriber\\(\\) should return App\\\\EventSubscriber\\\\Actions\\\\AbstractActionsSubscriber but returns object\\.$#"
|
|
count: 1
|
|
path: EventSubscriber/Actions/AbstractActionsSubscriberTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\EventSubscriber\\\\Actions\\\\ActivitiesSubscriberTest\\:\\:testEventName\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: EventSubscriber/Actions/ActivitiesSubscriberTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\EventSubscriber\\\\Actions\\\\ActivitySubscriberTest\\:\\:testEventName\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: EventSubscriber/Actions/ActivitySubscriberTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\EventSubscriber\\\\Actions\\\\CustomerSubscriberTest\\:\\:testEventName\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: EventSubscriber/Actions/CustomerSubscriberTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\EventSubscriber\\\\Actions\\\\CustomersSubscriberTest\\:\\:testEventName\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: EventSubscriber/Actions/CustomersSubscriberTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\EventSubscriber\\\\Actions\\\\InvoiceArchiveSubscriberTest\\:\\:testEventName\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: EventSubscriber/Actions/InvoiceArchiveSubscriberTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\EventSubscriber\\\\Actions\\\\InvoiceDocumentSubscriberTest\\:\\:testActions\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: EventSubscriber/Actions/InvoiceDocumentSubscriberTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\EventSubscriber\\\\Actions\\\\InvoiceDocumentSubscriberTest\\:\\:testEventName\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: EventSubscriber/Actions/InvoiceDocumentSubscriberTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\EventSubscriber\\\\Actions\\\\InvoiceSubscriberTest\\:\\:testEventName\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: EventSubscriber/Actions/InvoiceSubscriberTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\EventSubscriber\\\\Actions\\\\InvoiceTemplateSubscriberTest\\:\\:testEventName\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: EventSubscriber/Actions/InvoiceTemplateSubscriberTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\EventSubscriber\\\\Actions\\\\InvoiceTemplatesSubscriberTest\\:\\:testEventName\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: EventSubscriber/Actions/InvoiceTemplatesSubscriberTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\EventSubscriber\\\\Actions\\\\PermissionsSubscriberTest\\:\\:testEventName\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: EventSubscriber/Actions/PermissionsSubscriberTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\EventSubscriber\\\\Actions\\\\PluginSubscriberTest\\:\\:testEventName\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: EventSubscriber/Actions/PluginSubscriberTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\EventSubscriber\\\\Actions\\\\ProjectSubscriberTest\\:\\:testEventName\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: EventSubscriber/Actions/ProjectSubscriberTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\EventSubscriber\\\\Actions\\\\ProjectsSubscriberTest\\:\\:testEventName\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: EventSubscriber/Actions/ProjectsSubscriberTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\EventSubscriber\\\\Actions\\\\TagSubscriberTest\\:\\:testEventName\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: EventSubscriber/Actions/TagSubscriberTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\EventSubscriber\\\\Actions\\\\TagsSubscriberTest\\:\\:testEventName\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: EventSubscriber/Actions/TagsSubscriberTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\EventSubscriber\\\\Actions\\\\TeamSubscriberTest\\:\\:testEventName\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: EventSubscriber/Actions/TeamSubscriberTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\EventSubscriber\\\\Actions\\\\TeamsSubscriberTest\\:\\:testEventName\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: EventSubscriber/Actions/TeamsSubscriberTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\EventSubscriber\\\\Actions\\\\TimesheetSubscriberTest\\:\\:testEventName\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: EventSubscriber/Actions/TimesheetSubscriberTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\EventSubscriber\\\\Actions\\\\TimesheetTeamSubscriberTest\\:\\:testEventName\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: EventSubscriber/Actions/TimesheetTeamSubscriberTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\EventSubscriber\\\\Actions\\\\TimesheetsSubscriberTest\\:\\:testEventName\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: EventSubscriber/Actions/TimesheetsSubscriberTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\EventSubscriber\\\\Actions\\\\TimesheetsTeamSubscriberTest\\:\\:testEventName\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: EventSubscriber/Actions/TimesheetsTeamSubscriberTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\EventSubscriber\\\\Actions\\\\UserSubscriberTest\\:\\:testEventName\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: EventSubscriber/Actions/UserSubscriberTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\EventSubscriber\\\\Actions\\\\UsersSubscriberTest\\:\\:testEventName\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: EventSubscriber/Actions/UsersSubscriberTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\EventSubscriber\\\\EmailSubscriberTest\\:\\:testGetSubscribedEvents\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: EventSubscriber/EmailSubscriberTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\EventSubscriber\\\\EmailSubscriberTest\\:\\:testSendIsTriggered\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: EventSubscriber/EmailSubscriberTest.php
|
|
|
|
-
|
|
message: "#^Parameter \\#2 \\$method of function method_exists expects string, array\\<int\\|string, int\\|string\\>\\|int\\|string given\\.$#"
|
|
count: 1
|
|
path: EventSubscriber/EmailSubscriberTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\EventSubscriber\\\\LastLoginSubscriberTest\\:\\:testGetSubscribedEvents\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: EventSubscriber/LastLoginSubscriberTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\EventSubscriber\\\\LastLoginSubscriberTest\\:\\:testOnImplicitLogin\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: EventSubscriber/LastLoginSubscriberTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\EventSubscriber\\\\LastLoginSubscriberTest\\:\\:testOnLoginSuccessWithUser\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: EventSubscriber/LastLoginSubscriberTest.php
|
|
|
|
-
|
|
message: "#^Parameter \\#2 \\$method of function method_exists expects string, array\\<int\\|string, array\\<int\\|string, int\\|string\\>\\|int\\|string\\>\\|string given\\.$#"
|
|
count: 2
|
|
path: EventSubscriber/LastLoginSubscriberTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\EventSubscriber\\\\MenuSubscriberTest\\:\\:testGetSubscribedEvents\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: EventSubscriber/MenuSubscriberTest.php
|
|
|
|
-
|
|
message: "#^Parameter \\#2 \\$method of function method_exists expects string, array\\<int\\|string, int\\|string\\>\\|int\\|string given\\.$#"
|
|
count: 1
|
|
path: EventSubscriber/MenuSubscriberTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\EventSubscriber\\\\PagerfantaExceptionSubscriberTest\\:\\:testGetSubscribedEvents\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: EventSubscriber/PagerfantaExceptionSubscriberTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\EventSubscriber\\\\PagerfantaExceptionSubscriberTest\\:\\:testWithExceptions\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: EventSubscriber/PagerfantaExceptionSubscriberTest.php
|
|
|
|
-
|
|
message: "#^Parameter \\#2 \\$method of function method_exists expects string, array\\<int\\|string, int\\|string\\>\\|int\\|string given\\.$#"
|
|
count: 1
|
|
path: EventSubscriber/PagerfantaExceptionSubscriberTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\EventSubscriber\\\\ProfileSubscriberTest\\:\\:getInvalidCookies\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: EventSubscriber/ProfileSubscriberTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\EventSubscriber\\\\ProfileSubscriberTest\\:\\:testGetSubscribedEvents\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: EventSubscriber/ProfileSubscriberTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\EventSubscriber\\\\ProfileSubscriberTest\\:\\:testOnLoginSuccessWithInvalidProfile\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: EventSubscriber/ProfileSubscriberTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\EventSubscriber\\\\ProfileSubscriberTest\\:\\:testOnLoginSuccessWithProfile\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: EventSubscriber/ProfileSubscriberTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\EventSubscriber\\\\ProfileSubscriberTest\\:\\:testOnLoginSuccessWithoutProfileSetsDesktop\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: EventSubscriber/ProfileSubscriberTest.php
|
|
|
|
-
|
|
message: "#^Parameter \\#2 \\$method of function method_exists expects string, array\\<int\\|string, array\\<int\\|string, int\\|string\\>\\|int\\|string\\>\\|string given\\.$#"
|
|
count: 1
|
|
path: EventSubscriber/ProfileSubscriberTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\EventSubscriber\\\\UserDetailsSubscriberTest\\:\\:testGetSubscribedEvents\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: EventSubscriber/UserDetailsSubscriberTest.php
|
|
|
|
-
|
|
message: "#^Parameter \\#2 \\$method of function method_exists expects string, array\\<int\\|string, int\\|string\\>\\|int\\|string given\\.$#"
|
|
count: 1
|
|
path: EventSubscriber/UserDetailsSubscriberTest.php
|
|
|
|
-
|
|
message: "#^Parameter \\#2 \\$method of function method_exists expects string, array\\<int\\|string, int\\|string\\>\\|int\\|string given\\.$#"
|
|
count: 1
|
|
path: EventSubscriber/UserPreferenceSubscriberTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\EventSubscriber\\\\WizardSubscriberTest\\:\\:testGetSubscribedEvents\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: EventSubscriber/WizardSubscriberTest.php
|
|
|
|
-
|
|
message: "#^Parameter \\#2 \\$method of function method_exists expects string, array\\<int\\|string, int\\|string\\>\\|int\\|string given\\.$#"
|
|
count: 1
|
|
path: EventSubscriber/WizardSubscriberTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Export\\\\ExportFilenameTest\\:\\:testExportFilename\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Export/ExportFilenameTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Export\\\\Renderer\\\\AbstractRendererTest\\:\\:getAbstractRenderer\\(\\) should return App\\\\Export\\\\ExportRendererInterface\\|App\\\\Export\\\\TimesheetExportInterface but returns object\\.$#"
|
|
count: 1
|
|
path: Export/Renderer/AbstractRendererTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Export\\\\Renderer\\\\MetaFieldColumnSubscriber\\:\\:loadActivityField\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Export/Renderer/AbstractRendererTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Export\\\\Renderer\\\\MetaFieldColumnSubscriber\\:\\:loadCustomerField\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Export/Renderer/AbstractRendererTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Export\\\\Renderer\\\\MetaFieldColumnSubscriber\\:\\:loadProjectField\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Export/Renderer/AbstractRendererTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Export\\\\Renderer\\\\MetaFieldColumnSubscriber\\:\\:loadTimesheetField\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Export/Renderer/AbstractRendererTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Export\\\\Renderer\\\\MetaFieldColumnSubscriber\\:\\:prepareEntity\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Export/Renderer/AbstractRendererTest.php
|
|
|
|
-
|
|
message: "#^Call to an undefined method App\\\\Export\\\\ExportRendererInterface\\|App\\\\Export\\\\TimesheetExportInterface\\:\\:getIcon\\(\\)\\.$#"
|
|
count: 1
|
|
path: Export/Renderer/CsvRendererTest.php
|
|
|
|
-
|
|
message: "#^Call to an undefined method App\\\\Export\\\\ExportRendererInterface\\|App\\\\Export\\\\TimesheetExportInterface\\:\\:getTitle\\(\\)\\.$#"
|
|
count: 1
|
|
path: Export/Renderer/CsvRendererTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Export\\\\Renderer\\\\CsvRendererTest\\:\\:getTestModel\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Export/Renderer/CsvRendererTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Export\\\\Renderer\\\\CsvRendererTest\\:\\:testConfiguration\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Export/Renderer/CsvRendererTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Export\\\\Renderer\\\\CsvRendererTest\\:\\:testRender\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Export/Renderer/CsvRendererTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Export\\\\Renderer\\\\CsvRendererTest\\:\\:testRender\\(\\) has parameter \\$expectedDescriptions with no type specified\\.$#"
|
|
count: 1
|
|
path: Export/Renderer/CsvRendererTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Export\\\\Renderer\\\\CsvRendererTest\\:\\:testRender\\(\\) has parameter \\$expectedRate with no type specified\\.$#"
|
|
count: 1
|
|
path: Export/Renderer/CsvRendererTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Export\\\\Renderer\\\\CsvRendererTest\\:\\:testRender\\(\\) has parameter \\$expectedRows with no type specified\\.$#"
|
|
count: 1
|
|
path: Export/Renderer/CsvRendererTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Export\\\\Renderer\\\\CsvRendererTest\\:\\:testRender\\(\\) has parameter \\$expectedUser1 with no type specified\\.$#"
|
|
count: 1
|
|
path: Export/Renderer/CsvRendererTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Export\\\\Renderer\\\\CsvRendererTest\\:\\:testRender\\(\\) has parameter \\$expectedUser2 with no type specified\\.$#"
|
|
count: 1
|
|
path: Export/Renderer/CsvRendererTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Export\\\\Renderer\\\\CsvRendererTest\\:\\:testRender\\(\\) has parameter \\$expectedUser3 with no type specified\\.$#"
|
|
count: 1
|
|
path: Export/Renderer/CsvRendererTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Export\\\\Renderer\\\\CsvRendererTest\\:\\:testRender\\(\\) has parameter \\$totalDuration with no type specified\\.$#"
|
|
count: 1
|
|
path: Export/Renderer/CsvRendererTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Export\\\\Renderer\\\\CsvRendererTest\\:\\:testRender\\(\\) has parameter \\$totalRate with no type specified\\.$#"
|
|
count: 1
|
|
path: Export/Renderer/CsvRendererTest.php
|
|
|
|
-
|
|
message: "#^Parameter \\#1 \\$haystack of function substr_count expects string, string\\|false given\\.$#"
|
|
count: 5
|
|
path: Export/Renderer/CsvRendererTest.php
|
|
|
|
-
|
|
message: "#^Parameter \\#1 \\$renderer of method App\\\\Tests\\\\Export\\\\Renderer\\\\AbstractRendererTest\\:\\:render\\(\\) expects App\\\\Export\\\\ExportRendererInterface, App\\\\Export\\\\ExportRendererInterface\\|App\\\\Export\\\\TimesheetExportInterface given\\.$#"
|
|
count: 1
|
|
path: Export/Renderer/CsvRendererTest.php
|
|
|
|
-
|
|
message: "#^Parameter \\#1 \\$string of function str_getcsv expects string, string\\|false given\\.$#"
|
|
count: 1
|
|
path: Export/Renderer/CsvRendererTest.php
|
|
|
|
-
|
|
message: "#^Parameter \\#1 \\$string of function str_getcsv expects string, string\\|null given\\.$#"
|
|
count: 1
|
|
path: Export/Renderer/CsvRendererTest.php
|
|
|
|
-
|
|
message: "#^Parameter \\#2 \\$haystack of method PHPUnit\\\\Framework\\\\Assert\\:\\:assertStringContainsString\\(\\) expects string, string\\|false given\\.$#"
|
|
count: 1
|
|
path: Export/Renderer/CsvRendererTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Export\\\\Renderer\\\\HtmlRendererFactoryTest\\:\\:testCreate\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Export/Renderer/HtmlRendererFactoryTest.php
|
|
|
|
-
|
|
message: "#^Cannot call method push\\(\\) on object\\|null\\.$#"
|
|
count: 1
|
|
path: Export/Renderer/HtmlRendererTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Export\\\\Renderer\\\\HtmlRendererTest\\:\\:testConfiguration\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Export/Renderer/HtmlRendererTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Export\\\\Renderer\\\\HtmlRendererTest\\:\\:testRender\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Export/Renderer/HtmlRendererTest.php
|
|
|
|
-
|
|
message: "#^Parameter \\#1 \\$haystack of function substr_count expects string, string\\|false given\\.$#"
|
|
count: 6
|
|
path: Export/Renderer/HtmlRendererTest.php
|
|
|
|
-
|
|
message: "#^Parameter \\#2 \\$haystack of method PHPUnit\\\\Framework\\\\Assert\\:\\:assertStringContainsString\\(\\) expects string, string\\|false given\\.$#"
|
|
count: 7
|
|
path: Export/Renderer/HtmlRendererTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Export\\\\Renderer\\\\PdfRendererFactoryTest\\:\\:testCreate\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Export/Renderer/PdfRendererFactoryTest.php
|
|
|
|
-
|
|
message: "#^Call to an undefined method App\\\\Export\\\\ExportRendererInterface\\|App\\\\Export\\\\TimesheetExportInterface\\:\\:getIcon\\(\\)\\.$#"
|
|
count: 1
|
|
path: Export/Renderer/XlsxRendererTest.php
|
|
|
|
-
|
|
message: "#^Call to an undefined method App\\\\Export\\\\ExportRendererInterface\\|App\\\\Export\\\\TimesheetExportInterface\\:\\:getTitle\\(\\)\\.$#"
|
|
count: 1
|
|
path: Export/Renderer/XlsxRendererTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Export\\\\Renderer\\\\XlsxRendererTest\\:\\:testConfiguration\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Export/Renderer/XlsxRendererTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Export\\\\Renderer\\\\XlsxRendererTest\\:\\:testRender\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Export/Renderer/XlsxRendererTest.php
|
|
|
|
-
|
|
message: "#^Parameter \\#1 \\$renderer of method App\\\\Tests\\\\Export\\\\Renderer\\\\AbstractRendererTest\\:\\:render\\(\\) expects App\\\\Export\\\\ExportRendererInterface, App\\\\Export\\\\ExportRendererInterface\\|App\\\\Export\\\\TimesheetExportInterface given\\.$#"
|
|
count: 1
|
|
path: Export/Renderer/XlsxRendererTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Export\\\\ServiceExportTest\\:\\:testAddExportRepository\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Export/ServiceExportTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Export\\\\ServiceExportTest\\:\\:testAddRenderer\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Export/ServiceExportTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Export\\\\ServiceExportTest\\:\\:testAddTimesheetExporter\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Export/ServiceExportTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Export\\\\ServiceExportTest\\:\\:testEmptyObject\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Export/ServiceExportTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Export\\\\Spreadsheet\\\\AnnotatedObjectExporterTest\\:\\:testExport\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Export/Spreadsheet/AnnotatedObjectExporterTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Export\\\\Spreadsheet\\\\CellFormatter\\\\AbstractFormatterTest\\:\\:assertCellStyle\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Export/Spreadsheet/CellFormatter/AbstractFormatterTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Export\\\\Spreadsheet\\\\CellFormatter\\\\AbstractFormatterTest\\:\\:assertCellValue\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Export/Spreadsheet/CellFormatter/AbstractFormatterTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Export\\\\Spreadsheet\\\\CellFormatter\\\\AbstractFormatterTest\\:\\:assertNullValue\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Export/Spreadsheet/CellFormatter/AbstractFormatterTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Export\\\\Spreadsheet\\\\CellFormatter\\\\AbstractFormatterTest\\:\\:getActualValue\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Export/Spreadsheet/CellFormatter/AbstractFormatterTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Export\\\\Spreadsheet\\\\CellFormatter\\\\AbstractFormatterTest\\:\\:getExpectedValue\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Export/Spreadsheet/CellFormatter/AbstractFormatterTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Export\\\\Spreadsheet\\\\CellFormatter\\\\AbstractFormatterTest\\:\\:testSetFormattedValue\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Export/Spreadsheet/CellFormatter/AbstractFormatterTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Export\\\\Spreadsheet\\\\CellFormatter\\\\AbstractFormatterTest\\:\\:testSetNull\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Export/Spreadsheet/CellFormatter/AbstractFormatterTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Export\\\\Spreadsheet\\\\CellFormatter\\\\ArrayFormatterTest\\:\\:getActualValue\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Export/Spreadsheet/CellFormatter/ArrayFormatterTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Export\\\\Spreadsheet\\\\CellFormatter\\\\ArrayFormatterTest\\:\\:getExpectedValue\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Export/Spreadsheet/CellFormatter/ArrayFormatterTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Export\\\\Spreadsheet\\\\CellFormatter\\\\ArrayFormatterTest\\:\\:testFormattedValueWithInvalidValue\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Export/Spreadsheet/CellFormatter/ArrayFormatterTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Export\\\\Spreadsheet\\\\CellFormatter\\\\BooleanFormatterTest\\:\\:getActualValue\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Export/Spreadsheet/CellFormatter/BooleanFormatterTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Export\\\\Spreadsheet\\\\CellFormatter\\\\BooleanFormatterTest\\:\\:getExpectedValue\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Export/Spreadsheet/CellFormatter/BooleanFormatterTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Export\\\\Spreadsheet\\\\CellFormatter\\\\BooleanFormatterTest\\:\\:testFormattedValueWithInvalidValue\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Export/Spreadsheet/CellFormatter/BooleanFormatterTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Export\\\\Spreadsheet\\\\CellFormatter\\\\DateFormatterTest\\:\\:assertCellStyle\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Export/Spreadsheet/CellFormatter/DateFormatterTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Export\\\\Spreadsheet\\\\CellFormatter\\\\DateFormatterTest\\:\\:getActualValue\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Export/Spreadsheet/CellFormatter/DateFormatterTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Export\\\\Spreadsheet\\\\CellFormatter\\\\DateFormatterTest\\:\\:getExpectedValue\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Export/Spreadsheet/CellFormatter/DateFormatterTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Export\\\\Spreadsheet\\\\CellFormatter\\\\DateFormatterTest\\:\\:testFormattedValueWithInvalidValue\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Export/Spreadsheet/CellFormatter/DateFormatterTest.php
|
|
|
|
-
|
|
message: "#^Property App\\\\Tests\\\\Export\\\\Spreadsheet\\\\CellFormatter\\\\DateFormatterTest\\:\\:\\$date has no type specified\\.$#"
|
|
count: 1
|
|
path: Export/Spreadsheet/CellFormatter/DateFormatterTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Export\\\\Spreadsheet\\\\CellFormatter\\\\DateTimeFormatterTest\\:\\:assertCellStyle\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Export/Spreadsheet/CellFormatter/DateTimeFormatterTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Export\\\\Spreadsheet\\\\CellFormatter\\\\DateTimeFormatterTest\\:\\:getActualValue\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Export/Spreadsheet/CellFormatter/DateTimeFormatterTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Export\\\\Spreadsheet\\\\CellFormatter\\\\DateTimeFormatterTest\\:\\:getExpectedValue\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Export/Spreadsheet/CellFormatter/DateTimeFormatterTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Export\\\\Spreadsheet\\\\CellFormatter\\\\DateTimeFormatterTest\\:\\:testFormattedValueWithInvalidValue\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Export/Spreadsheet/CellFormatter/DateTimeFormatterTest.php
|
|
|
|
-
|
|
message: "#^Property App\\\\Tests\\\\Export\\\\Spreadsheet\\\\CellFormatter\\\\DateTimeFormatterTest\\:\\:\\$date has no type specified\\.$#"
|
|
count: 1
|
|
path: Export/Spreadsheet/CellFormatter/DateTimeFormatterTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Export\\\\Spreadsheet\\\\CellFormatter\\\\DurationFormatterTest\\:\\:assertCellStyle\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Export/Spreadsheet/CellFormatter/DurationFormatterTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Export\\\\Spreadsheet\\\\CellFormatter\\\\DurationFormatterTest\\:\\:assertNullValue\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Export/Spreadsheet/CellFormatter/DurationFormatterTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Export\\\\Spreadsheet\\\\CellFormatter\\\\DurationFormatterTest\\:\\:getActualValue\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Export/Spreadsheet/CellFormatter/DurationFormatterTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Export\\\\Spreadsheet\\\\CellFormatter\\\\DurationFormatterTest\\:\\:getExpectedValue\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Export/Spreadsheet/CellFormatter/DurationFormatterTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Export\\\\Spreadsheet\\\\CellFormatter\\\\DurationFormatterTest\\:\\:testFormattedValueWithInvalidValue\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Export/Spreadsheet/CellFormatter/DurationFormatterTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Export\\\\Spreadsheet\\\\CellFormatter\\\\TimeFormatterTest\\:\\:assertCellStyle\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Export/Spreadsheet/CellFormatter/TimeFormatterTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Export\\\\Spreadsheet\\\\CellFormatter\\\\TimeFormatterTest\\:\\:getActualValue\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Export/Spreadsheet/CellFormatter/TimeFormatterTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Export\\\\Spreadsheet\\\\CellFormatter\\\\TimeFormatterTest\\:\\:getExpectedValue\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Export/Spreadsheet/CellFormatter/TimeFormatterTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Export\\\\Spreadsheet\\\\CellFormatter\\\\TimeFormatterTest\\:\\:testFormattedValueWithInvalidValue\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Export/Spreadsheet/CellFormatter/TimeFormatterTest.php
|
|
|
|
-
|
|
message: "#^Property App\\\\Tests\\\\Export\\\\Spreadsheet\\\\CellFormatter\\\\TimeFormatterTest\\:\\:\\$date has no type specified\\.$#"
|
|
count: 1
|
|
path: Export/Spreadsheet/CellFormatter/TimeFormatterTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Export\\\\Spreadsheet\\\\ColumnDefinitionTest\\:\\:testConstruct\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Export/Spreadsheet/ColumnDefinitionTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Export\\\\Spreadsheet\\\\Entities\\\\ExpressionOnMethod\\:\\:foo\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Export/Spreadsheet/Entities/ExpressionOnMethod.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Export\\\\Spreadsheet\\\\Entities\\\\MethodRequiresParams\\:\\:foo\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Export/Spreadsheet/Entities/MethodRequiresParams.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Export\\\\Spreadsheet\\\\EntityWithMetaFieldsExporterTest\\:\\:testExport\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Export/Spreadsheet/EntityWithMetaFieldsExporterTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Export\\\\Spreadsheet\\\\Extractor\\\\AnnotationExtractorTest\\:\\:testExceptionExpressionOnMethod\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Export/Spreadsheet/Extractor/AnnotationExtractorTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Export\\\\Spreadsheet\\\\Extractor\\\\AnnotationExtractorTest\\:\\:testExceptionExpressionOnMethodWithRequiredParameters\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Export/Spreadsheet/Extractor/AnnotationExtractorTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Export\\\\Spreadsheet\\\\Extractor\\\\AnnotationExtractorTest\\:\\:testExceptionExpressionOnProperty\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Export/Spreadsheet/Extractor/AnnotationExtractorTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Export\\\\Spreadsheet\\\\Extractor\\\\AnnotationExtractorTest\\:\\:testExceptionOnEmptyString\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Export/Spreadsheet/Extractor/AnnotationExtractorTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Export\\\\Spreadsheet\\\\Extractor\\\\AnnotationExtractorTest\\:\\:testExceptionOnInvalidType\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Export/Spreadsheet/Extractor/AnnotationExtractorTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Export\\\\Spreadsheet\\\\Extractor\\\\AnnotationExtractorTest\\:\\:testExceptionOnMissingExpression\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Export/Spreadsheet/Extractor/AnnotationExtractorTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Export\\\\Spreadsheet\\\\Extractor\\\\AnnotationExtractorTest\\:\\:testExceptionOnMissingName\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Export/Spreadsheet/Extractor/AnnotationExtractorTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Export\\\\Spreadsheet\\\\Extractor\\\\AnnotationExtractorTest\\:\\:testExtract\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Export/Spreadsheet/Extractor/AnnotationExtractorTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Export\\\\Spreadsheet\\\\Extractor\\\\MetaFieldExtractorTest\\:\\:testCheckType\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Export/Spreadsheet/Extractor/MetaFieldExtractorTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Export\\\\Spreadsheet\\\\Extractor\\\\MetaFieldExtractorTest\\:\\:testExtract\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Export/Spreadsheet/Extractor/MetaFieldExtractorTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Export\\\\Spreadsheet\\\\Extractor\\\\UserPreferenceExtractorTest\\:\\:testCheckType\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Export/Spreadsheet/Extractor/UserPreferenceExtractorTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Export\\\\Spreadsheet\\\\Extractor\\\\UserPreferenceExtractorTest\\:\\:testExtract\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Export/Spreadsheet/Extractor/UserPreferenceExtractorTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Export\\\\Spreadsheet\\\\SpreadsheetExporterTest\\:\\:testExport\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Export/Spreadsheet/SpreadsheetExporterTest.php
|
|
|
|
-
|
|
message: "#^Cannot call method format\\(\\) on DateTime\\|null\\.$#"
|
|
count: 1
|
|
path: Export/Spreadsheet/UserExporterTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Export\\\\Spreadsheet\\\\UserExporterTest\\:\\:testExport\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Export/Spreadsheet/UserExporterTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Export\\\\Spreadsheet\\\\Writer\\\\BinaryFileResponseWriterTest\\:\\:testGetResponse\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Export/Spreadsheet/Writer/BinaryFileResponseWriterTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Export\\\\Spreadsheet\\\\Writer\\\\BinaryFileResponseWriterTest\\:\\:testSave\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Export/Spreadsheet/Writer/BinaryFileResponseWriterTest.php
|
|
|
|
-
|
|
message: "#^Parameter \\#2 \\$haystack of static method PHPUnit\\\\Framework\\\\Assert\\:\\:assertStringContainsString\\(\\) expects string, string\\|null given\\.$#"
|
|
count: 1
|
|
path: Export/Spreadsheet/Writer/BinaryFileResponseWriterTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Export\\\\Spreadsheet\\\\Writer\\\\XlsxWriterTest\\:\\:testWriter\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Export/Spreadsheet/Writer/XlsxWriterTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Export\\\\Timesheet\\\\AbstractRendererTest\\:\\:getAbstractRenderer\\(\\) should return App\\\\Export\\\\TimesheetExportInterface but returns object\\.$#"
|
|
count: 1
|
|
path: Export/Timesheet/AbstractRendererTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Export\\\\Timesheet\\\\MetaFieldColumnSubscriber\\:\\:loadActivityField\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Export/Timesheet/AbstractRendererTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Export\\\\Timesheet\\\\MetaFieldColumnSubscriber\\:\\:loadCustomerField\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Export/Timesheet/AbstractRendererTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Export\\\\Timesheet\\\\MetaFieldColumnSubscriber\\:\\:loadProjectField\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Export/Timesheet/AbstractRendererTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Export\\\\Timesheet\\\\MetaFieldColumnSubscriber\\:\\:loadTimesheetField\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Export/Timesheet/AbstractRendererTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Export\\\\Timesheet\\\\MetaFieldColumnSubscriber\\:\\:prepareEntity\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Export/Timesheet/AbstractRendererTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Export\\\\Timesheet\\\\CsvRendererTest\\:\\:getTestModel\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Export/Timesheet/CsvRendererTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Export\\\\Timesheet\\\\CsvRendererTest\\:\\:testConfiguration\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Export/Timesheet/CsvRendererTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Export\\\\Timesheet\\\\CsvRendererTest\\:\\:testRender\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Export/Timesheet/CsvRendererTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Export\\\\Timesheet\\\\CsvRendererTest\\:\\:testRender\\(\\) has parameter \\$expectedDescriptions with no type specified\\.$#"
|
|
count: 1
|
|
path: Export/Timesheet/CsvRendererTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Export\\\\Timesheet\\\\CsvRendererTest\\:\\:testRender\\(\\) has parameter \\$expectedRate with no type specified\\.$#"
|
|
count: 1
|
|
path: Export/Timesheet/CsvRendererTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Export\\\\Timesheet\\\\CsvRendererTest\\:\\:testRender\\(\\) has parameter \\$expectedRows with no type specified\\.$#"
|
|
count: 1
|
|
path: Export/Timesheet/CsvRendererTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Export\\\\Timesheet\\\\CsvRendererTest\\:\\:testRender\\(\\) has parameter \\$expectedUser1 with no type specified\\.$#"
|
|
count: 1
|
|
path: Export/Timesheet/CsvRendererTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Export\\\\Timesheet\\\\CsvRendererTest\\:\\:testRender\\(\\) has parameter \\$expectedUser2 with no type specified\\.$#"
|
|
count: 1
|
|
path: Export/Timesheet/CsvRendererTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Export\\\\Timesheet\\\\CsvRendererTest\\:\\:testRender\\(\\) has parameter \\$expectedUser3 with no type specified\\.$#"
|
|
count: 1
|
|
path: Export/Timesheet/CsvRendererTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Export\\\\Timesheet\\\\CsvRendererTest\\:\\:testRender\\(\\) has parameter \\$totalDuration with no type specified\\.$#"
|
|
count: 1
|
|
path: Export/Timesheet/CsvRendererTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Export\\\\Timesheet\\\\CsvRendererTest\\:\\:testRender\\(\\) has parameter \\$totalRate with no type specified\\.$#"
|
|
count: 1
|
|
path: Export/Timesheet/CsvRendererTest.php
|
|
|
|
-
|
|
message: "#^Parameter \\#1 \\$haystack of function substr_count expects string, string\\|false given\\.$#"
|
|
count: 5
|
|
path: Export/Timesheet/CsvRendererTest.php
|
|
|
|
-
|
|
message: "#^Parameter \\#1 \\$string of function str_getcsv expects string, string\\|false given\\.$#"
|
|
count: 1
|
|
path: Export/Timesheet/CsvRendererTest.php
|
|
|
|
-
|
|
message: "#^Parameter \\#1 \\$string of function str_getcsv expects string, string\\|null given\\.$#"
|
|
count: 1
|
|
path: Export/Timesheet/CsvRendererTest.php
|
|
|
|
-
|
|
message: "#^Parameter \\#2 \\$haystack of method PHPUnit\\\\Framework\\\\Assert\\:\\:assertStringContainsString\\(\\) expects string, string\\|false given\\.$#"
|
|
count: 1
|
|
path: Export/Timesheet/CsvRendererTest.php
|
|
|
|
-
|
|
message: "#^Parameter \\#2 \\$haystack of method PHPUnit\\\\Framework\\\\Assert\\:\\:assertStringContainsString\\(\\) expects string, string\\|false given\\.$#"
|
|
count: 1
|
|
path: Export/Timesheet/HtmlRendererTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Export\\\\Timesheet\\\\XlsxRendererTest\\:\\:testConfiguration\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Export/Timesheet/XlsxRendererTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Export\\\\Timesheet\\\\XlsxRendererTest\\:\\:testRender\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Export/Timesheet/XlsxRendererTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Export\\\\TimesheetExportRepositoryTest\\:\\:testSetExported\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Export/TimesheetExportRepositoryTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Export\\\\TimesheetExportRepositoryTest\\:\\:testSetType\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Export/TimesheetExportRepositoryTest.php
|
|
|
|
-
|
|
message: "#^Parameter \\#1 \\$items of method App\\\\Export\\\\TimesheetExportRepository\\:\\:setExported\\(\\) expects array\\<App\\\\Entity\\\\Timesheet\\>, array\\<int, App\\\\Entity\\\\Activity\\|App\\\\Entity\\\\Timesheet\\|stdClass\\|null\\> given\\.$#"
|
|
count: 1
|
|
path: Export/TimesheetExportRepositoryTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Form\\\\ActivityEditFormTest\\:\\:testWithGlobalExistingActivityAndOptions\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Form/ActivityEditFormTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Form\\\\ActivityEditFormTest\\:\\:testWithGlobalNewActivity\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Form/ActivityEditFormTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Form\\\\ActivityEditFormTest\\:\\:testWithGlobalNewActivityAndOptionsAllBudget\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Form/ActivityEditFormTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Form\\\\ActivityEditFormTest\\:\\:testWithGlobalNewActivityAndOptionsBudget\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Form/ActivityEditFormTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Form\\\\ActivityEditFormTest\\:\\:testWithGlobalNewActivityAndOptionsTimeBudget\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Form/ActivityEditFormTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Form\\\\ActivityEditFormTest\\:\\:testWithNonGlobalExistingActivityAndOptions\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Form/ActivityEditFormTest.php
|
|
|
|
-
|
|
message: "#^Parameter \\#2 \\$array of static method PHPUnit\\\\Framework\\\\Assert\\:\\:assertArrayHasKey\\(\\) expects array\\|ArrayAccess, mixed given\\.$#"
|
|
count: 1
|
|
path: Form/ActivityEditFormTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Form\\\\CustomerEditFormTest\\:\\:testWithBudget\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Form/CustomerEditFormTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Form\\\\CustomerEditFormTest\\:\\:testWithBudgetAndTimeBudget\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Form/CustomerEditFormTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Form\\\\CustomerEditFormTest\\:\\:testWithNewProject\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Form/CustomerEditFormTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Form\\\\CustomerEditFormTest\\:\\:testWithTimeBudget\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Form/CustomerEditFormTest.php
|
|
|
|
-
|
|
message: "#^Parameter \\#2 \\$array of static method PHPUnit\\\\Framework\\\\Assert\\:\\:assertArrayHasKey\\(\\) expects array\\|ArrayAccess, mixed given\\.$#"
|
|
count: 1
|
|
path: Form/CustomerEditFormTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Form\\\\DataTransformer\\\\DurationStringToSecondsTransformerTest\\:\\:getInvalidTestDataReverseTransform\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Form/DataTransformer/DurationStringToSecondsTransformerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Form\\\\DataTransformer\\\\DurationStringToSecondsTransformerTest\\:\\:getInvalidTestDataTransform\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Form/DataTransformer/DurationStringToSecondsTransformerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Form\\\\DataTransformer\\\\DurationStringToSecondsTransformerTest\\:\\:getValidTestDataReverseTransform\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Form/DataTransformer/DurationStringToSecondsTransformerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Form\\\\DataTransformer\\\\DurationStringToSecondsTransformerTest\\:\\:getValidTestDataTransform\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Form/DataTransformer/DurationStringToSecondsTransformerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Form\\\\DataTransformer\\\\DurationStringToSecondsTransformerTest\\:\\:testInvalidReverseTransformThrowsException\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Form/DataTransformer/DurationStringToSecondsTransformerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Form\\\\DataTransformer\\\\DurationStringToSecondsTransformerTest\\:\\:testInvalidReverseTransformThrowsException\\(\\) has parameter \\$transform with no type specified\\.$#"
|
|
count: 1
|
|
path: Form/DataTransformer/DurationStringToSecondsTransformerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Form\\\\DataTransformer\\\\DurationStringToSecondsTransformerTest\\:\\:testInvalidTransformThrowsException\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Form/DataTransformer/DurationStringToSecondsTransformerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Form\\\\DataTransformer\\\\DurationStringToSecondsTransformerTest\\:\\:testInvalidTransformThrowsException\\(\\) has parameter \\$transform with no type specified\\.$#"
|
|
count: 1
|
|
path: Form/DataTransformer/DurationStringToSecondsTransformerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Form\\\\DataTransformer\\\\DurationStringToSecondsTransformerTest\\:\\:testReverseTransform\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Form/DataTransformer/DurationStringToSecondsTransformerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Form\\\\DataTransformer\\\\DurationStringToSecondsTransformerTest\\:\\:testReverseTransform\\(\\) has parameter \\$expected with no type specified\\.$#"
|
|
count: 1
|
|
path: Form/DataTransformer/DurationStringToSecondsTransformerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Form\\\\DataTransformer\\\\DurationStringToSecondsTransformerTest\\:\\:testReverseTransform\\(\\) has parameter \\$transform with no type specified\\.$#"
|
|
count: 1
|
|
path: Form/DataTransformer/DurationStringToSecondsTransformerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Form\\\\DataTransformer\\\\DurationStringToSecondsTransformerTest\\:\\:testTransform\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Form/DataTransformer/DurationStringToSecondsTransformerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Form\\\\DataTransformer\\\\DurationStringToSecondsTransformerTest\\:\\:testTransform\\(\\) has parameter \\$expected with no type specified\\.$#"
|
|
count: 1
|
|
path: Form/DataTransformer/DurationStringToSecondsTransformerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Form\\\\DataTransformer\\\\DurationStringToSecondsTransformerTest\\:\\:testTransform\\(\\) has parameter \\$transform with no type specified\\.$#"
|
|
count: 1
|
|
path: Form/DataTransformer/DurationStringToSecondsTransformerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Form\\\\DataTransformer\\\\SearchTermTransformerTest\\:\\:testReverseTransform\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Form/DataTransformer/SearchTermTransformerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Form\\\\DataTransformer\\\\SearchTermTransformerTest\\:\\:testTransform\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Form/DataTransformer/SearchTermTransformerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Form\\\\DataTransformer\\\\TagArrayToStringTransformerTest\\:\\:testReverseTransform\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Form/DataTransformer/TagArrayToStringTransformerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Form\\\\DataTransformer\\\\TagArrayToStringTransformerTest\\:\\:testTransform\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Form/DataTransformer/TagArrayToStringTransformerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Form\\\\Extension\\\\DocumentationLinkExtensionTest\\:\\:testConfigureOptions\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Form/Extension/DocumentationLinkExtensionTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Form\\\\Extension\\\\DocumentationLinkExtensionTest\\:\\:testExtendedTypes\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Form/Extension/DocumentationLinkExtensionTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Form\\\\Extension\\\\EnhancedChoiceTypeExtensionTest\\:\\:testConfigureOptions\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Form/Extension/EnhancedChoiceTypeExtensionTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Form\\\\Extension\\\\EnhancedChoiceTypeExtensionTest\\:\\:testExtendedTypes\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Form/Extension/EnhancedChoiceTypeExtensionTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Form\\\\Extension\\\\IconExtensionTest\\:\\:testConfigureOptions\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Form/Extension/IconExtensionTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Form\\\\Extension\\\\IconExtensionTest\\:\\:testExtendedTypes\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Form/Extension/IconExtensionTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Form\\\\Model\\\\SystemConfigurationTest\\:\\:testDefaultValues\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Form/Model/SystemConfigurationTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Form\\\\Model\\\\SystemConfigurationTest\\:\\:testSetterAndGetter\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Form/Model/SystemConfigurationTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Form\\\\MultiUpdate\\\\MultiUpdateTableDTOTest\\:\\:testDefaultValues\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Form/MultiUpdate/MultiUpdateTableDTOTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Form\\\\MultiUpdate\\\\MultiUpdateTableDTOTest\\:\\:testSetterAndGetter\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Form/MultiUpdate/MultiUpdateTableDTOTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Form\\\\MultiUpdate\\\\TimesheetMultiUpdateDTOTest\\:\\:testDefaultValues\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Form/MultiUpdate/TimesheetMultiUpdateDTOTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Form\\\\MultiUpdate\\\\TimesheetMultiUpdateDTOTest\\:\\:testSetterAndGetter\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Form/MultiUpdate/TimesheetMultiUpdateDTOTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Form\\\\ProjectEditFormTest\\:\\:testWithBudget\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Form/ProjectEditFormTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Form\\\\ProjectEditFormTest\\:\\:testWithBudgetAndTimeBudget\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Form/ProjectEditFormTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Form\\\\ProjectEditFormTest\\:\\:testWithNewProject\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Form/ProjectEditFormTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Form\\\\ProjectEditFormTest\\:\\:testWithTimeBudget\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Form/ProjectEditFormTest.php
|
|
|
|
-
|
|
message: "#^Parameter \\#2 \\$array of static method PHPUnit\\\\Framework\\\\Assert\\:\\:assertArrayHasKey\\(\\) expects array\\|ArrayAccess, mixed given\\.$#"
|
|
count: 1
|
|
path: Form/ProjectEditFormTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Form\\\\Type\\\\DurationTypeTest\\:\\:getTestData\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Form/Type/DurationTypeTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Form\\\\Type\\\\DurationTypeTest\\:\\:testHasDurationInputClass\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Form/Type/DurationTypeTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Form\\\\Type\\\\DurationTypeTest\\:\\:testPresetPopulatesView\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Form/Type/DurationTypeTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Form\\\\Type\\\\DurationTypeTest\\:\\:testPresetsAreNotGeneratedOnMissingHours\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Form/Type/DurationTypeTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Form\\\\Type\\\\DurationTypeTest\\:\\:testPresetsAreNotGeneratedOnMissingMinutes\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Form/Type/DurationTypeTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Form\\\\Type\\\\DurationTypeTest\\:\\:testPresetsAreNotGeneratedOnNegativeHours\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Form/Type/DurationTypeTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Form\\\\Type\\\\DurationTypeTest\\:\\:testPresetsAreNotGeneratedOnNegativeMinutes\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Form/Type/DurationTypeTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Form\\\\Type\\\\DurationTypeTest\\:\\:testSubmitValidData\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Form/Type/DurationTypeTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Form\\\\Type\\\\DurationTypeTest\\:\\:testSubmitValidData\\(\\) has parameter \\$expected with no type specified\\.$#"
|
|
count: 1
|
|
path: Form/Type/DurationTypeTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Form\\\\Type\\\\DurationTypeTest\\:\\:testSubmitValidData\\(\\) has parameter \\$value with no type specified\\.$#"
|
|
count: 1
|
|
path: Form/Type/DurationTypeTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Form\\\\Type\\\\MinuteIncrementTypeTest\\:\\:testPresetPopulatesView\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Form/Type/MinuteIncrementTypeTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Form\\\\Type\\\\MinuteIncrementTypeTest\\:\\:testSubmitValidData\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Form/Type/MinuteIncrementTypeTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Form\\\\Type\\\\QuickEntryTimesheetTypeTest\\:\\:getExtensions\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Form/Type/QuickEntryTimesheetTypeTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Form\\\\Type\\\\QuickEntryTimesheetTypeTest\\:\\:getTestData\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Form/Type/QuickEntryTimesheetTypeTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Form\\\\Type\\\\QuickEntryTimesheetTypeTest\\:\\:testPresetPopulatesView\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Form/Type/QuickEntryTimesheetTypeTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Form\\\\Type\\\\QuickEntryTimesheetTypeTest\\:\\:testPresetsAreNotGeneratedOnMissingHours\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Form/Type/QuickEntryTimesheetTypeTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Form\\\\Type\\\\QuickEntryTimesheetTypeTest\\:\\:testPresetsAreNotGeneratedOnMissingMinutes\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Form/Type/QuickEntryTimesheetTypeTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Form\\\\Type\\\\QuickEntryTimesheetTypeTest\\:\\:testPresetsAreNotGeneratedOnNegativeHours\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Form/Type/QuickEntryTimesheetTypeTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Form\\\\Type\\\\QuickEntryTimesheetTypeTest\\:\\:testPresetsAreNotGeneratedOnNegativeMinutes\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Form/Type/QuickEntryTimesheetTypeTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Form\\\\Type\\\\QuickEntryTimesheetTypeTest\\:\\:testSubmitValidData\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Form/Type/QuickEntryTimesheetTypeTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Form\\\\Type\\\\QuickEntryTimesheetTypeTest\\:\\:testSubmitValidData\\(\\) has parameter \\$expectedDuration with no type specified\\.$#"
|
|
count: 1
|
|
path: Form/Type/QuickEntryTimesheetTypeTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Form\\\\Type\\\\QuickEntryTimesheetTypeTest\\:\\:testSubmitValidData\\(\\) has parameter \\$value with no type specified\\.$#"
|
|
count: 1
|
|
path: Form/Type/QuickEntryTimesheetTypeTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Form\\\\Type\\\\TypeTestModel\\:\\:__construct\\(\\) has parameter \\$fields with no value type specified in iterable type array\\.$#"
|
|
count: 1
|
|
path: Form/Type/TypeTestModel.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Form\\\\Type\\\\TypeTestModel\\:\\:__get\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Form/Type/TypeTestModel.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Form\\\\Type\\\\TypeTestModel\\:\\:__get\\(\\) has parameter \\$name with no type specified\\.$#"
|
|
count: 1
|
|
path: Form/Type/TypeTestModel.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Form\\\\Type\\\\TypeTestModel\\:\\:__set\\(\\) has parameter \\$name with no type specified\\.$#"
|
|
count: 1
|
|
path: Form/Type/TypeTestModel.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Form\\\\Type\\\\TypeTestModel\\:\\:__set\\(\\) has parameter \\$value with no type specified\\.$#"
|
|
count: 1
|
|
path: Form/Type/TypeTestModel.php
|
|
|
|
-
|
|
message: "#^Property App\\\\Tests\\\\Form\\\\Type\\\\TypeTestModel\\:\\:\\$fields type has no value type specified in iterable type array\\.$#"
|
|
count: 1
|
|
path: Form/Type/TypeTestModel.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Invoice\\\\Calculator\\\\AbstractCalculatorTest\\:\\:assertDescription\\(\\) has parameter \\$addActivity with no type specified\\.$#"
|
|
count: 1
|
|
path: Invoice/Calculator/AbstractCalculatorTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Invoice\\\\Calculator\\\\AbstractCalculatorTest\\:\\:assertDescription\\(\\) has parameter \\$addProject with no type specified\\.$#"
|
|
count: 1
|
|
path: Invoice/Calculator/AbstractCalculatorTest.php
|
|
|
|
-
|
|
message: "#^Cannot call method getEntries\\(\\) on App\\\\Invoice\\\\CalculatorInterface\\|null\\.$#"
|
|
count: 2
|
|
path: Invoice/Hydrator/InvoiceItemDefaultHydratorTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Invoice\\\\Hydrator\\\\InvoiceItemDefaultHydratorTest\\:\\:assertEntryStructure\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Invoice/Hydrator/InvoiceItemDefaultHydratorTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Invoice\\\\Hydrator\\\\InvoiceItemDefaultHydratorTest\\:\\:assertEntryStructure\\(\\) has parameter \\$metaFields with no value type specified in iterable type array\\.$#"
|
|
count: 1
|
|
path: Invoice/Hydrator/InvoiceItemDefaultHydratorTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Invoice\\\\Hydrator\\\\InvoiceItemDefaultHydratorTest\\:\\:assertEntryStructure\\(\\) has parameter \\$model with no value type specified in iterable type array\\.$#"
|
|
count: 1
|
|
path: Invoice/Hydrator/InvoiceItemDefaultHydratorTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Invoice\\\\Hydrator\\\\InvoiceItemDefaultHydratorTest\\:\\:getAbstractRenderer\\(\\) should return App\\\\Invoice\\\\Renderer\\\\AbstractRenderer but returns object\\.$#"
|
|
count: 1
|
|
path: Invoice/Hydrator/InvoiceItemDefaultHydratorTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Invoice\\\\Hydrator\\\\InvoiceItemDefaultHydratorTest\\:\\:testHydrate\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Invoice/Hydrator/InvoiceItemDefaultHydratorTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Invoice\\\\Hydrator\\\\InvoiceModelActivityHydratorTest\\:\\:assertModelStructure\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Invoice/Hydrator/InvoiceModelActivityHydratorTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Invoice\\\\Hydrator\\\\InvoiceModelActivityHydratorTest\\:\\:assertModelStructure\\(\\) has parameter \\$model with no value type specified in iterable type array\\.$#"
|
|
count: 1
|
|
path: Invoice/Hydrator/InvoiceModelActivityHydratorTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Invoice\\\\Hydrator\\\\InvoiceModelActivityHydratorTest\\:\\:getAbstractRenderer\\(\\) should return App\\\\Invoice\\\\Renderer\\\\AbstractRenderer but returns object\\.$#"
|
|
count: 1
|
|
path: Invoice/Hydrator/InvoiceModelActivityHydratorTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Invoice\\\\Hydrator\\\\InvoiceModelActivityHydratorTest\\:\\:testHydrate\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Invoice/Hydrator/InvoiceModelActivityHydratorTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Invoice\\\\Hydrator\\\\InvoiceModelCustomerHydratorTest\\:\\:assertModelStructure\\(\\) has parameter \\$model with no value type specified in iterable type array\\.$#"
|
|
count: 1
|
|
path: Invoice/Hydrator/InvoiceModelCustomerHydratorTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Invoice\\\\Hydrator\\\\InvoiceModelCustomerHydratorTest\\:\\:getAbstractRenderer\\(\\) should return App\\\\Invoice\\\\Renderer\\\\AbstractRenderer but returns object\\.$#"
|
|
count: 1
|
|
path: Invoice/Hydrator/InvoiceModelCustomerHydratorTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Invoice\\\\Hydrator\\\\InvoiceModelDefaultHydratorTest\\:\\:assertModelStructure\\(\\) has parameter \\$model with no value type specified in iterable type array\\.$#"
|
|
count: 1
|
|
path: Invoice/Hydrator/InvoiceModelDefaultHydratorTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Invoice\\\\Hydrator\\\\InvoiceModelDefaultHydratorTest\\:\\:getAbstractRenderer\\(\\) should return App\\\\Invoice\\\\Renderer\\\\AbstractRenderer but returns object\\.$#"
|
|
count: 1
|
|
path: Invoice/Hydrator/InvoiceModelDefaultHydratorTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Invoice\\\\Hydrator\\\\InvoiceModelProjectHydratorTest\\:\\:assertModelStructure\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Invoice/Hydrator/InvoiceModelProjectHydratorTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Invoice\\\\Hydrator\\\\InvoiceModelProjectHydratorTest\\:\\:assertModelStructure\\(\\) has parameter \\$model with no value type specified in iterable type array\\.$#"
|
|
count: 1
|
|
path: Invoice/Hydrator/InvoiceModelProjectHydratorTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Invoice\\\\Hydrator\\\\InvoiceModelProjectHydratorTest\\:\\:getAbstractRenderer\\(\\) should return App\\\\Invoice\\\\Renderer\\\\AbstractRenderer but returns object\\.$#"
|
|
count: 1
|
|
path: Invoice/Hydrator/InvoiceModelProjectHydratorTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Invoice\\\\Hydrator\\\\InvoiceModelProjectHydratorTest\\:\\:testHydrate\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Invoice/Hydrator/InvoiceModelProjectHydratorTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Invoice\\\\Hydrator\\\\InvoiceModelUserHydratorTest\\:\\:assertModelStructure\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Invoice/Hydrator/InvoiceModelUserHydratorTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Invoice\\\\Hydrator\\\\InvoiceModelUserHydratorTest\\:\\:assertModelStructure\\(\\) has parameter \\$model with no value type specified in iterable type array\\.$#"
|
|
count: 1
|
|
path: Invoice/Hydrator/InvoiceModelUserHydratorTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Invoice\\\\Hydrator\\\\InvoiceModelUserHydratorTest\\:\\:getAbstractRenderer\\(\\) should return App\\\\Invoice\\\\Renderer\\\\AbstractRenderer but returns object\\.$#"
|
|
count: 1
|
|
path: Invoice/Hydrator/InvoiceModelUserHydratorTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Invoice\\\\Hydrator\\\\InvoiceModelUserHydratorTest\\:\\:testHydrate\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Invoice/Hydrator/InvoiceModelUserHydratorTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Invoice\\\\InvoiceItemTest\\:\\:testEmptyObject\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Invoice/InvoiceItemTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Invoice\\\\NumberGenerator\\\\DateNumberGeneratorTest\\:\\:getSut\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Invoice/NumberGenerator/DateNumberGeneratorTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Invoice\\\\NumberGenerator\\\\DateNumberGeneratorTest\\:\\:testGetInvoiceNumber\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Invoice/NumberGenerator/DateNumberGeneratorTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Invoice\\\\NumberGenerator\\\\DateNumberGeneratorTest\\:\\:testGetInvoiceNumberWithExisting\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Invoice/NumberGenerator/DateNumberGeneratorTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Invoice\\\\NumberGenerator\\\\DateNumberGeneratorTest\\:\\:testGetInvoiceNumberWithManyExisting\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Invoice/NumberGenerator/DateNumberGeneratorTest.php
|
|
|
|
-
|
|
message: "#^Property App\\\\Tests\\\\Invoice\\\\NumberGenerator\\\\IncrementingNumberGenerator\\:\\:\\$counter has no type specified\\.$#"
|
|
count: 1
|
|
path: Invoice/NumberGenerator/IncrementingNumberGenerator.php
|
|
|
|
-
|
|
message: "#^Cannot call method getEntries\\(\\) on App\\\\Invoice\\\\CalculatorInterface\\|null\\.$#"
|
|
count: 1
|
|
path: Invoice/Renderer/DebugRenderer.php
|
|
|
|
-
|
|
message: "#^Parameter \\#1 \\$content of class Symfony\\\\Component\\\\HttpFoundation\\\\Response constructor expects string\\|null, string\\|false given\\.$#"
|
|
count: 1
|
|
path: Invoice/Renderer/DebugRenderer.php
|
|
|
|
-
|
|
message: "#^Argument of an invalid type mixed supplied for foreach, only iterables are supported\\.$#"
|
|
count: 1
|
|
path: Invoice/Renderer/DebugRendererTest.php
|
|
|
|
-
|
|
message: "#^Cannot access offset 'entries' on mixed\\.$#"
|
|
count: 1
|
|
path: Invoice/Renderer/DebugRendererTest.php
|
|
|
|
-
|
|
message: "#^Cannot access offset 'invoice\\.first' on mixed\\.$#"
|
|
count: 1
|
|
path: Invoice/Renderer/DebugRendererTest.php
|
|
|
|
-
|
|
message: "#^Cannot access offset 'invoice\\.last' on mixed\\.$#"
|
|
count: 1
|
|
path: Invoice/Renderer/DebugRendererTest.php
|
|
|
|
-
|
|
message: "#^Cannot access offset 'model' on mixed\\.$#"
|
|
count: 5
|
|
path: Invoice/Renderer/DebugRendererTest.php
|
|
|
|
-
|
|
message: "#^Cannot access offset 'query\\.begin_day' on mixed\\.$#"
|
|
count: 1
|
|
path: Invoice/Renderer/DebugRendererTest.php
|
|
|
|
-
|
|
message: "#^Cannot access offset 'query\\.begin_month…' on mixed\\.$#"
|
|
count: 1
|
|
path: Invoice/Renderer/DebugRendererTest.php
|
|
|
|
-
|
|
message: "#^Cannot call method format\\(\\) on DateTime\\|null\\.$#"
|
|
count: 2
|
|
path: Invoice/Renderer/DebugRendererTest.php
|
|
|
|
-
|
|
message: "#^Cannot call method getActivities\\(\\) on App\\\\Repository\\\\Query\\\\InvoiceQuery\\|null\\.$#"
|
|
count: 1
|
|
path: Invoice/Renderer/DebugRendererTest.php
|
|
|
|
-
|
|
message: "#^Cannot call method getBegin\\(\\) on App\\\\Repository\\\\Query\\\\InvoiceQuery\\|null\\.$#"
|
|
count: 1
|
|
path: Invoice/Renderer/DebugRendererTest.php
|
|
|
|
-
|
|
message: "#^Cannot call method getProjects\\(\\) on App\\\\Repository\\\\Query\\\\InvoiceQuery\\|null\\.$#"
|
|
count: 1
|
|
path: Invoice/Renderer/DebugRendererTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Invoice\\\\Renderer\\\\DebugRendererTest\\:\\:assertEntryStructure\\(\\) has parameter \\$metaFields with no value type specified in iterable type array\\.$#"
|
|
count: 1
|
|
path: Invoice/Renderer/DebugRendererTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Invoice\\\\Renderer\\\\DebugRendererTest\\:\\:assertEntryStructure\\(\\) has parameter \\$model with no value type specified in iterable type array\\.$#"
|
|
count: 1
|
|
path: Invoice/Renderer/DebugRendererTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Invoice\\\\Renderer\\\\DebugRendererTest\\:\\:assertModelStructure\\(\\) has parameter \\$model with no value type specified in iterable type array\\.$#"
|
|
count: 1
|
|
path: Invoice/Renderer/DebugRendererTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Invoice\\\\Renderer\\\\DebugRendererTest\\:\\:getAbstractRenderer\\(\\) should return App\\\\Invoice\\\\Renderer\\\\AbstractRenderer but returns object\\.$#"
|
|
count: 1
|
|
path: Invoice/Renderer/DebugRendererTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Invoice\\\\Renderer\\\\DebugRendererTest\\:\\:getTestModel\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Invoice/Renderer/DebugRendererTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Invoice\\\\Renderer\\\\DebugRendererTest\\:\\:testRender\\(\\) has parameter \\$expectedDescriptions with no type specified\\.$#"
|
|
count: 1
|
|
path: Invoice/Renderer/DebugRendererTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Invoice\\\\Renderer\\\\DebugRendererTest\\:\\:testRender\\(\\) has parameter \\$expectedRate with no type specified\\.$#"
|
|
count: 1
|
|
path: Invoice/Renderer/DebugRendererTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Invoice\\\\Renderer\\\\DebugRendererTest\\:\\:testRender\\(\\) has parameter \\$expectedRows with no type specified\\.$#"
|
|
count: 1
|
|
path: Invoice/Renderer/DebugRendererTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Invoice\\\\Renderer\\\\DebugRendererTest\\:\\:testRender\\(\\) has parameter \\$expectedUser1 with no type specified\\.$#"
|
|
count: 1
|
|
path: Invoice/Renderer/DebugRendererTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Invoice\\\\Renderer\\\\DebugRendererTest\\:\\:testRender\\(\\) has parameter \\$expectedUser2 with no type specified\\.$#"
|
|
count: 1
|
|
path: Invoice/Renderer/DebugRendererTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Invoice\\\\Renderer\\\\DebugRendererTest\\:\\:testRender\\(\\) has parameter \\$expectedUser3 with no type specified\\.$#"
|
|
count: 1
|
|
path: Invoice/Renderer/DebugRendererTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Invoice\\\\Renderer\\\\DebugRendererTest\\:\\:testRender\\(\\) has parameter \\$hasProject with no type specified\\.$#"
|
|
count: 1
|
|
path: Invoice/Renderer/DebugRendererTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Invoice\\\\Renderer\\\\DebugRendererTest\\:\\:testRender\\(\\) has parameter \\$metaFields with no type specified\\.$#"
|
|
count: 1
|
|
path: Invoice/Renderer/DebugRendererTest.php
|
|
|
|
-
|
|
message: "#^Method class@anonymous/Invoice/Renderer/DebugRendererTest\\.php\\:35\\:\\:hydrate\\(\\) return type has no value type specified in iterable type array\\.$#"
|
|
count: 1
|
|
path: Invoice/Renderer/DebugRendererTest.php
|
|
|
|
-
|
|
message: "#^Method class@anonymous/Invoice/Renderer/DebugRendererTest\\.php\\:47\\:\\:hydrate\\(\\) return type has no value type specified in iterable type array\\.$#"
|
|
count: 1
|
|
path: Invoice/Renderer/DebugRendererTest.php
|
|
|
|
-
|
|
message: "#^Parameter \\#1 \\$json of function json_decode expects string, string\\|false given\\.$#"
|
|
count: 1
|
|
path: Invoice/Renderer/DebugRendererTest.php
|
|
|
|
-
|
|
message: "#^Parameter \\#1 \\$model of method App\\\\Tests\\\\Invoice\\\\Renderer\\\\DebugRendererTest\\:\\:assertEntryStructure\\(\\) expects array, mixed given\\.$#"
|
|
count: 1
|
|
path: Invoice/Renderer/DebugRendererTest.php
|
|
|
|
-
|
|
message: "#^Parameter \\#1 \\$model of method App\\\\Tests\\\\Invoice\\\\Renderer\\\\DebugRendererTest\\:\\:assertModelStructure\\(\\) expects array, mixed given\\.$#"
|
|
count: 1
|
|
path: Invoice/Renderer/DebugRendererTest.php
|
|
|
|
-
|
|
message: "#^Parameter \\#1 \\$value of function count expects array\\|Countable, mixed given\\.$#"
|
|
count: 1
|
|
path: Invoice/Renderer/DebugRendererTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Invoice\\\\Renderer\\\\DocxRendererTest\\:\\:getAbstractRenderer\\(\\) should return App\\\\Invoice\\\\Renderer\\\\AbstractRenderer but returns object\\.$#"
|
|
count: 1
|
|
path: Invoice/Renderer/DocxRendererTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Invoice\\\\Renderer\\\\OdsRendererTest\\:\\:getAbstractRenderer\\(\\) should return App\\\\Invoice\\\\Renderer\\\\AbstractRenderer but returns object\\.$#"
|
|
count: 1
|
|
path: Invoice/Renderer/OdsRendererTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Invoice\\\\Renderer\\\\OdsRendererTest\\:\\:getTestModel\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Invoice/Renderer/OdsRendererTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Invoice\\\\Renderer\\\\OdsRendererTest\\:\\:testRender\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Invoice/Renderer/OdsRendererTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Invoice\\\\Renderer\\\\OdsRendererTest\\:\\:testRender\\(\\) has parameter \\$expectedDescriptions with no type specified\\.$#"
|
|
count: 1
|
|
path: Invoice/Renderer/OdsRendererTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Invoice\\\\Renderer\\\\OdsRendererTest\\:\\:testRender\\(\\) has parameter \\$expectedRate with no type specified\\.$#"
|
|
count: 1
|
|
path: Invoice/Renderer/OdsRendererTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Invoice\\\\Renderer\\\\OdsRendererTest\\:\\:testRender\\(\\) has parameter \\$expectedRows with no type specified\\.$#"
|
|
count: 1
|
|
path: Invoice/Renderer/OdsRendererTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Invoice\\\\Renderer\\\\OdsRendererTest\\:\\:testRender\\(\\) has parameter \\$expectedUser1 with no type specified\\.$#"
|
|
count: 1
|
|
path: Invoice/Renderer/OdsRendererTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Invoice\\\\Renderer\\\\OdsRendererTest\\:\\:testRender\\(\\) has parameter \\$expectedUser2 with no type specified\\.$#"
|
|
count: 1
|
|
path: Invoice/Renderer/OdsRendererTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Invoice\\\\Renderer\\\\OdsRendererTest\\:\\:testRender\\(\\) has parameter \\$expectedUser3 with no type specified\\.$#"
|
|
count: 1
|
|
path: Invoice/Renderer/OdsRendererTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Invoice\\\\Renderer\\\\OdsRendererTest\\:\\:testSupports\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Invoice/Renderer/OdsRendererTest.php
|
|
|
|
-
|
|
message: "#^Cannot call method push\\(\\) on object\\|null\\.$#"
|
|
count: 1
|
|
path: Invoice/Renderer/PdfRendererTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Invoice\\\\Renderer\\\\PdfRendererTest\\:\\:getAbstractRenderer\\(\\) should return App\\\\Invoice\\\\Renderer\\\\AbstractRenderer but returns object\\.$#"
|
|
count: 1
|
|
path: Invoice/Renderer/PdfRendererTest.php
|
|
|
|
-
|
|
message: "#^Parameter \\#2 \\$cacheDirectory of class App\\\\Pdf\\\\MPdfConverter constructor expects string, array\\|bool\\|float\\|int\\|string\\|null given\\.$#"
|
|
count: 1
|
|
path: Invoice/Renderer/PdfRendererTest.php
|
|
|
|
-
|
|
message: "#^Parameter \\#2 \\$haystack of method PHPUnit\\\\Framework\\\\Assert\\:\\:assertStringContainsString\\(\\) expects string, string\\|null given\\.$#"
|
|
count: 3
|
|
path: Invoice/Renderer/PdfRendererTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Invoice\\\\Renderer\\\\TwigRendererTest\\:\\:getAbstractRenderer\\(\\) should return App\\\\Invoice\\\\Renderer\\\\AbstractRenderer but returns object\\.$#"
|
|
count: 1
|
|
path: Invoice/Renderer/TwigRendererTest.php
|
|
|
|
-
|
|
message: "#^Parameter \\#1 \\$haystack of function substr_count expects string, string\\|false given\\.$#"
|
|
count: 1
|
|
path: Invoice/Renderer/TwigRendererTest.php
|
|
|
|
-
|
|
message: "#^Parameter \\#2 \\$haystack of method PHPUnit\\\\Framework\\\\Assert\\:\\:assertStringContainsString\\(\\) expects string, string\\|false given\\.$#"
|
|
count: 3
|
|
path: Invoice/Renderer/TwigRendererTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Invoice\\\\Renderer\\\\XlsxRendererTest\\:\\:getAbstractRenderer\\(\\) should return App\\\\Invoice\\\\Renderer\\\\AbstractRenderer but returns object\\.$#"
|
|
count: 1
|
|
path: Invoice/Renderer/XlsxRendererTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Invoice\\\\Renderer\\\\XlsxRendererTest\\:\\:getTestModel\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Invoice/Renderer/XlsxRendererTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Invoice\\\\Renderer\\\\XlsxRendererTest\\:\\:testRender\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Invoice/Renderer/XlsxRendererTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Invoice\\\\Renderer\\\\XlsxRendererTest\\:\\:testRender\\(\\) has parameter \\$expectedDescriptions with no type specified\\.$#"
|
|
count: 1
|
|
path: Invoice/Renderer/XlsxRendererTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Invoice\\\\Renderer\\\\XlsxRendererTest\\:\\:testRender\\(\\) has parameter \\$expectedRate with no type specified\\.$#"
|
|
count: 1
|
|
path: Invoice/Renderer/XlsxRendererTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Invoice\\\\Renderer\\\\XlsxRendererTest\\:\\:testRender\\(\\) has parameter \\$expectedRows with no type specified\\.$#"
|
|
count: 1
|
|
path: Invoice/Renderer/XlsxRendererTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Invoice\\\\Renderer\\\\XlsxRendererTest\\:\\:testRender\\(\\) has parameter \\$expectedUser1 with no type specified\\.$#"
|
|
count: 1
|
|
path: Invoice/Renderer/XlsxRendererTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Invoice\\\\Renderer\\\\XlsxRendererTest\\:\\:testRender\\(\\) has parameter \\$expectedUser2 with no type specified\\.$#"
|
|
count: 1
|
|
path: Invoice/Renderer/XlsxRendererTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Invoice\\\\Renderer\\\\XlsxRendererTest\\:\\:testRender\\(\\) has parameter \\$expectedUser3 with no type specified\\.$#"
|
|
count: 1
|
|
path: Invoice/Renderer/XlsxRendererTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Invoice\\\\Renderer\\\\XlsxRendererTest\\:\\:testSupports\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Invoice/Renderer/XlsxRendererTest.php
|
|
|
|
-
|
|
message: "#^Cannot call method getLanguage\\(\\) on App\\\\Entity\\\\InvoiceTemplate\\|null\\.$#"
|
|
count: 1
|
|
path: Invoice/ServiceInvoiceTest.php
|
|
|
|
-
|
|
message: "#^Cannot call method getTotal\\(\\) on App\\\\Invoice\\\\CalculatorInterface\\|null\\.$#"
|
|
count: 4
|
|
path: Invoice/ServiceInvoiceTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Invoice\\\\ServiceInvoiceTest\\:\\:getSut\\(\\) has parameter \\$paths with no value type specified in iterable type array\\.$#"
|
|
count: 1
|
|
path: Invoice/ServiceInvoiceTest.php
|
|
|
|
-
|
|
message: "#^Parameter \\#1 \\$dataDir of class App\\\\Utils\\\\FileHelper constructor expects string, string\\|false given\\.$#"
|
|
count: 1
|
|
path: Invoice/ServiceInvoiceTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\KernelTest\\:\\:testBuild\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: KernelTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Ldap\\\\LdapDriverExceptionTest\\:\\:testConstruct\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Ldap/LdapDriverExceptionTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Ldap\\\\LdapManagerTest\\:\\:getLdapManager\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Ldap/LdapManagerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Ldap\\\\LdapManagerTest\\:\\:getLdapManager\\(\\) has parameter \\$roleConfig with no type specified\\.$#"
|
|
count: 1
|
|
path: Ldap/LdapManagerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Ldap\\\\LdapManagerTest\\:\\:getValidConfigsTestData\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Ldap/LdapManagerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Ldap\\\\LdapManagerTest\\:\\:testBind\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Ldap/LdapManagerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Ldap\\\\LdapManagerTest\\:\\:testEmptyHydrate\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Ldap/LdapManagerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Ldap\\\\LdapManagerTest\\:\\:testEmptyHydrateThrowsException\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Ldap/LdapManagerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Ldap\\\\LdapManagerTest\\:\\:testFindUserByOnMultiResults\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Ldap/LdapManagerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Ldap\\\\LdapManagerTest\\:\\:testFindUserByOnValidResult\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Ldap/LdapManagerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Ldap\\\\LdapManagerTest\\:\\:testFindUserByOnZeroResults\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Ldap/LdapManagerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Ldap\\\\LdapManagerTest\\:\\:testFindUserByUsernameOnMultiResults\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Ldap/LdapManagerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Ldap\\\\LdapManagerTest\\:\\:testFindUserByUsernameOnValidResult\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Ldap/LdapManagerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Ldap\\\\LdapManagerTest\\:\\:testFindUserByUsernameOnZeroResults\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Ldap/LdapManagerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Ldap\\\\LdapManagerTest\\:\\:testHydrate\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Ldap/LdapManagerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Ldap\\\\LdapManagerTest\\:\\:testHydrateRoles\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Ldap/LdapManagerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Ldap\\\\LdapManagerTest\\:\\:testHydrateUser\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Ldap/LdapManagerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Ldap\\\\LdapManagerTest\\:\\:testHydrateWithDepercatedSetter\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Ldap/LdapManagerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Ldap\\\\LdapManagerTest\\:\\:testUpdateUserOnMultiResults\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Ldap/LdapManagerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Ldap\\\\LdapManagerTest\\:\\:testUpdateUserOnValidResultWithEmptyRoleBaseDn\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Ldap/LdapManagerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Ldap\\\\LdapManagerTest\\:\\:testUpdateUserOnValidResultWithRolesResult\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Ldap/LdapManagerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Ldap\\\\LdapManagerTest\\:\\:testUpdateUserOnValidResultWithRolesResult\\(\\) has parameter \\$expectedUsers with no value type specified in iterable type array\\.$#"
|
|
count: 1
|
|
path: Ldap/LdapManagerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Ldap\\\\LdapManagerTest\\:\\:testUpdateUserOnValidResultWithRolesResult\\(\\) has parameter \\$groupConfig with no value type specified in iterable type array\\.$#"
|
|
count: 1
|
|
path: Ldap/LdapManagerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Ldap\\\\LdapManagerTest\\:\\:testUpdateUserOnZeroResults\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Ldap/LdapManagerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Ldap\\\\SanitizingExceptionTest\\:\\:testMessagesAreSanitized\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Ldap/SanitizingExceptionTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Mail\\\\KimaiMailerTest\\:\\:testSendSetsFrom\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Mail/KimaiMailerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Mocks\\\\AbstractMockFactory\\:\\:createMock\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Mocks/AbstractMockFactory.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Mocks\\\\AbstractMockFactory\\:\\:getMockBuilder\\(\\) return type with generic class PHPUnit\\\\Framework\\\\MockObject\\\\MockBuilder does not specify its types\\: TMockedClass$#"
|
|
count: 1
|
|
path: Mocks/AbstractMockFactory.php
|
|
|
|
-
|
|
message: "#^Parameter \\#2 \\$type of class PHPUnit\\\\Framework\\\\MockObject\\\\MockBuilder constructor expects class\\-string\\<TMockedClass\\>, string given\\.$#"
|
|
count: 1
|
|
path: Mocks/AbstractMockFactory.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Mocks\\\\ActivityTestMetaFieldSubscriberMock\\:\\:loadMeta\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Mocks/ActivityTestMetaFieldSubscriberMock.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Mocks\\\\CustomerTestMetaFieldSubscriberMock\\:\\:loadMeta\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Mocks/CustomerTestMetaFieldSubscriberMock.php
|
|
|
|
-
|
|
message: "#^Parameter \\#1 \\$dataDir of class App\\\\Utils\\\\FileHelper constructor expects string, string\\|false given\\.$#"
|
|
count: 1
|
|
path: Mocks/FileHelperFactory.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Mocks\\\\ProjectTestMetaFieldSubscriberMock\\:\\:loadMeta\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Mocks/ProjectTestMetaFieldSubscriberMock.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Mocks\\\\RoundingServiceFactory\\:\\:create\\(\\) has parameter \\$rules with no value type specified in iterable type array\\.$#"
|
|
count: 1
|
|
path: Mocks/RoundingServiceFactory.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Mocks\\\\Saml\\\\SamlAuthFactoryFactory\\:\\:create\\(\\) has parameter \\$connection with no value type specified in iterable type array\\.$#"
|
|
count: 1
|
|
path: Mocks/Saml/SamlAuthFactoryFactory.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Mocks\\\\TimesheetTestMetaFieldSubscriberMock\\:\\:loadMeta\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Mocks/TimesheetTestMetaFieldSubscriberMock.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Mocks\\\\TrackingModeServiceFactory\\:\\:create\\(\\) has parameter \\$modes with no value type specified in iterable type array\\.$#"
|
|
count: 1
|
|
path: Mocks/TrackingModeServiceFactory.php
|
|
|
|
-
|
|
message: "#^Cannot access offset 'amount' on mixed\\.$#"
|
|
count: 1
|
|
path: Model/AbstractTimesheetCountedStatisticTest.php
|
|
|
|
-
|
|
message: "#^Cannot access offset 'amount'\\|'amount_billable'\\|'amount_exported'\\|'duration'\\|'duration_billable'\\|'duration_billable…'\\|'duration_exported'\\|'rate'\\|'rate_billable'\\|'rate_exported'\\|'rate_internal' on mixed\\.$#"
|
|
count: 1
|
|
path: Model/AbstractTimesheetCountedStatisticTest.php
|
|
|
|
-
|
|
message: "#^Cannot access offset 'amount_billable' on mixed\\.$#"
|
|
count: 1
|
|
path: Model/AbstractTimesheetCountedStatisticTest.php
|
|
|
|
-
|
|
message: "#^Cannot access offset 'amount_exported' on mixed\\.$#"
|
|
count: 1
|
|
path: Model/AbstractTimesheetCountedStatisticTest.php
|
|
|
|
-
|
|
message: "#^Cannot access offset 'duration' on mixed\\.$#"
|
|
count: 1
|
|
path: Model/AbstractTimesheetCountedStatisticTest.php
|
|
|
|
-
|
|
message: "#^Cannot access offset 'duration_billable' on mixed\\.$#"
|
|
count: 1
|
|
path: Model/AbstractTimesheetCountedStatisticTest.php
|
|
|
|
-
|
|
message: "#^Cannot access offset 'duration_billable…' on mixed\\.$#"
|
|
count: 1
|
|
path: Model/AbstractTimesheetCountedStatisticTest.php
|
|
|
|
-
|
|
message: "#^Cannot access offset 'duration_exported' on mixed\\.$#"
|
|
count: 1
|
|
path: Model/AbstractTimesheetCountedStatisticTest.php
|
|
|
|
-
|
|
message: "#^Cannot access offset 'rate' on mixed\\.$#"
|
|
count: 1
|
|
path: Model/AbstractTimesheetCountedStatisticTest.php
|
|
|
|
-
|
|
message: "#^Cannot access offset 'rate_billable' on mixed\\.$#"
|
|
count: 1
|
|
path: Model/AbstractTimesheetCountedStatisticTest.php
|
|
|
|
-
|
|
message: "#^Cannot access offset 'rate_billable…' on mixed\\.$#"
|
|
count: 1
|
|
path: Model/AbstractTimesheetCountedStatisticTest.php
|
|
|
|
-
|
|
message: "#^Cannot access offset 'rate_internal' on mixed\\.$#"
|
|
count: 1
|
|
path: Model/AbstractTimesheetCountedStatisticTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Model\\\\AbstractTimesheetCountedStatisticTest\\:\\:assertDefaultValues\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Model/AbstractTimesheetCountedStatisticTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Model\\\\AbstractTimesheetCountedStatisticTest\\:\\:assertJsonSerialize\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Model/AbstractTimesheetCountedStatisticTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Model\\\\AbstractTimesheetCountedStatisticTest\\:\\:assertSetter\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Model/AbstractTimesheetCountedStatisticTest.php
|
|
|
|
-
|
|
message: "#^Parameter \\#2 \\$array of static method PHPUnit\\\\Framework\\\\Assert\\:\\:assertArrayHasKey\\(\\) expects array\\|ArrayAccess, mixed given\\.$#"
|
|
count: 2
|
|
path: Model/AbstractTimesheetCountedStatisticTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Model\\\\ActivityBudgetStatisticModelTest\\:\\:testAdditionals\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Model/ActivityBudgetStatisticModelTest.php
|
|
|
|
-
|
|
message: "#^Cannot access offset 'color' on mixed\\.$#"
|
|
count: 1
|
|
path: Model/ActivityStatisticTest.php
|
|
|
|
-
|
|
message: "#^Cannot access offset 'name' on mixed\\.$#"
|
|
count: 1
|
|
path: Model/ActivityStatisticTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Model\\\\ActivityStatisticTest\\:\\:testAdditionalSetter\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Model/ActivityStatisticTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Model\\\\ActivityStatisticTest\\:\\:testDefaultValues\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Model/ActivityStatisticTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Model\\\\ActivityStatisticTest\\:\\:testJsonSerialize\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Model/ActivityStatisticTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Model\\\\ActivityStatisticTest\\:\\:testSetter\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Model/ActivityStatisticTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Model\\\\BudgetStatisticModelTest\\:\\:assertCalculation\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Model/BudgetStatisticModelTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Model\\\\BudgetStatisticModelTest\\:\\:assertDefaults\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Model/BudgetStatisticModelTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Model\\\\BudgetStatisticModelTest\\:\\:assertSetter\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Model/BudgetStatisticModelTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Model\\\\BudgetStatisticModelTest\\:\\:testCalculation\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Model/BudgetStatisticModelTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Model\\\\BudgetStatisticModelTest\\:\\:testDefaults\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Model/BudgetStatisticModelTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Model\\\\BudgetStatisticModelTest\\:\\:testSetter\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Model/BudgetStatisticModelTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Model\\\\CustomerBudgetStatisticModelTest\\:\\:testAdditionals\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Model/CustomerBudgetStatisticModelTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Model\\\\CustomerStatisticTest\\:\\:testDefaultValues\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Model/CustomerStatisticTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Model\\\\CustomerStatisticTest\\:\\:testJsonSerialize\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Model/CustomerStatisticTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Model\\\\CustomerStatisticTest\\:\\:testSetter\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Model/CustomerStatisticTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Model\\\\DailyStatisticTest\\:\\:testStatistic\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Model/DailyStatisticTest.php
|
|
|
|
-
|
|
message: "#^Argument of an invalid type array\\|null supplied for foreach, only iterables are supported\\.$#"
|
|
count: 1
|
|
path: Model/MonthlyStatisticTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Model\\\\MonthlyStatisticTest\\:\\:testStatistic\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Model/MonthlyStatisticTest.php
|
|
|
|
-
|
|
message: "#^Parameter \\#2 \\$haystack of static method PHPUnit\\\\Framework\\\\Assert\\:\\:assertCount\\(\\) expects Countable\\|iterable, array\\|null given\\.$#"
|
|
count: 1
|
|
path: Model/MonthlyStatisticTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Model\\\\ProjectBudgetStatisticModelTest\\:\\:testAdditionals\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Model/ProjectBudgetStatisticModelTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Model\\\\ProjectStatisticTest\\:\\:testDefaultValues\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Model/ProjectStatisticTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Model\\\\ProjectStatisticTest\\:\\:testJsonSerialize\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Model/ProjectStatisticTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Model\\\\ProjectStatisticTest\\:\\:testSetter\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Model/ProjectStatisticTest.php
|
|
|
|
-
|
|
message: "#^Cannot call method format\\(\\) on DateTime\\|null\\.$#"
|
|
count: 2
|
|
path: Model/QuickEntryModelTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Model\\\\Statistic\\\\AbstractTimesheetTest\\:\\:assertDefaultValues\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Model/Statistic/AbstractTimesheetTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Model\\\\Statistic\\\\AbstractTimesheetTest\\:\\:assertSetter\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Model/Statistic/AbstractTimesheetTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Model\\\\Statistic\\\\BudgetStatisticTest\\:\\:testDefaultValues\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Model/Statistic/BudgetStatisticTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Model\\\\Statistic\\\\BudgetStatisticTest\\:\\:testJsonSerialize\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Model/Statistic/BudgetStatisticTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Model\\\\Statistic\\\\BudgetStatisticTest\\:\\:testSetter\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Model/Statistic/BudgetStatisticTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Model\\\\Statistic\\\\DayTest\\:\\:testAllowedMonths\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Model/Statistic/DayTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Model\\\\Statistic\\\\DayTest\\:\\:testConstruct\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Model/Statistic/DayTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Model\\\\Statistic\\\\DayTest\\:\\:testDefaultValues\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Model/Statistic/DayTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Model\\\\Statistic\\\\DayTest\\:\\:testSetDetails\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Model/Statistic/DayTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Model\\\\Statistic\\\\DayTest\\:\\:testSetter\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Model/Statistic/DayTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Model\\\\Statistic\\\\MonthTest\\:\\:getInvalidTestData\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Model/Statistic/MonthTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Model\\\\Statistic\\\\MonthTest\\:\\:getTestData\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Model/Statistic/MonthTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Model\\\\Statistic\\\\MonthTest\\:\\:testAllowedMonths\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Model/Statistic/MonthTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Model\\\\Statistic\\\\MonthTest\\:\\:testAllowedMonths\\(\\) has parameter \\$init with no type specified\\.$#"
|
|
count: 1
|
|
path: Model/Statistic/MonthTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Model\\\\Statistic\\\\MonthTest\\:\\:testAllowedMonths\\(\\) has parameter \\$month with no type specified\\.$#"
|
|
count: 1
|
|
path: Model/Statistic/MonthTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Model\\\\Statistic\\\\MonthTest\\:\\:testAllowedMonths\\(\\) has parameter \\$number with no type specified\\.$#"
|
|
count: 1
|
|
path: Model/Statistic/MonthTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Model\\\\Statistic\\\\MonthTest\\:\\:testDefaultValues\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Model/Statistic/MonthTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Model\\\\Statistic\\\\MonthTest\\:\\:testInvalidMonths\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Model/Statistic/MonthTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Model\\\\Statistic\\\\MonthTest\\:\\:testInvalidMonths\\(\\) has parameter \\$month with no type specified\\.$#"
|
|
count: 1
|
|
path: Model/Statistic/MonthTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Model\\\\Statistic\\\\MonthTest\\:\\:testSetter\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Model/Statistic/MonthTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Model\\\\Statistic\\\\StatisticDateTest\\:\\:testAdditionalMethods\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Model/Statistic/StatisticDateTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Model\\\\Statistic\\\\StatisticDateTest\\:\\:testDefaultValues\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Model/Statistic/StatisticDateTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Model\\\\Statistic\\\\StatisticDateTest\\:\\:testSetter\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Model/Statistic/StatisticDateTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Model\\\\Statistic\\\\TimesheetTest\\:\\:testDefaultValues\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Model/Statistic/TimesheetTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Model\\\\Statistic\\\\TimesheetTest\\:\\:testSetter\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Model/Statistic/TimesheetTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Model\\\\TimesheetCountedStatisticTest\\:\\:testDefaultValues\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Model/TimesheetCountedStatisticTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Model\\\\TimesheetCountedStatisticTest\\:\\:testJsonSerialize\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Model/TimesheetCountedStatisticTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Model\\\\TimesheetCountedStatisticTest\\:\\:testSetter\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Model/TimesheetCountedStatisticTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Model\\\\TimesheetStatisticTest\\:\\:testDefaultValues\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Model/TimesheetStatisticTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Model\\\\TimesheetStatisticTest\\:\\:testSetter\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Model/TimesheetStatisticTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Model\\\\UserStatisticTest\\:\\:testAdditionalValues\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Model/UserStatisticTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Model\\\\UserStatisticTest\\:\\:testDefaultValues\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Model/UserStatisticTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Model\\\\UserStatisticTest\\:\\:testJsonSerialize\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Model/UserStatisticTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Model\\\\UserStatisticTest\\:\\:testSetter\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Model/UserStatisticTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Pdf\\\\MPdfConverterTest\\:\\:test\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Pdf/MPdfConverterTest.php
|
|
|
|
-
|
|
message: "#^Parameter \\#2 \\$cacheDirectory of class App\\\\Pdf\\\\MPdfConverter constructor expects string, array\\|bool\\|float\\|int\\|string\\|null given\\.$#"
|
|
count: 1
|
|
path: Pdf/MPdfConverterTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Pdf\\\\PdfContextTest\\:\\:testEmptyObject\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Pdf/PdfContextTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Pdf\\\\PdfContextTest\\:\\:testSetterAndGetter\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Pdf/PdfContextTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Project\\\\ProjectServiceTest\\:\\:testCannotSavePersistedProjectAsNew\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Project/ProjectServiceTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Project\\\\ProjectServiceTest\\:\\:testCreateNewProjectCopiesTeam\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Project/ProjectServiceTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Project\\\\ProjectServiceTest\\:\\:testCreateNewProjectDispatchesEvents\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Project/ProjectServiceTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Project\\\\ProjectServiceTest\\:\\:testCreateNewProjectWithoutCustomer\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Project/ProjectServiceTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Project\\\\ProjectServiceTest\\:\\:testSaveNewProjectDispatchesEvents\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Project/ProjectServiceTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Project\\\\ProjectServiceTest\\:\\:testSaveNewProjectHasValidationError\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Project/ProjectServiceTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Project\\\\ProjectServiceTest\\:\\:testUpdateDispatchesEvents\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Project/ProjectServiceTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Reporting\\\\AbstractDateByUserTest\\:\\:testEmptyObject\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Reporting/AbstractDateByUserTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Reporting\\\\AbstractDateByUserTest\\:\\:testInvalidSumType\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Reporting/AbstractDateByUserTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Reporting\\\\AbstractDateByUserTest\\:\\:testSetter\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Reporting/AbstractDateByUserTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Reporting\\\\AbstractUserListTest\\:\\:testEmptyObject\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Reporting/AbstractUserListTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Reporting\\\\AbstractUserListTest\\:\\:testInvalidSumType\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Reporting/AbstractUserListTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Reporting\\\\AbstractUserListTest\\:\\:testSetter\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Reporting/AbstractUserListTest.php
|
|
|
|
-
|
|
message: "#^Cannot call method getTimestamp\\(\\) on DateTime\\|null\\.$#"
|
|
count: 2
|
|
path: Reporting/ProjectDateRange/ProjectDateRangeQueryTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Reporting\\\\ProjectDateRange\\\\ProjectDateRangeQueryTest\\:\\:testDefaults\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Reporting/ProjectDateRange/ProjectDateRangeQueryTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Reporting\\\\ProjectDateRange\\\\ProjectDateRangeQueryTest\\:\\:testSetterGetter\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Reporting/ProjectDateRange/ProjectDateRangeQueryTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Reporting\\\\ProjectDetails\\\\ProjectDetailsModelTest\\:\\:testDefaults\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Reporting/ProjectDetails/ProjectDetailsModelTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Reporting\\\\ProjectDetails\\\\ProjectDetailsModelTest\\:\\:testGetYearsSorted\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Reporting/ProjectDetails/ProjectDetailsModelTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Reporting\\\\ProjectDetails\\\\ProjectDetailsQueryTest\\:\\:testDefaults\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Reporting/ProjectDetails/ProjectDetailsQueryTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Reporting\\\\ProjectDetails\\\\ProjectDetailsQueryTest\\:\\:testSetterGetter\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Reporting/ProjectDetails/ProjectDetailsQueryTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Reporting\\\\ProjectInactive\\\\ProjectInactiveQueryTest\\:\\:testDefaults\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Reporting/ProjectInactive/ProjectInactiveQueryTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Reporting\\\\ProjectInactive\\\\ProjectInactiveQueryTest\\:\\:testSetterGetter\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Reporting/ProjectInactive/ProjectInactiveQueryTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Reporting\\\\ProjectView\\\\ProjectViewQueryTest\\:\\:testDefaults\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Reporting/ProjectView/ProjectViewQueryTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Reporting\\\\ProjectView\\\\ProjectViewQueryTest\\:\\:testSetterGetter\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Reporting/ProjectView/ProjectViewQueryTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Reporting\\\\ReportTest\\:\\:testEmptyObject\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Reporting/ReportTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Reporting\\\\ReportingServiceTest\\:\\:testGetAvailableReports\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Reporting/ReportingServiceTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Reporting\\\\ReportingServiceTest\\:\\:testGetAvailableReportsWithPermission\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Reporting/ReportingServiceTest.php
|
|
|
|
-
|
|
message: "#^Cannot call method getManager\\(\\) on object\\|null\\.$#"
|
|
count: 1
|
|
path: Repository/AbstractRepositoryTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Repository\\\\AbstractRepositoryTest\\:\\:getEntityManager\\(\\) should return Doctrine\\\\Persistence\\\\ObjectManager but returns Doctrine\\\\Persistence\\\\ObjectManager\\|null\\.$#"
|
|
count: 1
|
|
path: Repository/AbstractRepositoryTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Repository\\\\AbstractRepositoryTest\\:\\:importFixture\\(\\) return type has no value type specified in iterable type array\\.$#"
|
|
count: 1
|
|
path: Repository/AbstractRepositoryTest.php
|
|
|
|
-
|
|
message: "#^Parameter \\#1 \\$directory of method App\\\\Repository\\\\InvoiceDocumentRepository\\:\\:addDirectory\\(\\) expects string, string\\|false given\\.$#"
|
|
count: 1
|
|
path: Repository/InvoiceDocumentRepositoryTest.php
|
|
|
|
-
|
|
message: "#^Parameter \\#3 \\$length of function substr expects int\\|null, int\\<0, max\\>\\|false given\\.$#"
|
|
count: 3
|
|
path: Repository/InvoiceDocumentRepositoryTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Repository\\\\Loader\\\\AbstractLoaderTest\\:\\:getEntityManagerMock\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Repository/Loader/AbstractLoaderTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Repository\\\\Loader\\\\AbstractLoaderTest\\:\\:getEntityManagerMock\\(\\) has parameter \\$resultMock with no type specified\\.$#"
|
|
count: 1
|
|
path: Repository/Loader/AbstractLoaderTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Repository\\\\Loader\\\\ActivityLoaderTest\\:\\:testLoadResults\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Repository/Loader/ActivityLoaderTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Repository\\\\Loader\\\\CustomerLoaderTest\\:\\:testLoadResults\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Repository/Loader/CustomerLoaderTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Repository\\\\Loader\\\\DefaultLoaderTest\\:\\:testLoadResults\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Repository/Loader/DefaultLoaderTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Repository\\\\Loader\\\\InvoiceLoaderTest\\:\\:testLoadResults\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Repository/Loader/InvoiceLoaderTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Repository\\\\Loader\\\\ProjectLoaderTest\\:\\:testLoadResults\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Repository/Loader/ProjectLoaderTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Repository\\\\Loader\\\\TeamLoaderTest\\:\\:testLoadResults\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Repository/Loader/TeamLoaderTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Repository\\\\Paginator\\\\QueryBuilderPaginatorTest\\:\\:testPaginator\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Repository/Paginator/QueryBuilderPaginatorTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Repository\\\\Query\\\\BaseFormTypeQueryTest\\:\\:assertActivity\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Repository/Query/BaseFormTypeQueryTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Repository\\\\Query\\\\BaseFormTypeQueryTest\\:\\:assertBaseQuery\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Repository/Query/BaseFormTypeQueryTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Repository\\\\Query\\\\BaseFormTypeQueryTest\\:\\:assertCustomer\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Repository/Query/BaseFormTypeQueryTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Repository\\\\Query\\\\BaseFormTypeQueryTest\\:\\:assertProject\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Repository/Query/BaseFormTypeQueryTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Repository\\\\Query\\\\BaseFormTypeQueryTest\\:\\:assertTeams\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Repository/Query/BaseFormTypeQueryTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Repository\\\\Query\\\\BaseFormTypeQueryTest\\:\\:assertUser\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Repository/Query/BaseFormTypeQueryTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Repository\\\\Query\\\\BaseQueryTest\\:\\:assertBaseQuery\\(\\) has parameter \\$order with no type specified\\.$#"
|
|
count: 1
|
|
path: Repository/Query/BaseQueryTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Repository\\\\Query\\\\BaseQueryTest\\:\\:assertBaseQuery\\(\\) has parameter \\$orderBy with no type specified\\.$#"
|
|
count: 1
|
|
path: Repository/Query/BaseQueryTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Repository\\\\Query\\\\BaseQueryTest\\:\\:assertOrder\\(\\) has parameter \\$order with no type specified\\.$#"
|
|
count: 1
|
|
path: Repository/Query/BaseQueryTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Repository\\\\Query\\\\BaseQueryTest\\:\\:assertOrderBy\\(\\) has parameter \\$column with no type specified\\.$#"
|
|
count: 1
|
|
path: Repository/Query/BaseQueryTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Repository\\\\Query\\\\BaseQueryTest\\:\\:assertResetByFormError\\(\\) has parameter \\$order with no type specified\\.$#"
|
|
count: 1
|
|
path: Repository/Query/BaseQueryTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Repository\\\\Query\\\\BaseQueryTest\\:\\:assertResetByFormError\\(\\) has parameter \\$orderBy with no type specified\\.$#"
|
|
count: 1
|
|
path: Repository/Query/BaseQueryTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Repository\\\\Query\\\\BaseQueryTest\\:\\:resetByFormError\\(\\) has parameter \\$invalidFields with no value type specified in iterable type array\\.$#"
|
|
count: 1
|
|
path: Repository/Query/BaseQueryTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Repository\\\\Query\\\\ExportQueryTest\\:\\:assertMarkAsExported\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Repository/Query/ExportQueryTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Repository\\\\Query\\\\ExportQueryTest\\:\\:assertRenderer\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Repository/Query/ExportQueryTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Repository\\\\Query\\\\TeamQueryTest\\:\\:assertUsers\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Repository/Query/TeamQueryTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Repository\\\\Result\\\\TimesheetResultStatisticTest\\:\\:testConstruct\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Repository/Result/TimesheetResultStatisticTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Repository\\\\TagRepositoryTest\\:\\:testFindAllTagNames\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Repository/TagRepositoryTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Repository\\\\TagRepositoryTest\\:\\:testFindNoTagNames\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Repository/TagRepositoryTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Repository\\\\TimesheetInvoiceItemRepositoryTest\\:\\:testSetExported\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Repository/TimesheetInvoiceItemRepositoryTest.php
|
|
|
|
-
|
|
message: "#^Parameter \\#1 \\$invoiceItems of method App\\\\Repository\\\\TimesheetInvoiceItemRepository\\:\\:setExported\\(\\) expects array\\<App\\\\Entity\\\\ExportableItem\\>, array\\<int, App\\\\Entity\\\\Activity\\|App\\\\Entity\\\\Timesheet\\|stdClass\\|null\\> given\\.$#"
|
|
count: 1
|
|
path: Repository/TimesheetInvoiceItemRepositoryTest.php
|
|
|
|
-
|
|
message: "#^Cannot call method getId\\(\\) on mixed\\.$#"
|
|
count: 2
|
|
path: Repository/TimesheetRepositoryTest.php
|
|
|
|
-
|
|
message: "#^Cannot call method getName\\(\\) on mixed\\.$#"
|
|
count: 2
|
|
path: Repository/TimesheetRepositoryTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Repository\\\\TimesheetRepositoryTest\\:\\:testResultTypeForQueryState\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Repository/TimesheetRepositoryTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Repository\\\\TimesheetRepositoryTest\\:\\:testSave\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Repository/TimesheetRepositoryTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Repository\\\\TimesheetRepositoryTest\\:\\:testSaveWithTags\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Repository/TimesheetRepositoryTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Saml\\\\SamlBadgeTest\\:\\:testConstruct\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Saml/SamlBadgeTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Saml\\\\SamlLogoutSubscriberTest\\:\\:testLogout\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Saml/SamlLogoutSubscriberTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Saml\\\\SamlLogoutSubscriberTest\\:\\:testLogoutWithLogoutUrl\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Saml/SamlLogoutSubscriberTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Saml\\\\SamlLogoutSubscriberTest\\:\\:testLogoutWithWrongTokenWillNotCallMethods\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Saml/SamlLogoutSubscriberTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Saml\\\\SamlProviderTest\\:\\:getSamlProvider\\(\\) has parameter \\$mapping with no value type specified in iterable type array\\.$#"
|
|
count: 1
|
|
path: Saml/SamlProviderTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Saml\\\\SamlProviderTest\\:\\:testAuthenticateThrowsAuthenticationException\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Saml/SamlProviderTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Saml\\\\SamlProviderTest\\:\\:testFindUserCreatesNewUser\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Saml/SamlProviderTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Saml\\\\SamlProviderTest\\:\\:testFindUserHydratesUser\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Saml/SamlProviderTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Saml\\\\SamlTokenTest\\:\\:testConstruct\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Saml/SamlTokenTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Saml\\\\Security\\\\SamlAuthenticationSuccessHandlerTest\\:\\:getOption\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Saml/Security/SamlAuthenticationSuccessHandlerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Saml\\\\Security\\\\SamlAuthenticationSuccessHandlerTest\\:\\:getOption\\(\\) has parameter \\$default with no type specified\\.$#"
|
|
count: 1
|
|
path: Saml/Security/SamlAuthenticationSuccessHandlerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Saml\\\\Security\\\\SamlAuthenticationSuccessHandlerTest\\:\\:getOption\\(\\) has parameter \\$handler with no type specified\\.$#"
|
|
count: 1
|
|
path: Saml/Security/SamlAuthenticationSuccessHandlerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Saml\\\\Security\\\\SamlAuthenticationSuccessHandlerTest\\:\\:getOption\\(\\) has parameter \\$name with no type specified\\.$#"
|
|
count: 1
|
|
path: Saml/Security/SamlAuthenticationSuccessHandlerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Saml\\\\Security\\\\SamlAuthenticationSuccessHandlerTest\\:\\:getRequest\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Saml/Security/SamlAuthenticationSuccessHandlerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Saml\\\\Security\\\\SamlAuthenticationSuccessHandlerTest\\:\\:getRequest\\(\\) has parameter \\$path with no type specified\\.$#"
|
|
count: 1
|
|
path: Saml/Security/SamlAuthenticationSuccessHandlerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Saml\\\\Security\\\\SamlAuthenticationSuccessHandlerTest\\:\\:getRequest\\(\\) has parameter \\$relayState with no type specified\\.$#"
|
|
count: 1
|
|
path: Saml/Security/SamlAuthenticationSuccessHandlerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Saml\\\\Security\\\\SamlAuthenticationSuccessHandlerTest\\:\\:getSamlToken\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Saml/Security/SamlAuthenticationSuccessHandlerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Saml\\\\Security\\\\SamlAuthenticationSuccessHandlerTest\\:\\:getUrlGenerator\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Saml/Security/SamlAuthenticationSuccessHandlerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Saml\\\\Security\\\\SamlAuthenticationSuccessHandlerTest\\:\\:testRelayState\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Saml/Security/SamlAuthenticationSuccessHandlerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Saml\\\\Security\\\\SamlAuthenticationSuccessHandlerTest\\:\\:testRelayStateLoop\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Saml/Security/SamlAuthenticationSuccessHandlerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Saml\\\\Security\\\\SamlAuthenticationSuccessHandlerTest\\:\\:testWithAlwaysUseDefaultTargetPath\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Saml/Security/SamlAuthenticationSuccessHandlerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Saml\\\\Security\\\\SamlAuthenticationSuccessHandlerTest\\:\\:testWithoutRelayState\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Saml/Security/SamlAuthenticationSuccessHandlerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Security\\\\AclDecisionManagerTest\\:\\:testFullyAuthenticated\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Security/AclDecisionManagerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Security\\\\AclDecisionManagerTest\\:\\:testIsNotFullyAuthenticated\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Security/AclDecisionManagerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Security\\\\RolePermissionManagerTest\\:\\:testWithConfigData\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Security/RolePermissionManagerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Security\\\\RolePermissionManagerTest\\:\\:testWithEmptyRepository\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Security/RolePermissionManagerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Security\\\\RolePermissionManagerTest\\:\\:testWithMixedData\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Security/RolePermissionManagerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Security\\\\RolePermissionManagerTest\\:\\:testWithRepositoryData\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Security/RolePermissionManagerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Security\\\\RoleServiceTest\\:\\:testWithEmptyRepository\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Security/RoleServiceTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Security\\\\RoleServiceTest\\:\\:testWithRepositoryData\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Security/RoleServiceTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Security\\\\SessionHandlerTest\\:\\:testConstruct\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Security/SessionHandlerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Security\\\\UserCheckerTest\\:\\:testCheckPostAuthReturnsOnUnknownUserClass\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Security/UserCheckerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Security\\\\UserCheckerTest\\:\\:testCheckPreAuthReturnsOnUnknownUserClass\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Security/UserCheckerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Security\\\\UserCheckerTest\\:\\:testDisabledCannotLoginInCheckPostAuth\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Security/UserCheckerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Security\\\\UserCheckerTest\\:\\:testDisabledCannotLoginInCheckPreAuth\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Security/UserCheckerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Timesheet\\\\Calculator\\\\BillableCalculatorTest\\:\\:getTestData\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Timesheet/Calculator/BillableCalculatorTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Timesheet\\\\Calculator\\\\BillableCalculatorTest\\:\\:testCalculate\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Timesheet/Calculator/BillableCalculatorTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Timesheet\\\\Calculator\\\\DurationCalculatorTest\\:\\:getTestData\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Timesheet/Calculator/DurationCalculatorTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Timesheet\\\\Calculator\\\\DurationCalculatorTest\\:\\:testCalculate\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Timesheet/Calculator/DurationCalculatorTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Timesheet\\\\Calculator\\\\DurationCalculatorTest\\:\\:testCalculate\\(\\) has parameter \\$end with no type specified\\.$#"
|
|
count: 1
|
|
path: Timesheet/Calculator/DurationCalculatorTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Timesheet\\\\Calculator\\\\DurationCalculatorTest\\:\\:testCalculate\\(\\) has parameter \\$expectedDuration with no type specified\\.$#"
|
|
count: 1
|
|
path: Timesheet/Calculator/DurationCalculatorTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Timesheet\\\\Calculator\\\\DurationCalculatorTest\\:\\:testCalculate\\(\\) has parameter \\$rules with no type specified\\.$#"
|
|
count: 1
|
|
path: Timesheet/Calculator/DurationCalculatorTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Timesheet\\\\Calculator\\\\DurationCalculatorTest\\:\\:testCalculate\\(\\) has parameter \\$start with no type specified\\.$#"
|
|
count: 1
|
|
path: Timesheet/Calculator/DurationCalculatorTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Timesheet\\\\Calculator\\\\DurationCalculatorTest\\:\\:testCalculateWithEmptyEnd\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Timesheet/Calculator/DurationCalculatorTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Timesheet\\\\Calculator\\\\RateCalculatorTest\\:\\:getRateRepositoryMock\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Timesheet/Calculator/RateCalculatorTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Timesheet\\\\Calculator\\\\RateCalculatorTest\\:\\:getRateRepositoryMock\\(\\) has parameter \\$rates with no value type specified in iterable type array\\.$#"
|
|
count: 1
|
|
path: Timesheet/Calculator/RateCalculatorTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Timesheet\\\\Calculator\\\\RateCalculatorTest\\:\\:getRateTestData\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Timesheet/Calculator/RateCalculatorTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Timesheet\\\\Calculator\\\\RateCalculatorTest\\:\\:getRuleDefinitions\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Timesheet/Calculator/RateCalculatorTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Timesheet\\\\Calculator\\\\RateCalculatorTest\\:\\:getTestUser\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Timesheet/Calculator/RateCalculatorTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Timesheet\\\\Calculator\\\\RateCalculatorTest\\:\\:getTestUser\\(\\) has parameter \\$internalRate with no type specified\\.$#"
|
|
count: 1
|
|
path: Timesheet/Calculator/RateCalculatorTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Timesheet\\\\Calculator\\\\RateCalculatorTest\\:\\:getTestUser\\(\\) has parameter \\$rate with no type specified\\.$#"
|
|
count: 1
|
|
path: Timesheet/Calculator/RateCalculatorTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Timesheet\\\\Calculator\\\\RateCalculatorTest\\:\\:testCalculateWithEmptyEnd\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Timesheet/Calculator/RateCalculatorTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Timesheet\\\\Calculator\\\\RateCalculatorTest\\:\\:testCalculateWithRulesByUsersHourlyRate\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Timesheet/Calculator/RateCalculatorTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Timesheet\\\\Calculator\\\\RateCalculatorTest\\:\\:testCalculateWithRulesByUsersHourlyRate\\(\\) has parameter \\$duration with no type specified\\.$#"
|
|
count: 1
|
|
path: Timesheet/Calculator/RateCalculatorTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Timesheet\\\\Calculator\\\\RateCalculatorTest\\:\\:testCalculateWithRulesByUsersHourlyRate\\(\\) has parameter \\$expectedRate with no type specified\\.$#"
|
|
count: 1
|
|
path: Timesheet/Calculator/RateCalculatorTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Timesheet\\\\Calculator\\\\RateCalculatorTest\\:\\:testCalculateWithRulesByUsersHourlyRate\\(\\) has parameter \\$rules with no type specified\\.$#"
|
|
count: 1
|
|
path: Timesheet/Calculator/RateCalculatorTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Timesheet\\\\Calculator\\\\RateCalculatorTest\\:\\:testCalculateWithTimesheetFixedRate\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Timesheet/Calculator/RateCalculatorTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Timesheet\\\\Calculator\\\\RateCalculatorTest\\:\\:testCalculateWithTimesheetHourlyRate\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Timesheet/Calculator/RateCalculatorTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Timesheet\\\\Calculator\\\\RateCalculatorTest\\:\\:testRates\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Timesheet/Calculator/RateCalculatorTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Timesheet\\\\Calculator\\\\RateCalculatorTest\\:\\:testRates\\(\\) has parameter \\$activityInternal with no type specified\\.$#"
|
|
count: 1
|
|
path: Timesheet/Calculator/RateCalculatorTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Timesheet\\\\Calculator\\\\RateCalculatorTest\\:\\:testRates\\(\\) has parameter \\$activityIsFixed with no type specified\\.$#"
|
|
count: 1
|
|
path: Timesheet/Calculator/RateCalculatorTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Timesheet\\\\Calculator\\\\RateCalculatorTest\\:\\:testRates\\(\\) has parameter \\$activityRate with no type specified\\.$#"
|
|
count: 1
|
|
path: Timesheet/Calculator/RateCalculatorTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Timesheet\\\\Calculator\\\\RateCalculatorTest\\:\\:testRates\\(\\) has parameter \\$customerInternal with no type specified\\.$#"
|
|
count: 1
|
|
path: Timesheet/Calculator/RateCalculatorTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Timesheet\\\\Calculator\\\\RateCalculatorTest\\:\\:testRates\\(\\) has parameter \\$customerIsFixed with no type specified\\.$#"
|
|
count: 1
|
|
path: Timesheet/Calculator/RateCalculatorTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Timesheet\\\\Calculator\\\\RateCalculatorTest\\:\\:testRates\\(\\) has parameter \\$customerRate with no type specified\\.$#"
|
|
count: 1
|
|
path: Timesheet/Calculator/RateCalculatorTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Timesheet\\\\Calculator\\\\RateCalculatorTest\\:\\:testRates\\(\\) has parameter \\$duration with no type specified\\.$#"
|
|
count: 1
|
|
path: Timesheet/Calculator/RateCalculatorTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Timesheet\\\\Calculator\\\\RateCalculatorTest\\:\\:testRates\\(\\) has parameter \\$expectedInternalRate with no type specified\\.$#"
|
|
count: 1
|
|
path: Timesheet/Calculator/RateCalculatorTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Timesheet\\\\Calculator\\\\RateCalculatorTest\\:\\:testRates\\(\\) has parameter \\$expectedRate with no type specified\\.$#"
|
|
count: 1
|
|
path: Timesheet/Calculator/RateCalculatorTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Timesheet\\\\Calculator\\\\RateCalculatorTest\\:\\:testRates\\(\\) has parameter \\$projectInternal with no type specified\\.$#"
|
|
count: 1
|
|
path: Timesheet/Calculator/RateCalculatorTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Timesheet\\\\Calculator\\\\RateCalculatorTest\\:\\:testRates\\(\\) has parameter \\$projectIsFixed with no type specified\\.$#"
|
|
count: 1
|
|
path: Timesheet/Calculator/RateCalculatorTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Timesheet\\\\Calculator\\\\RateCalculatorTest\\:\\:testRates\\(\\) has parameter \\$projectRate with no type specified\\.$#"
|
|
count: 1
|
|
path: Timesheet/Calculator/RateCalculatorTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Timesheet\\\\Calculator\\\\RateCalculatorTest\\:\\:testRates\\(\\) has parameter \\$timesheetFixed with no type specified\\.$#"
|
|
count: 1
|
|
path: Timesheet/Calculator/RateCalculatorTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Timesheet\\\\Calculator\\\\RateCalculatorTest\\:\\:testRates\\(\\) has parameter \\$timesheetHourly with no type specified\\.$#"
|
|
count: 1
|
|
path: Timesheet/Calculator/RateCalculatorTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Timesheet\\\\Calculator\\\\RateCalculatorTest\\:\\:testRates\\(\\) has parameter \\$userInternalRate with no type specified\\.$#"
|
|
count: 1
|
|
path: Timesheet/Calculator/RateCalculatorTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Timesheet\\\\Calculator\\\\RateCalculatorTest\\:\\:testRates\\(\\) has parameter \\$userRate with no type specified\\.$#"
|
|
count: 1
|
|
path: Timesheet/Calculator/RateCalculatorTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Timesheet\\\\DateTimeFactoryTest\\:\\:getEndOfWeekData\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Timesheet/DateTimeFactoryTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Timesheet\\\\DateTimeFactoryTest\\:\\:getStartOfWeekData\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Timesheet/DateTimeFactoryTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Timesheet\\\\DateTimeFactoryTest\\:\\:testCreateDateTime\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Timesheet/DateTimeFactoryTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Timesheet\\\\DateTimeFactoryTest\\:\\:testCreateDateTimeWithDefaultValue\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Timesheet/DateTimeFactoryTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Timesheet\\\\DateTimeFactoryTest\\:\\:testCreateEndOfFinancialYearWithConfig\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Timesheet/DateTimeFactoryTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Timesheet\\\\DateTimeFactoryTest\\:\\:testCreateEndOfYear\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Timesheet/DateTimeFactoryTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Timesheet\\\\DateTimeFactoryTest\\:\\:testCreateStartOfFinancialYearWithConfig\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Timesheet/DateTimeFactoryTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Timesheet\\\\DateTimeFactoryTest\\:\\:testCreateStartOfFinancialYearWithoutConfig\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Timesheet/DateTimeFactoryTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Timesheet\\\\DateTimeFactoryTest\\:\\:testCreateStartOfYear\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Timesheet/DateTimeFactoryTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Timesheet\\\\DateTimeFactoryTest\\:\\:testGetEndOfMonth\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Timesheet/DateTimeFactoryTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Timesheet\\\\DateTimeFactoryTest\\:\\:testGetEndOfWeek\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Timesheet/DateTimeFactoryTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Timesheet\\\\DateTimeFactoryTest\\:\\:testGetStartOfMonth\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Timesheet/DateTimeFactoryTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Timesheet\\\\DateTimeFactoryTest\\:\\:testGetStartOfWeek\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Timesheet/DateTimeFactoryTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Timesheet\\\\DateTimeFactoryTest\\:\\:testGetTimezone\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Timesheet/DateTimeFactoryTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Timesheet\\\\DateTimeFactoryTest\\:\\:testGetTimezoneWithFallbackTimezone\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Timesheet/DateTimeFactoryTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Timesheet\\\\LockdownServiceTest\\:\\:getConfigTestData\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Timesheet/LockdownServiceTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Timesheet\\\\LockdownServiceTest\\:\\:getTestData\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Timesheet/LockdownServiceTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Timesheet\\\\RateServiceTest\\:\\:getRateRepositoryMock\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Timesheet/RateServiceTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Timesheet\\\\RateServiceTest\\:\\:getRateRepositoryMock\\(\\) has parameter \\$rates with no value type specified in iterable type array\\.$#"
|
|
count: 1
|
|
path: Timesheet/RateServiceTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Timesheet\\\\RateServiceTest\\:\\:getRateTestData\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Timesheet/RateServiceTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Timesheet\\\\RateServiceTest\\:\\:getRuleDefinitions\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Timesheet/RateServiceTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Timesheet\\\\RateServiceTest\\:\\:getTestUser\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Timesheet/RateServiceTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Timesheet\\\\RateServiceTest\\:\\:getTestUser\\(\\) has parameter \\$internalRate with no type specified\\.$#"
|
|
count: 1
|
|
path: Timesheet/RateServiceTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Timesheet\\\\RateServiceTest\\:\\:getTestUser\\(\\) has parameter \\$rate with no type specified\\.$#"
|
|
count: 1
|
|
path: Timesheet/RateServiceTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Timesheet\\\\RateServiceTest\\:\\:testCalculateWithEmptyEnd\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Timesheet/RateServiceTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Timesheet\\\\RateServiceTest\\:\\:testCalculateWithRulesByUsersHourlyRate\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Timesheet/RateServiceTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Timesheet\\\\RateServiceTest\\:\\:testCalculateWithRulesByUsersHourlyRate\\(\\) has parameter \\$duration with no type specified\\.$#"
|
|
count: 1
|
|
path: Timesheet/RateServiceTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Timesheet\\\\RateServiceTest\\:\\:testCalculateWithRulesByUsersHourlyRate\\(\\) has parameter \\$expectedRate with no type specified\\.$#"
|
|
count: 1
|
|
path: Timesheet/RateServiceTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Timesheet\\\\RateServiceTest\\:\\:testCalculateWithRulesByUsersHourlyRate\\(\\) has parameter \\$rules with no type specified\\.$#"
|
|
count: 1
|
|
path: Timesheet/RateServiceTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Timesheet\\\\RateServiceTest\\:\\:testCalculateWithTimesheetFixedRate\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Timesheet/RateServiceTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Timesheet\\\\RateServiceTest\\:\\:testCalculateWithTimesheetHourlyRate\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Timesheet/RateServiceTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Timesheet\\\\RateServiceTest\\:\\:testRates\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Timesheet/RateServiceTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Timesheet\\\\RateServiceTest\\:\\:testRates\\(\\) has parameter \\$activityInternal with no type specified\\.$#"
|
|
count: 1
|
|
path: Timesheet/RateServiceTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Timesheet\\\\RateServiceTest\\:\\:testRates\\(\\) has parameter \\$activityIsFixed with no type specified\\.$#"
|
|
count: 1
|
|
path: Timesheet/RateServiceTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Timesheet\\\\RateServiceTest\\:\\:testRates\\(\\) has parameter \\$activityRate with no type specified\\.$#"
|
|
count: 1
|
|
path: Timesheet/RateServiceTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Timesheet\\\\RateServiceTest\\:\\:testRates\\(\\) has parameter \\$customerInternal with no type specified\\.$#"
|
|
count: 1
|
|
path: Timesheet/RateServiceTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Timesheet\\\\RateServiceTest\\:\\:testRates\\(\\) has parameter \\$customerIsFixed with no type specified\\.$#"
|
|
count: 1
|
|
path: Timesheet/RateServiceTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Timesheet\\\\RateServiceTest\\:\\:testRates\\(\\) has parameter \\$customerRate with no type specified\\.$#"
|
|
count: 1
|
|
path: Timesheet/RateServiceTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Timesheet\\\\RateServiceTest\\:\\:testRates\\(\\) has parameter \\$duration with no type specified\\.$#"
|
|
count: 1
|
|
path: Timesheet/RateServiceTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Timesheet\\\\RateServiceTest\\:\\:testRates\\(\\) has parameter \\$expectedInternalRate with no type specified\\.$#"
|
|
count: 1
|
|
path: Timesheet/RateServiceTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Timesheet\\\\RateServiceTest\\:\\:testRates\\(\\) has parameter \\$expectedRate with no type specified\\.$#"
|
|
count: 1
|
|
path: Timesheet/RateServiceTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Timesheet\\\\RateServiceTest\\:\\:testRates\\(\\) has parameter \\$projectInternal with no type specified\\.$#"
|
|
count: 1
|
|
path: Timesheet/RateServiceTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Timesheet\\\\RateServiceTest\\:\\:testRates\\(\\) has parameter \\$projectIsFixed with no type specified\\.$#"
|
|
count: 1
|
|
path: Timesheet/RateServiceTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Timesheet\\\\RateServiceTest\\:\\:testRates\\(\\) has parameter \\$projectRate with no type specified\\.$#"
|
|
count: 1
|
|
path: Timesheet/RateServiceTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Timesheet\\\\RateServiceTest\\:\\:testRates\\(\\) has parameter \\$timesheetFixed with no type specified\\.$#"
|
|
count: 1
|
|
path: Timesheet/RateServiceTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Timesheet\\\\RateServiceTest\\:\\:testRates\\(\\) has parameter \\$timesheetHourly with no type specified\\.$#"
|
|
count: 1
|
|
path: Timesheet/RateServiceTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Timesheet\\\\RateServiceTest\\:\\:testRates\\(\\) has parameter \\$userInternalRate with no type specified\\.$#"
|
|
count: 1
|
|
path: Timesheet/RateServiceTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Timesheet\\\\RateServiceTest\\:\\:testRates\\(\\) has parameter \\$userRate with no type specified\\.$#"
|
|
count: 1
|
|
path: Timesheet/RateServiceTest.php
|
|
|
|
-
|
|
message: "#^Cannot call method getTimestamp\\(\\) on DateTime\\|null\\.$#"
|
|
count: 6
|
|
path: Timesheet/Rounding/CeilRoundingTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Timesheet\\\\Rounding\\\\CeilRoundingTest\\:\\:getTestData\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Timesheet/Rounding/CeilRoundingTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Timesheet\\\\Rounding\\\\CeilRoundingTest\\:\\:testCalculate\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Timesheet/Rounding/CeilRoundingTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Timesheet\\\\Rounding\\\\CeilRoundingTest\\:\\:testCalculate\\(\\) has parameter \\$expectedDuration with no type specified\\.$#"
|
|
count: 1
|
|
path: Timesheet/Rounding/CeilRoundingTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Timesheet\\\\Rounding\\\\CeilRoundingTest\\:\\:testCalculate\\(\\) has parameter \\$roundBegin with no type specified\\.$#"
|
|
count: 1
|
|
path: Timesheet/Rounding/CeilRoundingTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Timesheet\\\\Rounding\\\\CeilRoundingTest\\:\\:testCalculate\\(\\) has parameter \\$roundDuration with no type specified\\.$#"
|
|
count: 1
|
|
path: Timesheet/Rounding/CeilRoundingTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Timesheet\\\\Rounding\\\\CeilRoundingTest\\:\\:testCalculate\\(\\) has parameter \\$roundEnd with no type specified\\.$#"
|
|
count: 1
|
|
path: Timesheet/Rounding/CeilRoundingTest.php
|
|
|
|
-
|
|
message: "#^Cannot call method getTimestamp\\(\\) on DateTime\\|null\\.$#"
|
|
count: 6
|
|
path: Timesheet/Rounding/ClosestRoundingTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Timesheet\\\\Rounding\\\\ClosestRoundingTest\\:\\:getTestData\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Timesheet/Rounding/ClosestRoundingTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Timesheet\\\\Rounding\\\\ClosestRoundingTest\\:\\:testCalculate\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Timesheet/Rounding/ClosestRoundingTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Timesheet\\\\Rounding\\\\ClosestRoundingTest\\:\\:testCalculate\\(\\) has parameter \\$expectedDuration with no type specified\\.$#"
|
|
count: 1
|
|
path: Timesheet/Rounding/ClosestRoundingTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Timesheet\\\\Rounding\\\\ClosestRoundingTest\\:\\:testCalculate\\(\\) has parameter \\$roundBegin with no type specified\\.$#"
|
|
count: 1
|
|
path: Timesheet/Rounding/ClosestRoundingTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Timesheet\\\\Rounding\\\\ClosestRoundingTest\\:\\:testCalculate\\(\\) has parameter \\$roundDuration with no type specified\\.$#"
|
|
count: 1
|
|
path: Timesheet/Rounding/ClosestRoundingTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Timesheet\\\\Rounding\\\\ClosestRoundingTest\\:\\:testCalculate\\(\\) has parameter \\$roundEnd with no type specified\\.$#"
|
|
count: 1
|
|
path: Timesheet/Rounding/ClosestRoundingTest.php
|
|
|
|
-
|
|
message: "#^Cannot call method getTimestamp\\(\\) on DateTime\\|null\\.$#"
|
|
count: 6
|
|
path: Timesheet/Rounding/DefaultRoundingTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Timesheet\\\\Rounding\\\\DefaultRoundingTest\\:\\:getTestData\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Timesheet/Rounding/DefaultRoundingTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Timesheet\\\\Rounding\\\\DefaultRoundingTest\\:\\:testCalculate\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Timesheet/Rounding/DefaultRoundingTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Timesheet\\\\Rounding\\\\DefaultRoundingTest\\:\\:testCalculate\\(\\) has parameter \\$expectedDuration with no type specified\\.$#"
|
|
count: 1
|
|
path: Timesheet/Rounding/DefaultRoundingTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Timesheet\\\\Rounding\\\\DefaultRoundingTest\\:\\:testCalculate\\(\\) has parameter \\$roundBegin with no type specified\\.$#"
|
|
count: 1
|
|
path: Timesheet/Rounding/DefaultRoundingTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Timesheet\\\\Rounding\\\\DefaultRoundingTest\\:\\:testCalculate\\(\\) has parameter \\$roundDuration with no type specified\\.$#"
|
|
count: 1
|
|
path: Timesheet/Rounding/DefaultRoundingTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Timesheet\\\\Rounding\\\\DefaultRoundingTest\\:\\:testCalculate\\(\\) has parameter \\$roundEnd with no type specified\\.$#"
|
|
count: 1
|
|
path: Timesheet/Rounding/DefaultRoundingTest.php
|
|
|
|
-
|
|
message: "#^Cannot call method getTimestamp\\(\\) on DateTime\\|null\\.$#"
|
|
count: 6
|
|
path: Timesheet/Rounding/FloorRoundingTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Timesheet\\\\Rounding\\\\FloorRoundingTest\\:\\:getTestData\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Timesheet/Rounding/FloorRoundingTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Timesheet\\\\Rounding\\\\FloorRoundingTest\\:\\:testCalculate\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Timesheet/Rounding/FloorRoundingTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Timesheet\\\\Rounding\\\\FloorRoundingTest\\:\\:testCalculate\\(\\) has parameter \\$expectedDuration with no type specified\\.$#"
|
|
count: 1
|
|
path: Timesheet/Rounding/FloorRoundingTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Timesheet\\\\Rounding\\\\FloorRoundingTest\\:\\:testCalculate\\(\\) has parameter \\$roundBegin with no type specified\\.$#"
|
|
count: 1
|
|
path: Timesheet/Rounding/FloorRoundingTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Timesheet\\\\Rounding\\\\FloorRoundingTest\\:\\:testCalculate\\(\\) has parameter \\$roundDuration with no type specified\\.$#"
|
|
count: 1
|
|
path: Timesheet/Rounding/FloorRoundingTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Timesheet\\\\Rounding\\\\FloorRoundingTest\\:\\:testCalculate\\(\\) has parameter \\$roundEnd with no type specified\\.$#"
|
|
count: 1
|
|
path: Timesheet/Rounding/FloorRoundingTest.php
|
|
|
|
-
|
|
message: "#^Cannot call method getTimestamp\\(\\) on DateTime\\|null\\.$#"
|
|
count: 2
|
|
path: Timesheet/RoundingServiceTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Timesheet\\\\RoundingServiceTest\\:\\:getTestData\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Timesheet/RoundingServiceTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Timesheet\\\\RoundingServiceTest\\:\\:testCalculate\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Timesheet/RoundingServiceTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Timesheet\\\\RoundingServiceTest\\:\\:testCalculate\\(\\) has parameter \\$end with no type specified\\.$#"
|
|
count: 1
|
|
path: Timesheet/RoundingServiceTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Timesheet\\\\RoundingServiceTest\\:\\:testCalculate\\(\\) has parameter \\$expectedDuration with no type specified\\.$#"
|
|
count: 1
|
|
path: Timesheet/RoundingServiceTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Timesheet\\\\RoundingServiceTest\\:\\:testCalculate\\(\\) has parameter \\$expectedEnd with no type specified\\.$#"
|
|
count: 1
|
|
path: Timesheet/RoundingServiceTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Timesheet\\\\RoundingServiceTest\\:\\:testCalculate\\(\\) has parameter \\$expectedStart with no type specified\\.$#"
|
|
count: 1
|
|
path: Timesheet/RoundingServiceTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Timesheet\\\\RoundingServiceTest\\:\\:testCalculate\\(\\) has parameter \\$rules with no type specified\\.$#"
|
|
count: 1
|
|
path: Timesheet/RoundingServiceTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Timesheet\\\\RoundingServiceTest\\:\\:testCalculate\\(\\) has parameter \\$start with no type specified\\.$#"
|
|
count: 1
|
|
path: Timesheet/RoundingServiceTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Timesheet\\\\RoundingServiceTest\\:\\:testCalculateWithEmptyEnd\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Timesheet/RoundingServiceTest.php
|
|
|
|
-
|
|
message: "#^Cannot call method getTimestamp\\(\\) on DateTime\\|null\\.$#"
|
|
count: 1
|
|
path: Timesheet/TimesheetServiceTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Timesheet\\\\TimesheetServiceTest\\:\\:testCannotRestartedPersistedTimesheet\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Timesheet/TimesheetServiceTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Timesheet\\\\TimesheetServiceTest\\:\\:testCannotSavePersistedTimesheetAsNew\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Timesheet/TimesheetServiceTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Timesheet\\\\TimesheetServiceTest\\:\\:testCannotStartTimesheet\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Timesheet/TimesheetServiceTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Timesheet\\\\TimesheetServiceTest\\:\\:testDeleteDispatchesEvent\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Timesheet/TimesheetServiceTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Timesheet\\\\TimesheetServiceTest\\:\\:testDeleteMultipleDispatchesEvent\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Timesheet/TimesheetServiceTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Timesheet\\\\TimesheetServiceTest\\:\\:testPreparePersistedTimesheetAsNew\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Timesheet/TimesheetServiceTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Timesheet\\\\TimesheetServiceTest\\:\\:testRestartTimesheetDispatchesTwoEvents\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Timesheet/TimesheetServiceTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Timesheet\\\\TimesheetServiceTest\\:\\:testSaveNewTimesheetFixesTimezone\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Timesheet/TimesheetServiceTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Timesheet\\\\TimesheetServiceTest\\:\\:testSaveNewTimesheetHasValidationError\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Timesheet/TimesheetServiceTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Timesheet\\\\TimesheetServiceTest\\:\\:testSaveNewTimesheetStopsActiveRecords\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Timesheet/TimesheetServiceTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Timesheet\\\\TimesheetServiceTest\\:\\:testStopSetsEnd\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Timesheet/TimesheetServiceTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Timesheet\\\\TimesheetServiceTest\\:\\:testStoppedEntriesCannotBeStoppedAgain\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Timesheet/TimesheetServiceTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Timesheet\\\\TimesheetServiceTest\\:\\:testUpdateTimesheetFixesTimezone\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Timesheet/TimesheetServiceTest.php
|
|
|
|
-
|
|
message: "#^Cannot call method format\\(\\) on DateTime\\|null\\.$#"
|
|
count: 6
|
|
path: Timesheet/TrackingMode/AbstractTrackingModeTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Timesheet\\\\TrackingMode\\\\AbstractTrackingModeTest\\:\\:assertDefaultBegin\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Timesheet/TrackingMode/AbstractTrackingModeTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Timesheet\\\\TrackingMode\\\\AbstractTrackingModeTest\\:\\:testCreateDoesNotChangeAnythingOnEmptyRequest\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Timesheet/TrackingMode/AbstractTrackingModeTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Timesheet\\\\TrackingMode\\\\AbstractTrackingModeTest\\:\\:testCreateIgnoresValidEndOnInvalidBeginDateFromRequest\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Timesheet/TrackingMode/AbstractTrackingModeTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Timesheet\\\\TrackingMode\\\\AbstractTrackingModeTest\\:\\:testCreateIgnoresValidToOnInvalidFromDatetimeFromRequest\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Timesheet/TrackingMode/AbstractTrackingModeTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Timesheet\\\\TrackingMode\\\\AbstractTrackingModeTest\\:\\:testCreateUseBeginEndDateFromRequest\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Timesheet/TrackingMode/AbstractTrackingModeTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Timesheet\\\\TrackingMode\\\\AbstractTrackingModeTest\\:\\:testCreateUseBeginWithoutEndDateFromRequest\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Timesheet/TrackingMode/AbstractTrackingModeTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Timesheet\\\\TrackingMode\\\\AbstractTrackingModeTest\\:\\:testCreateUseFromToDatetimeFromRequest\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Timesheet/TrackingMode/AbstractTrackingModeTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Timesheet\\\\TrackingMode\\\\AbstractTrackingModeTest\\:\\:testCreateUseFromToDatetimeOverwritesBeginEndTatesFromRequest\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Timesheet/TrackingMode/AbstractTrackingModeTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Timesheet\\\\TrackingMode\\\\AbstractTrackingModeTest\\:\\:testCreateUseFromWithoutToDatetimeFromRequest\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Timesheet/TrackingMode/AbstractTrackingModeTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Timesheet\\\\TrackingMode\\\\AbstractTrackingModeTest\\:\\:testCreateUsesBeginAndIgnoresInvalidEndDateFromRequest\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Timesheet/TrackingMode/AbstractTrackingModeTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Timesheet\\\\TrackingMode\\\\AbstractTrackingModeTest\\:\\:testCreateUsesFromAndIgnoresInvalidToDatetimeFromRequest\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Timesheet/TrackingMode/AbstractTrackingModeTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Timesheet\\\\TrackingMode\\\\DefaultModeTest\\:\\:assertDefaultBegin\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Timesheet/TrackingMode/DefaultModeTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Timesheet\\\\TrackingMode\\\\DefaultModeTest\\:\\:testDefaultValues\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Timesheet/TrackingMode/DefaultModeTest.php
|
|
|
|
-
|
|
message: "#^Cannot call method format\\(\\) on DateTime\\|null\\.$#"
|
|
count: 3
|
|
path: Timesheet/TrackingMode/DurationFixedBeginModeTest.php
|
|
|
|
-
|
|
message: "#^Cannot call method getTimestamp\\(\\) on DateTime\\|null\\.$#"
|
|
count: 1
|
|
path: Timesheet/TrackingMode/DurationFixedBeginModeTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Timesheet\\\\TrackingMode\\\\DurationFixedBeginModeTest\\:\\:createSut\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Timesheet/TrackingMode/DurationFixedBeginModeTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Timesheet\\\\TrackingMode\\\\DurationFixedBeginModeTest\\:\\:createSut\\(\\) has parameter \\$default with no type specified\\.$#"
|
|
count: 1
|
|
path: Timesheet/TrackingMode/DurationFixedBeginModeTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Timesheet\\\\TrackingMode\\\\DurationFixedBeginModeTest\\:\\:testCreate\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Timesheet/TrackingMode/DurationFixedBeginModeTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Timesheet\\\\TrackingMode\\\\DurationFixedBeginModeTest\\:\\:testCreateWithoutBeginInjectsBegin\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Timesheet/TrackingMode/DurationFixedBeginModeTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Timesheet\\\\TrackingMode\\\\DurationFixedBeginModeTest\\:\\:testDefaultValues\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Timesheet/TrackingMode/DurationFixedBeginModeTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Timesheet\\\\TrackingMode\\\\DurationFixedBeginModeTest\\:\\:testNow\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Timesheet/TrackingMode/DurationFixedBeginModeTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Timesheet\\\\TrackingMode\\\\PunchInOutModeTest\\:\\:testCreate\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Timesheet/TrackingMode/PunchInOutModeTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Timesheet\\\\TrackingMode\\\\PunchInOutModeTest\\:\\:testCreateWithoutBegin\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Timesheet/TrackingMode/PunchInOutModeTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Timesheet\\\\TrackingMode\\\\PunchInOutModeTest\\:\\:testDefaultValues\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Timesheet/TrackingMode/PunchInOutModeTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Timesheet\\\\TrackingModeServiceTest\\:\\:testDefaultTrackingModesAreRegistered\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Timesheet/TrackingModeServiceTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Timesheet\\\\TrackingModeServiceTest\\:\\:testGetActiveMode\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Timesheet/TrackingModeServiceTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Timesheet\\\\TrackingModeServiceTest\\:\\:testGetActiveModeThrowsExceptionOnlyInvalidMode\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Timesheet/TrackingModeServiceTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Timesheet\\\\UtilTest\\:\\:getRateCalculationData\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Timesheet/UtilTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Timesheet\\\\UtilTest\\:\\:testCalculateRate\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Timesheet/UtilTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Timesheet\\\\UtilTest\\:\\:testCalculateRateWithRounding\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Timesheet/UtilTest.php
|
|
|
|
-
|
|
message: "#^Argument of an invalid type array\\<int, string\\>\\|false supplied for foreach, only iterables are supported\\.$#"
|
|
count: 4
|
|
path: TranslationsTest.php
|
|
|
|
-
|
|
message: "#^Cannot access property \\$file on SimpleXMLElement\\|false\\.$#"
|
|
count: 4
|
|
path: TranslationsTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\TranslationsTest\\:\\:testForEmptyStrings\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: TranslationsTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\TranslationsTest\\:\\:testForWrongFileExtension\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: TranslationsTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\TranslationsTest\\:\\:testReplacerWereNotTranslated\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: TranslationsTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Twig\\\\ContextTest\\:\\:getDefaultSettings\\(\\) return type has no value type specified in iterable type array\\.$#"
|
|
count: 1
|
|
path: Twig/ContextTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Twig\\\\ContextTest\\:\\:getSut\\(\\) has parameter \\$headers with no value type specified in iterable type array\\.$#"
|
|
count: 1
|
|
path: Twig/ContextTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Twig\\\\ContextTest\\:\\:getSut\\(\\) has parameter \\$settings with no value type specified in iterable type array\\.$#"
|
|
count: 1
|
|
path: Twig/ContextTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Twig\\\\ContextTest\\:\\:testIsJavascriptRequest\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Twig/ContextTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Twig\\\\ContextTest\\:\\:testIsModalRequest\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Twig/ContextTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Twig\\\\DatatableExtensionsTest\\:\\:testGetFunctions\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Twig/DatatableExtensionsTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Twig\\\\ExtensionsTest\\:\\:assertIsValidColor\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Twig/ExtensionsTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Twig\\\\ExtensionsTest\\:\\:getMultilineTestData\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Twig/ExtensionsTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Twig\\\\ExtensionsTest\\:\\:getTestDataReplaceNewline\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Twig/ExtensionsTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Twig\\\\ExtensionsTest\\:\\:testColor\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Twig/ExtensionsTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Twig\\\\ExtensionsTest\\:\\:testDocuLink\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Twig/ExtensionsTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Twig\\\\ExtensionsTest\\:\\:testFontContrast\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Twig/ExtensionsTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Twig\\\\ExtensionsTest\\:\\:testGetClassName\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Twig/ExtensionsTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Twig\\\\ExtensionsTest\\:\\:testGetDefaultColor\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Twig/ExtensionsTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Twig\\\\ExtensionsTest\\:\\:testGetFilters\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Twig/ExtensionsTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Twig\\\\ExtensionsTest\\:\\:testGetFunctions\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Twig/ExtensionsTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Twig\\\\ExtensionsTest\\:\\:testGetRandomColor\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Twig/ExtensionsTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Twig\\\\ExtensionsTest\\:\\:testGetTests\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Twig/ExtensionsTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Twig\\\\ExtensionsTest\\:\\:testIsNumeric\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Twig/ExtensionsTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Twig\\\\ExtensionsTest\\:\\:testIsoDayByName\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Twig/ExtensionsTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Twig\\\\ExtensionsTest\\:\\:testMultilineIndent\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Twig/ExtensionsTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Twig\\\\ExtensionsTest\\:\\:testMultilineIndent\\(\\) has parameter \\$expected with no type specified\\.$#"
|
|
count: 1
|
|
path: Twig/ExtensionsTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Twig\\\\ExtensionsTest\\:\\:testMultilineIndent\\(\\) has parameter \\$indent with no type specified\\.$#"
|
|
count: 1
|
|
path: Twig/ExtensionsTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Twig\\\\ExtensionsTest\\:\\:testMultilineIndent\\(\\) has parameter \\$string with no type specified\\.$#"
|
|
count: 1
|
|
path: Twig/ExtensionsTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Twig\\\\ExtensionsTest\\:\\:testReplaceNewline\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Twig/ExtensionsTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Twig\\\\ExtensionsTest\\:\\:testReplaceNewline\\(\\) has parameter \\$expected with no type specified\\.$#"
|
|
count: 1
|
|
path: Twig/ExtensionsTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Twig\\\\ExtensionsTest\\:\\:testReplaceNewline\\(\\) has parameter \\$input with no type specified\\.$#"
|
|
count: 1
|
|
path: Twig/ExtensionsTest.php
|
|
|
|
-
|
|
message: "#^Parameter \\#1 \\$callback of function call_user_func expects callable\\(\\)\\: mixed, array<class-string, string>|\\(callable\\(\\)\\: mixed\\)\\|null given\\.$#"
|
|
count: 6
|
|
path: Twig/ExtensionsTest.php
|
|
|
|
-
|
|
message: "#^Property App\\\\Tests\\\\Twig\\\\LocaleFormatExtensionsTest\\:\\:\\$localeEn type has no value type specified in iterable type array\\.$#"
|
|
count: 1
|
|
path: Twig/LocaleFormatExtensionsTest.php
|
|
|
|
-
|
|
message: "#^Property App\\\\Tests\\\\Twig\\\\LocaleFormatExtensionsTest\\:\\:\\$localeDe type has no value type specified in iterable type array\\.$#"
|
|
count: 1
|
|
path: Twig/LocaleFormatExtensionsTest.php
|
|
|
|
-
|
|
message: "#^Property App\\\\Tests\\\\Twig\\\\LocaleFormatExtensionsTest\\:\\:\\$localeFake type has no value type specified in iterable type array\\.$#"
|
|
count: 1
|
|
path: Twig/LocaleFormatExtensionsTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Twig\\\\LocaleFormatExtensionsTest\\:\\:getTimesheet\\(\\) has parameter \\$seconds with no type specified\\.$#"
|
|
count: 1
|
|
path: Twig/LocaleFormatExtensionsTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Twig\\\\LocaleFormatExtensionsTest\\:\\:testMoneyNoCurrency\\(\\) has parameter \\$amount with no type specified\\.$#"
|
|
count: 1
|
|
path: Twig/LocaleFormatExtensionsTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Twig\\\\LocaleFormatExtensionsTest\\:\\:testMoneyNoCurrency\\(\\) has parameter \\$currency with no type specified\\.$#"
|
|
count: 1
|
|
path: Twig/LocaleFormatExtensionsTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Twig\\\\LocaleFormatExtensionsTest\\:\\:testMoneyNoCurrency\\(\\) has parameter \\$locale with no type specified\\.$#"
|
|
count: 1
|
|
path: Twig/LocaleFormatExtensionsTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Twig\\\\LocaleFormatExtensionsTest\\:\\:testMoneyNoCurrency\\(\\) has parameter \\$result with no type specified\\.$#"
|
|
count: 1
|
|
path: Twig/LocaleFormatExtensionsTest.php
|
|
|
|
-
|
|
message: "#^Parameter \\#1 \\$callback of function call_user_func expects callable\\(\\)\\: mixed, array<class-string, string>|\\(callable\\(\\)\\: mixed\\)\\|null given\\.$#"
|
|
count: 5
|
|
path: Twig/LocaleFormatExtensionsTest.php
|
|
|
|
-
|
|
message: "#^Parameter \\#1 \\$timezoneId of function date_default_timezone_set expects string, string\\|null given\\.$#"
|
|
count: 1
|
|
path: Twig/LocaleFormatExtensionsTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Twig\\\\PaginationExtensionTest\\:\\:assertPaginationHtml\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Twig/PaginationExtensionTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Twig\\\\PaginationExtensionTest\\:\\:assertPaginationHtml\\(\\) has parameter \\$result with no type specified\\.$#"
|
|
count: 1
|
|
path: Twig/PaginationExtensionTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Twig\\\\PaginationExtensionTest\\:\\:testGetFunctions\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Twig/PaginationExtensionTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Twig\\\\PaginationExtensionTest\\:\\:testRenderPagination\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Twig/PaginationExtensionTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Twig\\\\PaginationExtensionTest\\:\\:testRenderPaginationWithoutRouteName\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Twig/PaginationExtensionTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Twig\\\\PaginationExtensionTest\\:\\:testRenderPaginationWithoutTemplateName\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Twig/PaginationExtensionTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Twig\\\\Runtime\\\\EncoreExtensionTest\\:\\:getSut\\(\\) has parameter \\$files with no value type specified in iterable type array\\.$#"
|
|
count: 1
|
|
path: Twig/Runtime/EncoreExtensionTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Twig\\\\Runtime\\\\EncoreExtensionTest\\:\\:testGetEncoreEntryCssSource\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Twig/Runtime/EncoreExtensionTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Twig\\\\Runtime\\\\EncoreExtensionTest\\:\\:testGetSubscribedServices\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Twig/Runtime/EncoreExtensionTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Twig\\\\Runtime\\\\MarkdownExtensionTest\\:\\:testCommentContent\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Twig/Runtime/MarkdownExtensionTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Twig\\\\Runtime\\\\MarkdownExtensionTest\\:\\:testCommentOneLiner\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Twig/Runtime/MarkdownExtensionTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Twig\\\\Runtime\\\\MarkdownExtensionTest\\:\\:testMarkdownToHtml\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Twig/Runtime/MarkdownExtensionTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Twig\\\\Runtime\\\\MarkdownExtensionTest\\:\\:testTimesheetContent\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Twig/Runtime/MarkdownExtensionTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Twig\\\\Runtime\\\\ThemeEventExtensionTest\\:\\:getDefaultSettings\\(\\) return type has no value type specified in iterable type array\\.$#"
|
|
count: 1
|
|
path: Twig/Runtime/ThemeEventExtensionTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Twig\\\\Runtime\\\\ThemeEventExtensionTest\\:\\:getProgressbarColors\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Twig/Runtime/ThemeEventExtensionTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Twig\\\\Runtime\\\\ThemeEventExtensionTest\\:\\:testGetBrandedTitle\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Twig/Runtime/ThemeEventExtensionTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Twig\\\\Runtime\\\\ThemeEventExtensionTest\\:\\:testGetTitle\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Twig/Runtime/ThemeEventExtensionTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Twig\\\\Runtime\\\\ThemeEventExtensionTest\\:\\:testJavascriptTranslations\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Twig/Runtime/ThemeEventExtensionTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Twig\\\\Runtime\\\\ThemeEventExtensionTest\\:\\:testProgressbarClass\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Twig/Runtime/ThemeEventExtensionTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Twig\\\\Runtime\\\\ThemeEventExtensionTest\\:\\:testTrigger\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Twig/Runtime/ThemeEventExtensionTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Twig\\\\Runtime\\\\ThemeEventExtensionTest\\:\\:testTriggerWithoutListener\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Twig/Runtime/ThemeEventExtensionTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Twig\\\\Runtime\\\\TimesheetExtensionTest\\:\\:testActiveEntries\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Twig/Runtime/TimesheetExtensionTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Twig\\\\Runtime\\\\TimesheetExtensionTest\\:\\:testRecentEntries\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Twig/Runtime/TimesheetExtensionTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Twig\\\\Runtime\\\\WidgetExtensionTest\\:\\:getSut\\(\\) has parameter \\$getWidget with no type specified\\.$#"
|
|
count: 1
|
|
path: Twig/Runtime/WidgetExtensionTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Twig\\\\Runtime\\\\WidgetExtensionTest\\:\\:getSut\\(\\) has parameter \\$hasWidget with no type specified\\.$#"
|
|
count: 1
|
|
path: Twig/Runtime/WidgetExtensionTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Twig\\\\Runtime\\\\WidgetExtensionTest\\:\\:testRenderWidgetByString\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Twig/Runtime/WidgetExtensionTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Twig\\\\Runtime\\\\WidgetExtensionTest\\:\\:testRenderWidgetForInvalidValue\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Twig/Runtime/WidgetExtensionTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Twig\\\\Runtime\\\\WidgetExtensionTest\\:\\:testRenderWidgetForUnknownWidget\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Twig/Runtime/WidgetExtensionTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Twig\\\\Runtime\\\\WidgetExtensionTest\\:\\:testRenderWidgetObject\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Twig/Runtime/WidgetExtensionTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Utils\\\\ColorTest\\:\\:assertIsValidColor\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Utils/ColorTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Utils\\\\ColorTest\\:\\:testGetColorAndGetTimesheetColor\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Utils/ColorTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Utils\\\\ColorTest\\:\\:testGetFontContrastColor\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Utils/ColorTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Utils\\\\ColorTest\\:\\:testGetFontContrastColorReturnsContrastForDefaultColorOnInvalidColor\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Utils/ColorTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Utils\\\\ColorTest\\:\\:testGetRandomColor\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Utils/ColorTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Utils\\\\DurationTest\\:\\:getParseDurationInvalidData\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Utils/DurationTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Utils\\\\DurationTest\\:\\:getParseDurationTestData\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Utils/DurationTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Utils\\\\DurationTest\\:\\:testFormat\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Utils/DurationTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Utils\\\\DurationTest\\:\\:testParseDuration\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Utils/DurationTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Utils\\\\DurationTest\\:\\:testParseDuration\\(\\) has parameter \\$duration with no type specified\\.$#"
|
|
count: 1
|
|
path: Utils/DurationTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Utils\\\\DurationTest\\:\\:testParseDuration\\(\\) has parameter \\$expected with no type specified\\.$#"
|
|
count: 1
|
|
path: Utils/DurationTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Utils\\\\DurationTest\\:\\:testParseDuration\\(\\) has parameter \\$mode with no type specified\\.$#"
|
|
count: 1
|
|
path: Utils/DurationTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Utils\\\\DurationTest\\:\\:testParseDurationString\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Utils/DurationTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Utils\\\\DurationTest\\:\\:testParseDurationString\\(\\) has parameter \\$duration with no type specified\\.$#"
|
|
count: 1
|
|
path: Utils/DurationTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Utils\\\\DurationTest\\:\\:testParseDurationString\\(\\) has parameter \\$expected with no type specified\\.$#"
|
|
count: 1
|
|
path: Utils/DurationTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Utils\\\\DurationTest\\:\\:testParseDurationString\\(\\) has parameter \\$mode with no type specified\\.$#"
|
|
count: 1
|
|
path: Utils/DurationTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Utils\\\\DurationTest\\:\\:testParseDurationThrowsInvalidArgumentException\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Utils/DurationTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Utils\\\\DurationTest\\:\\:testParseDurationThrowsInvalidArgumentException\\(\\) has parameter \\$duration with no type specified\\.$#"
|
|
count: 1
|
|
path: Utils/DurationTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Utils\\\\DurationTest\\:\\:testParseDurationThrowsInvalidArgumentException\\(\\) has parameter \\$mode with no type specified\\.$#"
|
|
count: 1
|
|
path: Utils/DurationTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Utils\\\\FileHelperTest\\:\\:getFileTestData\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Utils/FileHelperTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Utils\\\\FileHelperTest\\:\\:testDataDirectory\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Utils/FileHelperTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Utils\\\\FileHelperTest\\:\\:testEnsureMaxLength\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Utils/FileHelperTest.php
|
|
|
|
-
|
|
message: "#^Parameter \\#1 \\$dataDir of class App\\\\Utils\\\\FileHelper constructor expects string, string\\|false given\\.$#"
|
|
count: 1
|
|
path: Utils/FileHelperTest.php
|
|
|
|
-
|
|
message: "#^Parameter \\#1 \\$directory of method App\\\\Utils\\\\FileHelper\\:\\:setDataDirectory\\(\\) expects string, string\\|false given\\.$#"
|
|
count: 1
|
|
path: Utils/FileHelperTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Utils\\\\FormFormatConverterTest\\:\\:getPossibleDateTimePattern\\(\\) return type has no value type specified in iterable type array\\.$#"
|
|
count: 1
|
|
path: Utils/FormFormatConverterTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Utils\\\\FormFormatConverterTest\\:\\:getProblemPattern\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Utils/FormFormatConverterTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Utils\\\\FormFormatConverterTest\\:\\:testConvert\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Utils/FormFormatConverterTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Utils\\\\FormFormatConverterTest\\:\\:testDayPattern\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Utils/FormFormatConverterTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Utils\\\\FormFormatConverterTest\\:\\:testHourPattern\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Utils/FormFormatConverterTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Utils\\\\FormFormatConverterTest\\:\\:testMinutePattern\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Utils/FormFormatConverterTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Utils\\\\FormFormatConverterTest\\:\\:testMonthPattern\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Utils/FormFormatConverterTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Utils\\\\FormFormatConverterTest\\:\\:testPattern\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Utils/FormFormatConverterTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Utils\\\\FormFormatConverterTest\\:\\:testProblemPattern\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Utils/FormFormatConverterTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Utils\\\\FormFormatConverterTest\\:\\:testProblemPattern\\(\\) has parameter \\$example with no type specified\\.$#"
|
|
count: 1
|
|
path: Utils/FormFormatConverterTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Utils\\\\FormFormatConverterTest\\:\\:testProblemPattern\\(\\) has parameter \\$format with no type specified\\.$#"
|
|
count: 1
|
|
path: Utils/FormFormatConverterTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Utils\\\\FormFormatConverterTest\\:\\:testYearPattern\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Utils/FormFormatConverterTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Utils\\\\JavascriptFormatConverterTest\\:\\:test\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Utils/JavascriptFormatConverterTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Utils\\\\MarkdownTest\\:\\:testDuplicateIds\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Utils/MarkdownTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Utils\\\\MarkdownTest\\:\\:testLinksAreSanitized\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Utils/MarkdownTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Utils\\\\MarkdownTest\\:\\:testMarkdownToHtml\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Utils/MarkdownTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Utils\\\\MenuItemModelTest\\:\\:testChildRoutes\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Utils/MenuItemModelTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Utils\\\\ProfileManagerTest\\:\\:getCookieProfiles\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Utils/ProfileManagerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Utils\\\\ProfileManagerTest\\:\\:getDatatableNames\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Utils/ProfileManagerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Utils\\\\ProfileManagerTest\\:\\:getInvalidProfiles\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Utils/ProfileManagerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Utils\\\\ProfileManagerTest\\:\\:getProfileNames\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Utils/ProfileManagerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Utils\\\\ProfileManagerTest\\:\\:getSessionProfiles\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Utils/ProfileManagerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Utils\\\\ProfileManagerTest\\:\\:testDatatableName\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Utils/ProfileManagerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Utils\\\\ProfileManagerTest\\:\\:testEmpty\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Utils/ProfileManagerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Utils\\\\ProfileManagerTest\\:\\:testGetProfile\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Utils/ProfileManagerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Utils\\\\ProfileManagerTest\\:\\:testGetProfileFromCookie\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Utils/ProfileManagerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Utils\\\\ProfileManagerTest\\:\\:testGetProfileFromSession\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Utils/ProfileManagerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Utils\\\\ProfileManagerTest\\:\\:testIsInvalidProfile\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Utils/ProfileManagerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Utils\\\\ProfileManagerTest\\:\\:testSetProfile\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Utils/ProfileManagerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Utils\\\\SearchTermTest\\:\\:testComplexWithMultipleAndDuplicateMetaFields\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Utils/SearchTermTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Utils\\\\SearchTermTest\\:\\:testNormalSearchTerm\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Utils/SearchTermTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Utils\\\\SearchTermTest\\:\\:testWithMetaField\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Utils/SearchTermTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Utils\\\\SearchTermTest\\:\\:testWithMultipleMetaFields\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Utils/SearchTermTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Utils\\\\StringHelperTest\\:\\:getDdeAttackStrings\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Utils/StringHelperTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Utils\\\\StringHelperTest\\:\\:getNonDdeAttackStrings\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Utils/StringHelperTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Utils\\\\StringHelperTest\\:\\:testEnsureMaxLength\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Utils/StringHelperTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Utils\\\\StringHelperTest\\:\\:testSanitizeDde\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Utils/StringHelperTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Utils\\\\StringHelperTest\\:\\:testSanitizeDdeWithCorrectStrings\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Utils/StringHelperTest.php
|
|
|
|
-
|
|
message: "#^Parameter \\#1 \\$string of function mb_strlen expects string, string\\|null given\\.$#"
|
|
count: 6
|
|
path: Utils/StringHelperTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Validator\\\\Constraints\\\\ColorChoicesValidatorTest\\:\\:getInvalidColors\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Validator/Constraints/ColorChoicesValidatorTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Validator\\\\Constraints\\\\ColorChoicesValidatorTest\\:\\:getValidColors\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Validator/Constraints/ColorChoicesValidatorTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Validator\\\\Constraints\\\\ColorChoicesValidatorTest\\:\\:testConstraintIsInvalid\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Validator/Constraints/ColorChoicesValidatorTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Validator\\\\Constraints\\\\ColorChoicesValidatorTest\\:\\:testConstraintWithValidColor\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Validator/Constraints/ColorChoicesValidatorTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Validator\\\\Constraints\\\\ColorChoicesValidatorTest\\:\\:testValidationError\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Validator/Constraints/ColorChoicesValidatorTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Validator\\\\Constraints\\\\DateTimeFormatValidatorTest\\:\\:getInvalidData\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Validator/Constraints/DateTimeFormatValidatorTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Validator\\\\Constraints\\\\DateTimeFormatValidatorTest\\:\\:getValidData\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Validator/Constraints/DateTimeFormatValidatorTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Validator\\\\Constraints\\\\DateTimeFormatValidatorTest\\:\\:testConstraintIsInvalid\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Validator/Constraints/DateTimeFormatValidatorTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Validator\\\\Constraints\\\\DateTimeFormatValidatorTest\\:\\:testConstraintWithValidData\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Validator/Constraints/DateTimeFormatValidatorTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Validator\\\\Constraints\\\\DateTimeFormatValidatorTest\\:\\:testValidationError\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Validator/Constraints/DateTimeFormatValidatorTest.php
|
|
|
|
-
|
|
message: "#^Parameter \\#1 \\$string of function strtoupper expects string, int\\|string given\\.$#"
|
|
count: 1
|
|
path: Validator/Constraints/DurationValidatorTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Validator\\\\Constraints\\\\HexColorValidatorTest\\:\\:getInvalidColors\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Validator/Constraints/HexColorValidatorTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Validator\\\\Constraints\\\\HexColorValidatorTest\\:\\:getValidColors\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Validator/Constraints/HexColorValidatorTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Validator\\\\Constraints\\\\HexColorValidatorTest\\:\\:testConstraintIsInvalid\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Validator/Constraints/HexColorValidatorTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Validator\\\\Constraints\\\\HexColorValidatorTest\\:\\:testConstraintWithValidColor\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Validator/Constraints/HexColorValidatorTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Validator\\\\Constraints\\\\HexColorValidatorTest\\:\\:testValidationError\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Validator/Constraints/HexColorValidatorTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Validator\\\\Constraints\\\\HexColorValidatorTest\\:\\:testValidationError\\(\\) has parameter \\$parameterType with no type specified\\.$#"
|
|
count: 1
|
|
path: Validator/Constraints/HexColorValidatorTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Validator\\\\Constraints\\\\ProjectValidatorTest\\:\\:testConstraintIsInvalid\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Validator/Constraints/ProjectValidatorTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Validator\\\\Constraints\\\\ProjectValidatorTest\\:\\:testEndBeforeStartIsInvalid\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Validator/Constraints/ProjectValidatorTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Validator\\\\Constraints\\\\ProjectValidatorTest\\:\\:testGetTargets\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Validator/Constraints/ProjectValidatorTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Validator\\\\Constraints\\\\QuickEntryModelValidatorTest\\:\\:testConstraintIsInvalid\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Validator/Constraints/QuickEntryModelValidatorTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Validator\\\\Constraints\\\\QuickEntryModelValidatorTest\\:\\:testDoesNotTriggerOnProperlyFilled\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Validator/Constraints/QuickEntryModelValidatorTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Validator\\\\Constraints\\\\QuickEntryModelValidatorTest\\:\\:testDoesNotTriggerOnPrototype\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Validator/Constraints/QuickEntryModelValidatorTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Validator\\\\Constraints\\\\QuickEntryModelValidatorTest\\:\\:testInvalidValueThrowsException\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Validator/Constraints/QuickEntryModelValidatorTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Validator\\\\Constraints\\\\QuickEntryModelValidatorTest\\:\\:testTriggersOnMissingActivity\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Validator/Constraints/QuickEntryModelValidatorTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Validator\\\\Constraints\\\\QuickEntryModelValidatorTest\\:\\:testTriggersOnMissingProject\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Validator/Constraints/QuickEntryModelValidatorTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Validator\\\\Constraints\\\\QuickEntryModelValidatorTest\\:\\:testTriggersOnMissingProjectAndActivity\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Validator/Constraints/QuickEntryModelValidatorTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Validator\\\\Constraints\\\\QuickEntryTimesheetValidatorTest\\:\\:testConstraintIsInvalid\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Validator/Constraints/QuickEntryTimesheetValidatorTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Validator\\\\Constraints\\\\QuickEntryTimesheetValidatorTest\\:\\:testInvalidValueThrowsException\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Validator/Constraints/QuickEntryTimesheetValidatorTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Validator\\\\Constraints\\\\QuickEntryTimesheetValidatorTest\\:\\:testNotTriggersOnEmptyDurationAndNewTimesheet\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Validator/Constraints/QuickEntryTimesheetValidatorTest.php
|
|
|
|
-
|
|
message: "#^Cannot cast mixed to string\\.$#"
|
|
count: 1
|
|
path: Validator/Constraints/RoleValidatorTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Validator\\\\Constraints\\\\RoleValidatorTest\\:\\:getInvalidRoles\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Validator/Constraints/RoleValidatorTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Validator\\\\Constraints\\\\RoleValidatorTest\\:\\:getValidRoles\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Validator/Constraints/RoleValidatorTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Validator\\\\Constraints\\\\RoleValidatorTest\\:\\:testConstraintIsInvalid\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Validator/Constraints/RoleValidatorTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Validator\\\\Constraints\\\\RoleValidatorTest\\:\\:testConstraintWithValidRole\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Validator/Constraints/RoleValidatorTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Validator\\\\Constraints\\\\RoleValidatorTest\\:\\:testNullIsInvalid\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Validator/Constraints/RoleValidatorTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Validator\\\\Constraints\\\\RoleValidatorTest\\:\\:testValidationError\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Validator/Constraints/RoleValidatorTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Validator\\\\Constraints\\\\TeamValidatorTest\\:\\:testConstraintIsInvalid\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Validator/Constraints/TeamValidatorTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Validator\\\\Constraints\\\\TeamValidatorTest\\:\\:testMissingTeamlead\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Validator/Constraints/TeamValidatorTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Validator\\\\Constraints\\\\TimeFormatValidatorTest\\:\\:getInvalidTimes\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Validator/Constraints/TimeFormatValidatorTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Validator\\\\Constraints\\\\TimeFormatValidatorTest\\:\\:getValidTimes\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Validator/Constraints/TimeFormatValidatorTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Validator\\\\Constraints\\\\TimeFormatValidatorTest\\:\\:testConstraintIsInvalid\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Validator/Constraints/TimeFormatValidatorTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Validator\\\\Constraints\\\\TimeFormatValidatorTest\\:\\:testValidationProblem\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Validator/Constraints/TimeFormatValidatorTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Validator\\\\Constraints\\\\TimeFormatValidatorTest\\:\\:testValidationSucceeds\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Validator/Constraints/TimeFormatValidatorTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Validator\\\\Constraints\\\\TimeFormatValidatorTest\\:\\:testWrongValueThrowsException\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Validator/Constraints/TimeFormatValidatorTest.php
|
|
|
|
-
|
|
message: "#^Cannot call method assertRaised\\(\\) on Symfony\\\\Component\\\\Validator\\\\Test\\\\ConstraintViolationAssertion\\|null\\.$#"
|
|
count: 1
|
|
path: Validator/Constraints/TimesheetBasicValidatorTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Validator\\\\Constraints\\\\TimesheetBasicValidatorTest\\:\\:getProjectStartEndTestData\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Validator/Constraints/TimesheetBasicValidatorTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Validator\\\\Constraints\\\\TimesheetBasicValidatorTest\\:\\:testConstraintIsInvalid\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Validator/Constraints/TimesheetBasicValidatorTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Validator\\\\Constraints\\\\TimesheetBasicValidatorTest\\:\\:testEmptyTimesheet\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Validator/Constraints/TimesheetBasicValidatorTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Validator\\\\Constraints\\\\TimesheetBasicValidatorTest\\:\\:testEndBeforeBegin\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Validator/Constraints/TimesheetBasicValidatorTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Validator\\\\Constraints\\\\TimesheetBasicValidatorTest\\:\\:testEndBeforeWithProjectStartAndEnd\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Validator/Constraints/TimesheetBasicValidatorTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Validator\\\\Constraints\\\\TimesheetBasicValidatorTest\\:\\:testEndBeforeWithProjectStartAndEnd\\(\\) has parameter \\$violations with no value type specified in iterable type array\\.$#"
|
|
count: 1
|
|
path: Validator/Constraints/TimesheetBasicValidatorTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Validator\\\\Constraints\\\\TimesheetBasicValidatorTest\\:\\:testFutureBegin\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Validator/Constraints/TimesheetBasicValidatorTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Validator\\\\Constraints\\\\TimesheetBasicValidatorTest\\:\\:testGetTargets\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Validator/Constraints/TimesheetBasicValidatorTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Validator\\\\Constraints\\\\TimesheetBasicValidatorTest\\:\\:testInvalidValueThrowsException\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Validator/Constraints/TimesheetBasicValidatorTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Validator\\\\Constraints\\\\TimesheetBasicValidatorTest\\:\\:testProjectMismatch\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Validator/Constraints/TimesheetBasicValidatorTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Validator\\\\Constraints\\\\TimesheetBudgetUsedValidatorTest\\:\\:getViolationTestData\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Validator/Constraints/TimesheetBudgetUsedValidatorTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Validator\\\\Constraints\\\\TimesheetBudgetUsedValidatorTest\\:\\:testConstraintIsInvalid\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Validator/Constraints/TimesheetBudgetUsedValidatorTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Validator\\\\Constraints\\\\TimesheetBudgetUsedValidatorTest\\:\\:testConstraintWithPreExistingViolation\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Validator/Constraints/TimesheetBudgetUsedValidatorTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Validator\\\\Constraints\\\\TimesheetBudgetUsedValidatorTest\\:\\:testTargetIsInvalid\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Validator/Constraints/TimesheetBudgetUsedValidatorTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Validator\\\\Constraints\\\\TimesheetBudgetUsedValidatorTest\\:\\:testWithActivityTimeBudget\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Validator/Constraints/TimesheetBudgetUsedValidatorTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Validator\\\\Constraints\\\\TimesheetBudgetUsedValidatorTest\\:\\:testWithActivityTimeBudget\\(\\) has parameter \\$rawData with no value type specified in iterable type array\\.$#"
|
|
count: 1
|
|
path: Validator/Constraints/TimesheetBudgetUsedValidatorTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Validator\\\\Constraints\\\\TimesheetBudgetUsedValidatorTest\\:\\:testWithAllowedOverbooking\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Validator/Constraints/TimesheetBudgetUsedValidatorTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Validator\\\\Constraints\\\\TimesheetBudgetUsedValidatorTest\\:\\:testWithMissingEnd\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Validator/Constraints/TimesheetBudgetUsedValidatorTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Validator\\\\Constraints\\\\TimesheetBudgetUsedValidatorTest\\:\\:testWithMissingProject\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Validator/Constraints/TimesheetBudgetUsedValidatorTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Validator\\\\Constraints\\\\TimesheetBudgetUsedValidatorTest\\:\\:testWithMissingUser\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Validator/Constraints/TimesheetBudgetUsedValidatorTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Validator\\\\Constraints\\\\TimesheetBudgetUsedValidatorTest\\:\\:testWithoutBudget\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Validator/Constraints/TimesheetBudgetUsedValidatorTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Validator\\\\Constraints\\\\TimesheetExportedValidatorTest\\:\\:testConstraintIsInvalid\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Validator/Constraints/TimesheetExportedValidatorTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Validator\\\\Constraints\\\\TimesheetExportedValidatorTest\\:\\:testDoesNotTriggerIfNotExported\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Validator/Constraints/TimesheetExportedValidatorTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Validator\\\\Constraints\\\\TimesheetExportedValidatorTest\\:\\:testDoesNotTriggerWithPermission\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Validator/Constraints/TimesheetExportedValidatorTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Validator\\\\Constraints\\\\TimesheetExportedValidatorTest\\:\\:testGetTargets\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Validator/Constraints/TimesheetExportedValidatorTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Validator\\\\Constraints\\\\TimesheetExportedValidatorTest\\:\\:testInvalidValueThrowsException\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Validator/Constraints/TimesheetExportedValidatorTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Validator\\\\Constraints\\\\TimesheetExportedValidatorTest\\:\\:testNotTriggersOnNewTimesheet\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Validator/Constraints/TimesheetExportedValidatorTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Validator\\\\Constraints\\\\TimesheetExportedValidatorTest\\:\\:testTriggersOnMissingPermission\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Validator/Constraints/TimesheetExportedValidatorTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Validator\\\\Constraints\\\\TimesheetFutureTimesValidatorTest\\:\\:testConstraintIsInvalid\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Validator/Constraints/TimesheetFutureTimesValidatorTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Validator\\\\Constraints\\\\TimesheetFutureTimesValidatorTest\\:\\:testFutureBeginIsAllowed\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Validator/Constraints/TimesheetFutureTimesValidatorTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Validator\\\\Constraints\\\\TimesheetFutureTimesValidatorTest\\:\\:testFutureBeginIsDisallowed\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Validator/Constraints/TimesheetFutureTimesValidatorTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Validator\\\\Constraints\\\\TimesheetFutureTimesValidatorTest\\:\\:testInvalidValueThrowsException\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Validator/Constraints/TimesheetFutureTimesValidatorTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Validator\\\\Constraints\\\\TimesheetLockdownValidatorTest\\:\\:getConfigTestData\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Validator/Constraints/TimesheetLockdownValidatorTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Validator\\\\Constraints\\\\TimesheetLockdownValidatorTest\\:\\:getTestData\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Validator/Constraints/TimesheetLockdownValidatorTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Validator\\\\Constraints\\\\TimesheetLockdownValidatorTest\\:\\:testConstraintIsInvalid\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Validator/Constraints/TimesheetLockdownValidatorTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Validator\\\\Constraints\\\\TimesheetLockdownValidatorTest\\:\\:testInvalidValueThrowsException\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Validator/Constraints/TimesheetLockdownValidatorTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Validator\\\\Constraints\\\\TimesheetLockdownValidatorTest\\:\\:testLockdown\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Validator/Constraints/TimesheetLockdownValidatorTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Validator\\\\Constraints\\\\TimesheetLockdownValidatorTest\\:\\:testLockdownConfig\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Validator/Constraints/TimesheetLockdownValidatorTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Validator\\\\Constraints\\\\TimesheetLockdownValidatorTest\\:\\:testValidatorWithEmptyTimesheet\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Validator/Constraints/TimesheetLockdownValidatorTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Validator\\\\Constraints\\\\TimesheetLockdownValidatorTest\\:\\:testValidatorWithEndBeforeStartPeriod\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Validator/Constraints/TimesheetLockdownValidatorTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Validator\\\\Constraints\\\\TimesheetLockdownValidatorTest\\:\\:testValidatorWithoutNowConstraint\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Validator/Constraints/TimesheetLockdownValidatorTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Validator\\\\Constraints\\\\TimesheetLockdownValidatorTest\\:\\:testValidatorWithoutNowStringConstraint\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Validator/Constraints/TimesheetLockdownValidatorTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Validator\\\\Constraints\\\\TimesheetLongRunningValidatorTest\\:\\:testConstraintIsInvalid\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Validator/Constraints/TimesheetLongRunningValidatorTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Validator\\\\Constraints\\\\TimesheetLongRunningValidatorTest\\:\\:testGetTargets\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Validator/Constraints/TimesheetLongRunningValidatorTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Validator\\\\Constraints\\\\TimesheetLongRunningValidatorTest\\:\\:testInvalidValueThrowsException\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Validator/Constraints/TimesheetLongRunningValidatorTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Validator\\\\Constraints\\\\TimesheetLongRunningValidatorTest\\:\\:testLongRunningDoesNotTriggerOnMaximum\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Validator/Constraints/TimesheetLongRunningValidatorTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Validator\\\\Constraints\\\\TimesheetLongRunningValidatorTest\\:\\:testLongRunningNotTriggersIfConfiguredToZero\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Validator/Constraints/TimesheetLongRunningValidatorTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Validator\\\\Constraints\\\\TimesheetLongRunningValidatorTest\\:\\:testLongRunningNotTriggersIfDurationIsLowerThan\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Validator/Constraints/TimesheetLongRunningValidatorTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Validator\\\\Constraints\\\\TimesheetLongRunningValidatorTest\\:\\:testLongRunningTriggers\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Validator/Constraints/TimesheetLongRunningValidatorTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Validator\\\\Constraints\\\\TimesheetLongRunningValidatorTest\\:\\:testLongRunningTriggersOverMaximum\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Validator/Constraints/TimesheetLongRunningValidatorTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Validator\\\\Constraints\\\\TimesheetLongRunningValidatorTest\\:\\:testNotTriggersOnRunningRecord\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Validator/Constraints/TimesheetLongRunningValidatorTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Validator\\\\Constraints\\\\TimesheetMultiUpdateValidatorTest\\:\\:testActivityWithoutProject\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Validator/Constraints/TimesheetMultiUpdateValidatorTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Validator\\\\Constraints\\\\TimesheetMultiUpdateValidatorTest\\:\\:testConstraintIsInvalid\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Validator/Constraints/TimesheetMultiUpdateValidatorTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Validator\\\\Constraints\\\\TimesheetMultiUpdateValidatorTest\\:\\:testDisabledValues\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Validator/Constraints/TimesheetMultiUpdateValidatorTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Validator\\\\Constraints\\\\TimesheetMultiUpdateValidatorTest\\:\\:testHourlyRateAndFixedRateInParallelAreNotAllowed\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Validator/Constraints/TimesheetMultiUpdateValidatorTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Validator\\\\Constraints\\\\TimesheetMultiUpdateValidatorTest\\:\\:testProjectMismatch\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Validator/Constraints/TimesheetMultiUpdateValidatorTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Validator\\\\Constraints\\\\TimesheetMultiUpdateValidatorTest\\:\\:testProjectWithoutActivity\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Validator/Constraints/TimesheetMultiUpdateValidatorTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Validator\\\\Constraints\\\\TimesheetMultiUserValidatorTest\\:\\:testConstraintIsInvalid\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Validator/Constraints/TimesheetMultiUserValidatorTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Validator\\\\Constraints\\\\TimesheetMultiUserValidatorTest\\:\\:testEmptyTimesheet\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Validator/Constraints/TimesheetMultiUserValidatorTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Validator\\\\Constraints\\\\TimesheetOverlappingValidatorTest\\:\\:testConstraintIsInvalid\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Validator/Constraints/TimesheetOverlappingValidatorTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Validator\\\\Constraints\\\\TimesheetOverlappingValidatorTest\\:\\:testInvalidValueThrowsException\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Validator/Constraints/TimesheetOverlappingValidatorTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Validator\\\\Constraints\\\\TimesheetOverlappingValidatorTest\\:\\:testOverlappingAllowedWithRecords\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Validator/Constraints/TimesheetOverlappingValidatorTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Validator\\\\Constraints\\\\TimesheetOverlappingValidatorTest\\:\\:testOverlappingAllowedWithoutRecords\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Validator/Constraints/TimesheetOverlappingValidatorTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Validator\\\\Constraints\\\\TimesheetOverlappingValidatorTest\\:\\:testOverlappingDisallowedWithRecords\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Validator/Constraints/TimesheetOverlappingValidatorTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Validator\\\\Constraints\\\\TimesheetOverlappingValidatorTest\\:\\:testOverlappingDisallowedWithoutRecords\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Validator/Constraints/TimesheetOverlappingValidatorTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Validator\\\\Constraints\\\\TimesheetRestartValidatorTest\\:\\:getTestData\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Validator/Constraints/TimesheetRestartValidatorTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Validator\\\\Constraints\\\\TimesheetRestartValidatorTest\\:\\:testConstraintIsInvalid\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Validator/Constraints/TimesheetRestartValidatorTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Validator\\\\Constraints\\\\TimesheetRestartValidatorTest\\:\\:testInvalidValueThrowsException\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Validator/Constraints/TimesheetRestartValidatorTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Validator\\\\Constraints\\\\TimesheetRestartValidatorTest\\:\\:testRestartDisallowed\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Validator/Constraints/TimesheetRestartValidatorTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Validator\\\\Constraints\\\\TimesheetValidatorTest\\:\\:testConstraintIsInvalid\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Validator/Constraints/TimesheetValidatorTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Validator\\\\Constraints\\\\TimesheetValidatorTest\\:\\:testInvalidValueThrowsException\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Validator/Constraints/TimesheetValidatorTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Validator\\\\Constraints\\\\TimesheetZeroDurationValidatorTest\\:\\:prepareTimesheet\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Validator/Constraints/TimesheetZeroDurationValidatorTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Validator\\\\Constraints\\\\TimesheetZeroDurationValidatorTest\\:\\:testConstraintIsInvalid\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Validator/Constraints/TimesheetZeroDurationValidatorTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Validator\\\\Constraints\\\\TimesheetZeroDurationValidatorTest\\:\\:testInvalidValueThrowsException\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Validator/Constraints/TimesheetZeroDurationValidatorTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Validator\\\\Constraints\\\\TimesheetZeroDurationValidatorTest\\:\\:testZeroDurationIsAllowed\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Validator/Constraints/TimesheetZeroDurationValidatorTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Validator\\\\Constraints\\\\TimesheetZeroDurationValidatorTest\\:\\:testZeroDurationIsDisallowed\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Validator/Constraints/TimesheetZeroDurationValidatorTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Validator\\\\Constraints\\\\UserValidatorTest\\:\\:testConstraintIsInvalid\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Validator/Constraints/UserValidatorTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Validator\\\\Constraints\\\\UserValidatorTest\\:\\:testEmptyUserIsValid\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Validator/Constraints/UserValidatorTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Validator\\\\Constraints\\\\UserValidatorTest\\:\\:testNonUserIsValid\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Validator/Constraints/UserValidatorTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Validator\\\\Constraints\\\\UserValidatorTest\\:\\:testNullIsValid\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Validator/Constraints/UserValidatorTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Validator\\\\Constraints\\\\UserValidatorTest\\:\\:testUserIsInvalidWithRepository\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Validator/Constraints/UserValidatorTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Validator\\\\Constraints\\\\UserValidatorTest\\:\\:testUserIsValidWithEmptyRepository\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Validator/Constraints/UserValidatorTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Validator\\\\ValidationExceptionTest\\:\\:testConstruct\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Validator/ValidationExceptionTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Validator\\\\ValidationExceptionTest\\:\\:testException\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Validator/ValidationExceptionTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Validator\\\\ValidationFailedExceptionTest\\:\\:testConstruct\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Validator/ValidationFailedExceptionTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Validator\\\\ValidationFailedExceptionTest\\:\\:testException\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Validator/ValidationFailedExceptionTest.php
|
|
|
|
-
|
|
message: "#^Parameter \\#1 \\$objectOrClass of class ReflectionClass constructor expects class\\-string\\<T of object\\>\\|T of object, string given\\.$#"
|
|
count: 1
|
|
path: Voter/AbstractVoterTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Voter\\\\ActivityVoterTest\\:\\:assertVote\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Voter/ActivityVoterTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Voter\\\\ActivityVoterTest\\:\\:assertVote\\(\\) has parameter \\$attribute with no type specified\\.$#"
|
|
count: 1
|
|
path: Voter/ActivityVoterTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Voter\\\\ActivityVoterTest\\:\\:assertVote\\(\\) has parameter \\$result with no type specified\\.$#"
|
|
count: 1
|
|
path: Voter/ActivityVoterTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Voter\\\\ActivityVoterTest\\:\\:assertVote\\(\\) has parameter \\$subject with no type specified\\.$#"
|
|
count: 1
|
|
path: Voter/ActivityVoterTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Voter\\\\ActivityVoterTest\\:\\:getTestData\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Voter/ActivityVoterTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Voter\\\\ActivityVoterTest\\:\\:testTeamMember\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Voter/ActivityVoterTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Voter\\\\ActivityVoterTest\\:\\:testTeamlead\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Voter/ActivityVoterTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Voter\\\\ActivityVoterTest\\:\\:testVote\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Voter/ActivityVoterTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Voter\\\\ActivityVoterTest\\:\\:testVote\\(\\) has parameter \\$attribute with no type specified\\.$#"
|
|
count: 1
|
|
path: Voter/ActivityVoterTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Voter\\\\ActivityVoterTest\\:\\:testVote\\(\\) has parameter \\$result with no type specified\\.$#"
|
|
count: 1
|
|
path: Voter/ActivityVoterTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Voter\\\\ActivityVoterTest\\:\\:testVote\\(\\) has parameter \\$subject with no type specified\\.$#"
|
|
count: 1
|
|
path: Voter/ActivityVoterTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Voter\\\\CustomerVoterTest\\:\\:assertVote\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Voter/CustomerVoterTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Voter\\\\CustomerVoterTest\\:\\:assertVote\\(\\) has parameter \\$attribute with no type specified\\.$#"
|
|
count: 1
|
|
path: Voter/CustomerVoterTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Voter\\\\CustomerVoterTest\\:\\:assertVote\\(\\) has parameter \\$result with no type specified\\.$#"
|
|
count: 1
|
|
path: Voter/CustomerVoterTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Voter\\\\CustomerVoterTest\\:\\:assertVote\\(\\) has parameter \\$subject with no type specified\\.$#"
|
|
count: 1
|
|
path: Voter/CustomerVoterTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Voter\\\\CustomerVoterTest\\:\\:testAccess\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Voter/CustomerVoterTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Voter\\\\CustomerVoterTest\\:\\:testTeamMember\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Voter/CustomerVoterTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Voter\\\\CustomerVoterTest\\:\\:testTeamlead\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Voter/CustomerVoterTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Voter\\\\CustomerVoterTest\\:\\:testVote\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Voter/CustomerVoterTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Voter\\\\EntityMultiRoleVoterTest\\:\\:getTestData\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Voter/EntityMultiRoleVoterTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Voter\\\\EntityMultiRoleVoterTest\\:\\:testVote\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Voter/EntityMultiRoleVoterTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Voter\\\\EntityMultiRoleVoterTest\\:\\:testVote\\(\\) has parameter \\$attribute with no type specified\\.$#"
|
|
count: 1
|
|
path: Voter/EntityMultiRoleVoterTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Voter\\\\EntityMultiRoleVoterTest\\:\\:testVote\\(\\) has parameter \\$result with no type specified\\.$#"
|
|
count: 1
|
|
path: Voter/EntityMultiRoleVoterTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Voter\\\\EntityMultiRoleVoterTest\\:\\:testVote\\(\\) has parameter \\$subject with no type specified\\.$#"
|
|
count: 1
|
|
path: Voter/EntityMultiRoleVoterTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Voter\\\\ProjectVoterTest\\:\\:assertVote\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Voter/ProjectVoterTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Voter\\\\ProjectVoterTest\\:\\:assertVote\\(\\) has parameter \\$attribute with no type specified\\.$#"
|
|
count: 1
|
|
path: Voter/ProjectVoterTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Voter\\\\ProjectVoterTest\\:\\:assertVote\\(\\) has parameter \\$result with no type specified\\.$#"
|
|
count: 1
|
|
path: Voter/ProjectVoterTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Voter\\\\ProjectVoterTest\\:\\:assertVote\\(\\) has parameter \\$subject with no type specified\\.$#"
|
|
count: 1
|
|
path: Voter/ProjectVoterTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Voter\\\\ProjectVoterTest\\:\\:testTeamMember\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Voter/ProjectVoterTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Voter\\\\ProjectVoterTest\\:\\:testTeamlead\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Voter/ProjectVoterTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Voter\\\\ProjectVoterTest\\:\\:testVote\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Voter/ProjectVoterTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Voter\\\\RolePermissionVoterTest\\:\\:getTestData\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Voter/RolePermissionVoterTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Voter\\\\RolePermissionVoterTest\\:\\:testVote\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Voter/RolePermissionVoterTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Voter\\\\RolePermissionVoterTest\\:\\:testVote\\(\\) has parameter \\$attribute with no type specified\\.$#"
|
|
count: 1
|
|
path: Voter/RolePermissionVoterTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Voter\\\\RolePermissionVoterTest\\:\\:testVote\\(\\) has parameter \\$result with no type specified\\.$#"
|
|
count: 1
|
|
path: Voter/RolePermissionVoterTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Voter\\\\RolePermissionVoterTest\\:\\:testVote\\(\\) has parameter \\$subject with no type specified\\.$#"
|
|
count: 1
|
|
path: Voter/RolePermissionVoterTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Voter\\\\TeamVoterTest\\:\\:getTestData\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Voter/TeamVoterTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Voter\\\\TeamVoterTest\\:\\:testVote\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Voter/TeamVoterTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Voter\\\\TeamVoterTest\\:\\:testVote\\(\\) has parameter \\$attribute with no type specified\\.$#"
|
|
count: 1
|
|
path: Voter/TeamVoterTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Voter\\\\TeamVoterTest\\:\\:testVote\\(\\) has parameter \\$result with no type specified\\.$#"
|
|
count: 1
|
|
path: Voter/TeamVoterTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Voter\\\\TeamVoterTest\\:\\:testVote\\(\\) has parameter \\$subject with no type specified\\.$#"
|
|
count: 1
|
|
path: Voter/TeamVoterTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Voter\\\\TimesheetVoterTest\\:\\:assertVote\\(\\) has parameter \\$attribute with no type specified\\.$#"
|
|
count: 1
|
|
path: Voter/TimesheetVoterTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Voter\\\\TimesheetVoterTest\\:\\:assertVote\\(\\) has parameter \\$result with no type specified\\.$#"
|
|
count: 1
|
|
path: Voter/TimesheetVoterTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Voter\\\\TimesheetVoterTest\\:\\:assertVote\\(\\) has parameter \\$subject with no type specified\\.$#"
|
|
count: 1
|
|
path: Voter/TimesheetVoterTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Voter\\\\TimesheetVoterTest\\:\\:getLockDownTestData\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Voter/TimesheetVoterTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Voter\\\\TimesheetVoterTest\\:\\:getTestData\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Voter/TimesheetVoterTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Voter\\\\TimesheetVoterTest\\:\\:getTimesheet\\(\\) has parameter \\$user with no type specified\\.$#"
|
|
count: 1
|
|
path: Voter/TimesheetVoterTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Voter\\\\TimesheetVoterTest\\:\\:testVote\\(\\) has parameter \\$attribute with no type specified\\.$#"
|
|
count: 1
|
|
path: Voter/TimesheetVoterTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Voter\\\\TimesheetVoterTest\\:\\:testVote\\(\\) has parameter \\$result with no type specified\\.$#"
|
|
count: 1
|
|
path: Voter/TimesheetVoterTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Voter\\\\TimesheetVoterTest\\:\\:testVote\\(\\) has parameter \\$subject with no type specified\\.$#"
|
|
count: 1
|
|
path: Voter/TimesheetVoterTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Voter\\\\UserVoterTest\\:\\:getTestData\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Voter/UserVoterTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Voter\\\\UserVoterTest\\:\\:getTestDataForAuthType\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Voter/UserVoterTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Voter\\\\UserVoterTest\\:\\:testPasswordIsDeniedForNonInternalUser\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Voter/UserVoterTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Voter\\\\UserVoterTest\\:\\:testViewTeamMember\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Voter/UserVoterTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Voter\\\\UserVoterTest\\:\\:testVote\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Voter/UserVoterTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Voter\\\\UserVoterTest\\:\\:testVote\\(\\) has parameter \\$attribute with no type specified\\.$#"
|
|
count: 1
|
|
path: Voter/UserVoterTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Voter\\\\UserVoterTest\\:\\:testVote\\(\\) has parameter \\$result with no type specified\\.$#"
|
|
count: 1
|
|
path: Voter/UserVoterTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Voter\\\\UserVoterTest\\:\\:testVote\\(\\) has parameter \\$subject with no type specified\\.$#"
|
|
count: 1
|
|
path: Voter/UserVoterTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Widget\\\\Type\\\\AbstractWidgetTest\\:\\:getDefaultOptions\\(\\) return type has no value type specified in iterable type array\\.$#"
|
|
count: 1
|
|
path: Widget/Type/AbstractWidgetTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Widget\\\\Type\\\\AbstractWidgetTest\\:\\:testDefaultData\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Widget/Type/AbstractWidgetTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Widget\\\\Type\\\\AbstractWidgetTest\\:\\:testSetter\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Widget/Type/AbstractWidgetTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Widget\\\\Type\\\\AbstractWidgetTypeTest\\:\\:getDefaultOptions\\(\\) return type has no value type specified in iterable type array\\.$#"
|
|
count: 1
|
|
path: Widget/Type/AbstractWidgetTypeTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Widget\\\\Type\\\\ActiveUsersYearTest\\:\\:getDefaultOptions\\(\\) return type has no value type specified in iterable type array\\.$#"
|
|
count: 1
|
|
path: Widget/Type/ActiveUsersYearTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Widget\\\\Type\\\\AmountMonthTest\\:\\:getDefaultOptions\\(\\) return type has no value type specified in iterable type array\\.$#"
|
|
count: 1
|
|
path: Widget/Type/AmountMonthTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Widget\\\\Type\\\\AmountMonthTest\\:\\:testSettings\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Widget/Type/AmountMonthTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Widget\\\\Type\\\\AmountTodayTest\\:\\:getDefaultOptions\\(\\) return type has no value type specified in iterable type array\\.$#"
|
|
count: 1
|
|
path: Widget/Type/AmountTodayTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Widget\\\\Type\\\\AmountTodayTest\\:\\:testSettings\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Widget/Type/AmountTodayTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Widget\\\\Type\\\\AmountTotalTest\\:\\:getDefaultOptions\\(\\) return type has no value type specified in iterable type array\\.$#"
|
|
count: 1
|
|
path: Widget/Type/AmountTotalTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Widget\\\\Type\\\\AmountTotalTest\\:\\:testSettings\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Widget/Type/AmountTotalTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Widget\\\\Type\\\\AmountWeekTest\\:\\:getDefaultOptions\\(\\) return type has no value type specified in iterable type array\\.$#"
|
|
count: 1
|
|
path: Widget/Type/AmountWeekTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Widget\\\\Type\\\\AmountWeekTest\\:\\:testSettings\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Widget/Type/AmountWeekTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Widget\\\\Type\\\\AmountYearTest\\:\\:getDefaultOptions\\(\\) return type has no value type specified in iterable type array\\.$#"
|
|
count: 1
|
|
path: Widget/Type/AmountYearTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Widget\\\\Type\\\\AmountYearTest\\:\\:testSettings\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Widget/Type/AmountYearTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Widget\\\\Type\\\\DailyWorkingTimeChartTest\\:\\:testDefaultValues\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Widget/Type/DailyWorkingTimeChartTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Widget\\\\Type\\\\DailyWorkingTimeChartTest\\:\\:testGetData\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Widget/Type/DailyWorkingTimeChartTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Widget\\\\Type\\\\DailyWorkingTimeChartTest\\:\\:testGetOptions\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Widget/Type/DailyWorkingTimeChartTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Widget\\\\Type\\\\DailyWorkingTimeChartTest\\:\\:testSetter\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Widget/Type/DailyWorkingTimeChartTest.php
|
|
|
|
-
|
|
message: "#^Parameter \\#2 \\$array of static method PHPUnit\\\\Framework\\\\Assert\\:\\:assertArrayHasKey\\(\\) expects array\\|ArrayAccess, mixed given\\.$#"
|
|
count: 1
|
|
path: Widget/Type/DailyWorkingTimeChartTest.php
|
|
|
|
-
|
|
message: "#^Parameter \\#2 \\$haystack of static method PHPUnit\\\\Framework\\\\Assert\\:\\:assertCount\\(\\) expects Countable\\|iterable, mixed given\\.$#"
|
|
count: 1
|
|
path: Widget/Type/DailyWorkingTimeChartTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Widget\\\\Type\\\\DurationYearTest\\:\\:getDefaultOptions\\(\\) return type has no value type specified in iterable type array\\.$#"
|
|
count: 1
|
|
path: Widget/Type/DurationYearTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Widget\\\\Type\\\\DurationYearTest\\:\\:testSettings\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Widget/Type/DurationYearTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Widget\\\\Type\\\\MoreTest\\:\\:getDefaultOptions\\(\\) return type has no value type specified in iterable type array\\.$#"
|
|
count: 1
|
|
path: Widget/Type/MoreTest.php
|
|
|
|
-
|
|
message: "#^Cannot access offset 'financialBegin' on mixed\\.$#"
|
|
count: 2
|
|
path: Widget/Type/PaginatedWorkingTimeChartTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Widget\\\\Type\\\\PaginatedWorkingTimeChartTest\\:\\:testDefaultValues\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Widget/Type/PaginatedWorkingTimeChartTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Widget\\\\Type\\\\PaginatedWorkingTimeChartTest\\:\\:testGetData\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Widget/Type/PaginatedWorkingTimeChartTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Widget\\\\Type\\\\PaginatedWorkingTimeChartTest\\:\\:testGetDataWithFinancialYear\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Widget/Type/PaginatedWorkingTimeChartTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Widget\\\\Type\\\\PaginatedWorkingTimeChartTest\\:\\:testGetOptions\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Widget/Type/PaginatedWorkingTimeChartTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Widget\\\\Type\\\\PaginatedWorkingTimeChartTest\\:\\:testSetter\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Widget/Type/PaginatedWorkingTimeChartTest.php
|
|
|
|
-
|
|
message: "#^Parameter \\#2 \\$array of static method PHPUnit\\\\Framework\\\\Assert\\:\\:assertArrayHasKey\\(\\) expects array\\|ArrayAccess, mixed given\\.$#"
|
|
count: 2
|
|
path: Widget/Type/PaginatedWorkingTimeChartTest.php
|
|
|
|
-
|
|
message: "#^Parameter \\#2 \\$haystack of static method PHPUnit\\\\Framework\\\\Assert\\:\\:assertCount\\(\\) expects Countable\\|iterable, mixed given\\.$#"
|
|
count: 2
|
|
path: Widget/Type/PaginatedWorkingTimeChartTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Widget\\\\Type\\\\TotalsActivityTest\\:\\:getDefaultOptions\\(\\) return type has no value type specified in iterable type array\\.$#"
|
|
count: 1
|
|
path: Widget/Type/TotalsActivityTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Widget\\\\Type\\\\TotalsActivityTest\\:\\:testData\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Widget/Type/TotalsActivityTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Widget\\\\Type\\\\TotalsCustomerTest\\:\\:getDefaultOptions\\(\\) return type has no value type specified in iterable type array\\.$#"
|
|
count: 1
|
|
path: Widget/Type/TotalsCustomerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Widget\\\\Type\\\\TotalsCustomerTest\\:\\:testData\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Widget/Type/TotalsCustomerTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Widget\\\\Type\\\\TotalsProjectTest\\:\\:getDefaultOptions\\(\\) return type has no value type specified in iterable type array\\.$#"
|
|
count: 1
|
|
path: Widget/Type/TotalsProjectTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Widget\\\\Type\\\\TotalsProjectTest\\:\\:testData\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Widget/Type/TotalsProjectTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Widget\\\\Type\\\\TotalsUserTest\\:\\:getDefaultOptions\\(\\) return type has no value type specified in iterable type array\\.$#"
|
|
count: 1
|
|
path: Widget/Type/TotalsUserTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Widget\\\\Type\\\\TotalsUserTest\\:\\:testData\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Widget/Type/TotalsUserTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Widget\\\\Type\\\\UserAmountMonthTest\\:\\:getDefaultOptions\\(\\) return type has no value type specified in iterable type array\\.$#"
|
|
count: 1
|
|
path: Widget/Type/UserAmountMonthTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Widget\\\\Type\\\\UserAmountMonthTest\\:\\:testSettings\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Widget/Type/UserAmountMonthTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Widget\\\\Type\\\\UserAmountTodayTest\\:\\:getDefaultOptions\\(\\) return type has no value type specified in iterable type array\\.$#"
|
|
count: 1
|
|
path: Widget/Type/UserAmountTodayTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Widget\\\\Type\\\\UserAmountTodayTest\\:\\:testSettings\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Widget/Type/UserAmountTodayTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Widget\\\\Type\\\\UserAmountTotalTest\\:\\:getDefaultOptions\\(\\) return type has no value type specified in iterable type array\\.$#"
|
|
count: 1
|
|
path: Widget/Type/UserAmountTotalTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Widget\\\\Type\\\\UserAmountTotalTest\\:\\:testSettings\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Widget/Type/UserAmountTotalTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Widget\\\\Type\\\\UserAmountWeekTest\\:\\:getDefaultOptions\\(\\) return type has no value type specified in iterable type array\\.$#"
|
|
count: 1
|
|
path: Widget/Type/UserAmountWeekTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Widget\\\\Type\\\\UserAmountWeekTest\\:\\:testSettings\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Widget/Type/UserAmountWeekTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Widget\\\\Type\\\\UserAmountYearTest\\:\\:getDefaultOptions\\(\\) return type has no value type specified in iterable type array\\.$#"
|
|
count: 1
|
|
path: Widget/Type/UserAmountYearTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Widget\\\\Type\\\\UserAmountYearTest\\:\\:testSettings\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Widget/Type/UserAmountYearTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Widget\\\\Type\\\\UserDurationYearTest\\:\\:getDefaultOptions\\(\\) return type has no value type specified in iterable type array\\.$#"
|
|
count: 1
|
|
path: Widget/Type/UserDurationYearTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Widget\\\\Type\\\\UserDurationYearTest\\:\\:testSettings\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Widget/Type/UserDurationYearTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Widget\\\\WidgetExceptionTest\\:\\:testConstruct\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Widget/WidgetExceptionTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Widget\\\\WidgetServiceTest\\:\\:testConstruct\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Widget/WidgetServiceTest.php
|
|
|
|
-
|
|
message: "#^Method App\\\\Tests\\\\Widget\\\\WidgetServiceTest\\:\\:testHasAndGetWidget\\(\\) has no return type specified\\.$#"
|
|
count: 1
|
|
path: Widget/WidgetServiceTest.php
|
|
|
|
-
|
|
message: "#^Cannot call method getManager\\(\\) on object\\|null\\.$#"
|
|
count: 1
|
|
path: phpstan-doctrine.php
|