diff --git a/phpstan-baseline.neon b/phpstan-baseline.neon index 3ac50c000..294f1bd2d 100644 --- a/phpstan-baseline.neon +++ b/phpstan-baseline.neon @@ -16,11 +16,31 @@ parameters: count: 1 path: app/Console/Commands/AutoRemoveBuilds.php + - + message: "#^Cannot access offset 'autoremovemaxbuilds' on mixed\\.$#" + count: 2 + path: app/Console/Commands/AutoRemoveBuilds.php + + - + message: "#^Cannot access offset 'autoremovetimeframe' on mixed\\.$#" + count: 1 + path: app/Console/Commands/AutoRemoveBuilds.php + + - + message: "#^Cannot access offset 'id' on mixed\\.$#" + count: 3 + path: app/Console/Commands/AutoRemoveBuilds.php + - message: "#^Cannot call method fetch\\(\\) on PDOStatement\\|false\\.$#" count: 2 path: app/Console/Commands/AutoRemoveBuilds.php + - + message: "#^Cannot cast mixed to int\\.$#" + count: 3 + path: app/Console/Commands/AutoRemoveBuilds.php + - message: "#^Loose comparison via \"\\!\\=\" is not allowed\\.$#" count: 1 @@ -41,11 +61,26 @@ parameters: count: 1 path: app/Console/Commands/AutoRemoveBuilds.php + - + message: "#^Parameter \\#1 \\$projectid of static method App\\\\Utils\\\\DatabaseCleanupUtils\\:\\:removeFirstBuilds\\(\\) expects int, mixed given\\.$#" + count: 1 + path: app/Console/Commands/AutoRemoveBuilds.php + - message: "#^Parameter \\#1 \\$stmt of method CDash\\\\Database\\:\\:execute\\(\\) expects PDOStatement, PDOStatement\\|false given\\.$#" count: 2 path: app/Console/Commands/AutoRemoveBuilds.php + - + message: "#^Parameter \\#2 \\$days of static method App\\\\Utils\\\\DatabaseCleanupUtils\\:\\:removeFirstBuilds\\(\\) expects int, mixed given\\.$#" + count: 1 + path: app/Console/Commands/AutoRemoveBuilds.php + + - + message: "#^Parameter \\#1 \\$string of function trim expects string, mixed given\\.$#" + count: 1 + path: app/Console/Commands/CheckKey.php + - message: "#^Method App\\\\Console\\\\Commands\\\\QueueSubmissions\\:\\:handle\\(\\) should return mixed but return statement is missing\\.$#" count: 1 @@ -141,6 +176,11 @@ parameters: count: 1 path: app/Console/Commands/UpdateDependencies.php + - + message: "#^Part \\$xml_type \\(mixed\\) of encapsed string cannot be cast to string\\.$#" + count: 1 + path: app/Console/Commands/ValidateXml.php + - message: "#^Parameter \\#1 \\$path of function app_path expects string, bool\\|string given\\.$#" count: 1 @@ -166,6 +206,16 @@ parameters: count: 1 path: app/Exceptions/Handler.php + - + message: "#^Binary operation \"\\.\" between non\\-falsy\\-string and mixed results in an error\\.$#" + count: 2 + path: app/GraphQL/Directives/FilterDirective.php + + - + message: "#^Cannot access offset mixed on mixed\\.$#" + count: 1 + path: app/GraphQL/Directives/FilterDirective.php + - message: "#^Method App\\\\GraphQL\\\\Directives\\\\FilterDirective\\:\\:applyFilters\\(\\) has parameter \\$builder with generic class Illuminate\\\\Database\\\\Eloquent\\\\Builder but does not specify its types\\: TModelClass$#" count: 1 @@ -176,6 +226,31 @@ parameters: count: 1 path: app/GraphQL/Directives/FilterDirective.php + - + message: "#^Parameter \\#1 \\$array of function array_key_first expects array, mixed given\\.$#" + count: 1 + path: app/GraphQL/Directives/FilterDirective.php + + - + message: "#^Parameter \\#2 \\$array of function array_key_exists expects array, mixed given\\.$#" + count: 4 + path: app/GraphQL/Directives/FilterDirective.php + + - + message: "#^Parameter \\#2 \\$filterName of method App\\\\GraphQL\\\\Directives\\\\FilterDirective\\:\\:createMultiFilterInput\\(\\) expects string, mixed given\\.$#" + count: 1 + path: app/GraphQL/Directives/FilterDirective.php + + - + message: "#^Cannot cast mixed to float\\.$#" + count: 1 + path: app/GraphQL/Scalars/NonNegativeSeconds.php + + - + message: "#^Part \\$value \\(mixed\\) of encapsed string cannot be cast to string\\.$#" + count: 2 + path: app/GraphQL/Scalars/NonNegativeSeconds.php + - message: "#^Class App\\\\Http\\\\Controllers\\\\AbstractBuildController has an uninitialized property \\$build\\. Give it default value or assign it in the constructor\\.$#" count: 1 @@ -201,6 +276,11 @@ parameters: count: 1 path: app/Http/Controllers/AbstractController.php + - + message: "#^Part \\$controller_path \\(mixed\\) of encapsed string cannot be cast to string\\.$#" + count: 1 + path: app/Http/Controllers/AbstractController.php + - message: "#^Class App\\\\Http\\\\Controllers\\\\AbstractProjectController has an uninitialized property \\$project\\. Give it default value or assign it in the constructor\\.$#" count: 1 @@ -290,6 +370,11 @@ parameters: count: 1 path: app/Http/Controllers/AdminController.php + - + message: "#^Cannot cast mixed to int\\.$#" + count: 2 + path: app/Http/Controllers/AdminController.php + - message: "#^Construct empty\\(\\) is not allowed\\. Use more strict comparison\\.$#" count: 1 @@ -365,6 +450,11 @@ parameters: count: 9 path: app/Http/Controllers/AdminController.php + - + message: "#^Parameter \\#1 \\$value of function intval expects array\\|bool\\|float\\|int\\|resource\\|string\\|null, mixed given\\.$#" + count: 8 + path: app/Http/Controllers/AdminController.php + - message: "#^Parameter \\#2 \\$timestamp of function date expects int\\|null, \\(int\\|false\\) given\\.$#" count: 3 @@ -390,11 +480,21 @@ parameters: count: 1 path: app/Http/Controllers/Auth/LoginController.php + - + message: "#^Method App\\\\Http\\\\Controllers\\\\Auth\\\\LoginController\\:\\:redirectTo\\(\\) should return string but returns mixed\\.$#" + count: 1 + path: app/Http/Controllers/Auth/LoginController.php + - message: "#^Cannot access property \\$password on App\\\\Models\\\\User\\|null\\.$#" count: 1 path: app/Http/Controllers/Auth/RegisterController.php + - + message: "#^Cannot call method hasVerifiedEmail\\(\\) on mixed\\.$#" + count: 1 + path: app/Http/Controllers/Auth/RegisterController.php + - message: "#^Cannot call method passwords\\(\\) on App\\\\Models\\\\User\\|null\\.$#" count: 1 @@ -410,6 +510,11 @@ parameters: count: 1 path: app/Http/Controllers/Auth/RegisterController.php + - + message: "#^Method App\\\\Http\\\\Controllers\\\\Auth\\\\RegisterController\\:\\:register\\(\\) should return Illuminate\\\\Http\\\\RedirectResponse\\|Illuminate\\\\Http\\\\Response but returns mixed\\.$#" + count: 1 + path: app/Http/Controllers/Auth/RegisterController.php + - message: "#^Method App\\\\Http\\\\Controllers\\\\Auth\\\\RegisterController\\:\\:validator\\(\\) has parameter \\$data with no value type specified in iterable type array\\.$#" count: 1 @@ -425,6 +530,11 @@ parameters: count: 1 path: app/Http/Controllers/Auth/RegisterController.php + - + message: "#^Part \\$password_min \\(mixed\\) of encapsed string cannot be cast to string\\.$#" + count: 1 + path: app/Http/Controllers/Auth/RegisterController.php + - message: "#^Short ternary operator is not allowed\\. Use null coalesce operator if applicable or consider using long ternary\\.$#" count: 1 @@ -440,11 +550,26 @@ parameters: count: 1 path: app/Http/Controllers/AuthTokenController.php + - + message: "#^Parameter \\#1 \\$value of function intval expects array\\|bool\\|float\\|int\\|resource\\|string\\|null, mixed given\\.$#" + count: 1 + path: app/Http/Controllers/AuthTokenController.php + - message: "#^Parameter \\#2 \\$expected_user_id of static method App\\\\Utils\\\\AuthTokenUtil\\:\\:deleteToken\\(\\) expects int, int\\|string\\|null given\\.$#" count: 1 path: app/Http/Controllers/AuthTokenController.php + - + message: "#^Parameter \\#3 \\$scope of static method App\\\\Utils\\\\AuthTokenUtil\\:\\:generateToken\\(\\) expects string, mixed given\\.$#" + count: 1 + path: app/Http/Controllers/AuthTokenController.php + + - + message: "#^Parameter \\#4 \\$description of static method App\\\\Utils\\\\AuthTokenUtil\\:\\:generateToken\\(\\) expects string, mixed given\\.$#" + count: 1 + path: app/Http/Controllers/AuthTokenController.php + - message: "#^Argument of an invalid type array\\\\|false supplied for foreach, only iterables are supported\\.$#" count: 1 @@ -497,6 +622,36 @@ parameters: count: 1 path: app/Http/Controllers/BuildController.php + - + message: "#^Cannot access an offset on mixed\\.$#" + count: 1 + path: app/Http/Controllers/BuildController.php + + - + message: "#^Cannot access offset 'id' on mixed\\.$#" + count: 2 + path: app/Http/Controllers/BuildController.php + + - + message: "#^Cannot access offset 'stderror' on mixed\\.$#" + count: 2 + path: app/Http/Controllers/BuildController.php + + - + message: "#^Cannot access offset 'stdoutput' on mixed\\.$#" + count: 2 + path: app/Http/Controllers/BuildController.php + + - + message: "#^Cannot access offset 'subprojectid' on mixed\\.$#" + count: 1 + path: app/Http/Controllers/BuildController.php + + - + message: "#^Cannot access property \\$BuildId on mixed\\.$#" + count: 1 + path: app/Http/Controllers/BuildController.php + - message: "#^Cannot access property \\$id on App\\\\Models\\\\Site\\|null\\.$#" count: 2 @@ -507,6 +662,11 @@ parameters: count: 4 path: app/Http/Controllers/BuildController.php + - + message: "#^Cannot call method GetUpdateForBuild\\(\\) on mixed\\.$#" + count: 1 + path: app/Http/Controllers/BuildController.php + - message: "#^Cannot call method bindParam\\(\\) on PDOStatement\\|false\\.$#" count: 2 @@ -522,6 +682,16 @@ parameters: count: 4 path: app/Http/Controllers/BuildController.php + - + message: "#^Cannot cast mixed to int\\.$#" + count: 3 + path: app/Http/Controllers/BuildController.php + + - + message: "#^Cannot use \\+\\+ on mixed\\.$#" + count: 1 + path: app/Http/Controllers/BuildController.php + - message: "#^Construct empty\\(\\) is not allowed\\. Use more strict comparison\\.$#" count: 2 @@ -652,6 +822,21 @@ parameters: count: 2 path: app/Http/Controllers/BuildController.php + - + message: "#^Parameter \\#1 \\$haystack of function substr_count expects string, mixed given\\.$#" + count: 2 + path: app/Http/Controllers/BuildController.php + + - + message: "#^Parameter \\#1 \\$json of function json_decode expects string, mixed given\\.$#" + count: 1 + path: app/Http/Controllers/BuildController.php + + - + message: "#^Parameter \\#1 \\$project_name of method App\\\\Http\\\\Controllers\\\\AbstractProjectController\\:\\:setProjectByName\\(\\) expects string, mixed given\\.$#" + count: 1 + path: app/Http/Controllers/BuildController.php + - message: "#^Parameter \\#1 \\$stmt of function pdo_execute expects PDOStatement, \\(PDOStatement\\|false\\) given\\.$#" count: 4 @@ -667,6 +852,11 @@ parameters: count: 1 path: app/Http/Controllers/BuildController.php + - + message: "#^Parameter \\#1 \\$string of function htmlspecialchars expects string, mixed given\\.$#" + count: 2 + path: app/Http/Controllers/BuildController.php + - message: "#^Parameter \\#1 \\$string of function substr expects string, \\(array\\\\|string\\) given\\.$#" count: 2 @@ -677,6 +867,11 @@ parameters: count: 4 path: app/Http/Controllers/BuildController.php + - + message: "#^Parameter \\#1 \\$value of function intval expects array\\|bool\\|float\\|int\\|resource\\|string\\|null, mixed given\\.$#" + count: 9 + path: app/Http/Controllers/BuildController.php + - message: "#^Parameter \\#2 \\$timestamp of function date expects int\\|null, int\\|false given\\.$#" count: 11 @@ -712,6 +907,11 @@ parameters: count: 1 path: app/Http/Controllers/BuildNoteController.php + - + message: "#^Parameter \\#1 \\$value of function intval expects array\\|bool\\|float\\|int\\|resource\\|string\\|null, mixed given\\.$#" + count: 1 + path: app/Http/Controllers/BuildNoteController.php + - message: """ #^Call to deprecated function pdo_execute\\(\\)\\: @@ -728,6 +928,36 @@ parameters: count: 2 path: app/Http/Controllers/BuildPropertiesController.php + - + message: "#^Cannot access offset 'buildid' on mixed\\.$#" + count: 1 + path: app/Http/Controllers/BuildPropertiesController.php + + - + message: "#^Cannot access offset 'descr' on mixed\\.$#" + count: 1 + path: app/Http/Controllers/BuildPropertiesController.php + + - + message: "#^Cannot access offset 'id' on mixed\\.$#" + count: 1 + path: app/Http/Controllers/BuildPropertiesController.php + + - + message: "#^Cannot access offset 'properties' on mixed\\.$#" + count: 1 + path: app/Http/Controllers/BuildPropertiesController.php + + - + message: "#^Cannot access offset int\\|string on mixed\\.$#" + count: 1 + path: app/Http/Controllers/BuildPropertiesController.php + + - + message: "#^Cannot access offset mixed on mixed\\.$#" + count: 1 + path: app/Http/Controllers/BuildPropertiesController.php + - message: "#^Cannot call method bindParam\\(\\) on PDOStatement\\|false\\.$#" count: 3 @@ -743,6 +973,11 @@ parameters: count: 1 path: app/Http/Controllers/BuildPropertiesController.php + - + message: "#^Cannot cast mixed to int\\.$#" + count: 1 + path: app/Http/Controllers/BuildPropertiesController.php + - message: "#^Empty array passed to foreach\\.$#" count: 2 @@ -758,11 +993,26 @@ parameters: count: 1 path: app/Http/Controllers/BuildPropertiesController.php + - + message: "#^Parameter \\#1 \\$array of function array_keys expects array, mixed given\\.$#" + count: 1 + path: app/Http/Controllers/BuildPropertiesController.php + - message: "#^Parameter \\#1 \\$haystack of function str_contains expects string, float\\|int\\|string given\\.$#" count: 1 path: app/Http/Controllers/BuildPropertiesController.php + - + message: "#^Parameter \\#1 \\$json of function json_decode expects string, mixed given\\.$#" + count: 1 + path: app/Http/Controllers/BuildPropertiesController.php + + - + message: "#^Parameter \\#1 \\$project_name of method App\\\\Http\\\\Controllers\\\\AbstractProjectController\\:\\:setProjectByName\\(\\) expects string, mixed given\\.$#" + count: 1 + path: app/Http/Controllers/BuildPropertiesController.php + - message: "#^Parameter \\#1 \\$stmt of function pdo_execute expects PDOStatement, \\(PDOStatement\\|false\\) given\\.$#" count: 1 @@ -773,6 +1023,11 @@ parameters: count: 2 path: app/Http/Controllers/BuildPropertiesController.php + - + message: "#^Parameter \\#2 \\$string of function explode expects string, mixed given\\.$#" + count: 1 + path: app/Http/Controllers/BuildPropertiesController.php + - message: "#^Construct empty\\(\\) is not allowed\\. Use more strict comparison\\.$#" count: 1 @@ -828,16 +1083,31 @@ parameters: count: 7 path: app/Http/Controllers/CoverageController.php + - + message: "#^Argument of an invalid type mixed supplied for foreach, only iterables are supported\\.$#" + count: 7 + path: app/Http/Controllers/CoverageController.php + - message: "#^Binary operation \"\\+\" between \\(array\\|float\\|int\\) and 10 results in an error\\.$#" count: 2 path: app/Http/Controllers/CoverageController.php + - + message: "#^Binary operation \"\\.\" between 'build' and mixed results in an error\\.$#" + count: 1 + path: app/Http/Controllers/CoverageController.php + - message: "#^Binary operation \"\\.\" between non\\-falsy\\-string and \\(array\\|float\\|int\\) results in an error\\.$#" count: 4 path: app/Http/Controllers/CoverageController.php + - + message: "#^Binary operation \"\\.\" between non\\-falsy\\-string and mixed results in an error\\.$#" + count: 2 + path: app/Http/Controllers/CoverageController.php + - message: """ #^Call to deprecated method execute\\(\\) of class CDash\\\\Database\\: @@ -886,87 +1156,157 @@ parameters: path: app/Http/Controllers/CoverageController.php - - message: "#^Cannot access offset 'loctested' on array\\|false\\|null\\.$#" - count: 4 - path: app/Http/Controllers/CoverageController.php - - - - message: "#^Cannot access offset 'locuntested' on array\\|false\\|null\\.$#" - count: 4 - path: app/Http/Controllers/CoverageController.php - - - - message: "#^Cannot access offset 'text' on array\\|false\\|null\\.$#" - count: 1 + message: "#^Cannot access offset 'coverages' on mixed\\.$#" + count: 2 path: app/Http/Controllers/CoverageController.php - - message: "#^Cannot access property \\$admin on App\\\\Models\\\\User\\|null\\.$#" - count: 1 + message: "#^Cannot access offset 'id' on mixed\\.$#" + count: 10 path: app/Http/Controllers/CoverageController.php - - message: "#^Cannot access property \\$id on App\\\\Models\\\\User\\|null\\.$#" + message: "#^Cannot access offset 'key' on mixed\\.$#" count: 1 path: app/Http/Controllers/CoverageController.php - - message: "#^Cannot access property \\$name on App\\\\Models\\\\Site\\|null\\.$#" - count: 1 + message: "#^Cannot access offset 'label' on mixed\\.$#" + count: 4 path: app/Http/Controllers/CoverageController.php - - message: "#^Cannot call method bindParam\\(\\) on PDOStatement\\|false\\.$#" - count: 1 + message: "#^Cannot access offset 'loctested' on array\\|false\\|null\\.$#" + count: 4 path: app/Http/Controllers/CoverageController.php - - message: "#^Construct empty\\(\\) is not allowed\\. Use more strict comparison\\.$#" - count: 10 + message: "#^Cannot access offset 'loctested' on mixed\\.$#" + count: 4 path: app/Http/Controllers/CoverageController.php - - message: "#^Implicit array creation is not allowed \\- variable \\$covfile might not exist\\.$#" + message: "#^Cannot access offset 'loctesteddiff' on mixed\\.$#" count: 2 path: app/Http/Controllers/CoverageController.php - - message: "#^Loose comparison using \\=\\= between 1 and 1 will always evaluate to true\\.$#" + message: "#^Cannot access offset 'locuntested' on array\\|false\\|null\\.$#" count: 4 path: app/Http/Controllers/CoverageController.php - - message: "#^Loose comparison via \"\\!\\=\" is not allowed\\.$#" - count: 11 + message: "#^Cannot access offset 'locuntested' on mixed\\.$#" + count: 4 path: app/Http/Controllers/CoverageController.php - - message: "#^Loose comparison via \"\\=\\=\" is not allowed\\.$#" - count: 59 + message: "#^Cannot access offset 'locuntesteddiff' on mixed\\.$#" + count: 2 path: app/Http/Controllers/CoverageController.php - - message: "#^Method App\\\\Http\\\\Controllers\\\\CoverageController\\:\\:ajaxGetViewCoverage\\(\\) throws checked exception DivisionByZeroError but it's missing from the PHPDoc @throws tag\\.$#" - count: 3 + message: "#^Cannot access offset 'name' on mixed\\.$#" + count: 1 path: app/Http/Controllers/CoverageController.php - - message: "#^Method App\\\\Http\\\\Controllers\\\\CoverageController\\:\\:apiCompareCoverage_get_coverage\\(\\) throws checked exception DivisionByZeroError but it's missing from the PHPDoc @throws tag\\.$#" + message: "#^Cannot access offset 'percentage' on mixed\\.$#" count: 2 path: app/Http/Controllers/CoverageController.php - - message: "#^Method App\\\\Http\\\\Controllers\\\\CoverageController\\:\\:get_cdash_dashboard_xml_by_name\\(\\) has parameter \\$date with no type specified\\.$#" + message: "#^Cannot access offset 'subprojectgroup' on mixed\\.$#" count: 1 path: app/Http/Controllers/CoverageController.php - - message: "#^Method App\\\\Http\\\\Controllers\\\\CoverageController\\:\\:manageCoverage\\(\\) never returns Illuminate\\\\Http\\\\RedirectResponse so it can be removed from the return type\\.$#" + message: "#^Cannot access offset 'text' on array\\|false\\|null\\.$#" count: 1 path: app/Http/Controllers/CoverageController.php - - message: "#^Method App\\\\Http\\\\Controllers\\\\CoverageController\\:\\:sort_branches\\(\\) has parameter \\$a with no type specified\\.$#" + message: "#^Cannot access property \\$admin on App\\\\Models\\\\User\\|null\\.$#" + count: 1 + path: app/Http/Controllers/CoverageController.php + + - + message: "#^Cannot access property \\$id on App\\\\Models\\\\User\\|null\\.$#" + count: 1 + path: app/Http/Controllers/CoverageController.php + + - + message: "#^Cannot access property \\$name on App\\\\Models\\\\Site\\|null\\.$#" + count: 1 + path: app/Http/Controllers/CoverageController.php + + - + message: "#^Cannot call method GetId\\(\\) on mixed\\.$#" + count: 1 + path: app/Http/Controllers/CoverageController.php + + - + message: "#^Cannot call method GetName\\(\\) on mixed\\.$#" + count: 1 + path: app/Http/Controllers/CoverageController.php + + - + message: "#^Cannot call method bindParam\\(\\) on PDOStatement\\|false\\.$#" + count: 1 + path: app/Http/Controllers/CoverageController.php + + - + message: "#^Cannot cast mixed to int\\.$#" + count: 13 + path: app/Http/Controllers/CoverageController.php + + - + message: "#^Construct empty\\(\\) is not allowed\\. Use more strict comparison\\.$#" + count: 10 + path: app/Http/Controllers/CoverageController.php + + - + message: "#^Implicit array creation is not allowed \\- variable \\$covfile might not exist\\.$#" + count: 2 + path: app/Http/Controllers/CoverageController.php + + - + message: "#^Loose comparison using \\=\\= between 1 and 1 will always evaluate to true\\.$#" + count: 4 + path: app/Http/Controllers/CoverageController.php + + - + message: "#^Loose comparison via \"\\!\\=\" is not allowed\\.$#" + count: 11 + path: app/Http/Controllers/CoverageController.php + + - + message: "#^Loose comparison via \"\\=\\=\" is not allowed\\.$#" + count: 59 + path: app/Http/Controllers/CoverageController.php + + - + message: "#^Method App\\\\Http\\\\Controllers\\\\CoverageController\\:\\:ajaxGetViewCoverage\\(\\) throws checked exception DivisionByZeroError but it's missing from the PHPDoc @throws tag\\.$#" + count: 3 + path: app/Http/Controllers/CoverageController.php + + - + message: "#^Method App\\\\Http\\\\Controllers\\\\CoverageController\\:\\:apiCompareCoverage_get_coverage\\(\\) throws checked exception DivisionByZeroError but it's missing from the PHPDoc @throws tag\\.$#" + count: 2 + path: app/Http/Controllers/CoverageController.php + + - + message: "#^Method App\\\\Http\\\\Controllers\\\\CoverageController\\:\\:get_cdash_dashboard_xml_by_name\\(\\) has parameter \\$date with no type specified\\.$#" + count: 1 + path: app/Http/Controllers/CoverageController.php + + - + message: "#^Method App\\\\Http\\\\Controllers\\\\CoverageController\\:\\:manageCoverage\\(\\) never returns Illuminate\\\\Http\\\\RedirectResponse so it can be removed from the return type\\.$#" + count: 1 + path: app/Http/Controllers/CoverageController.php + + - + message: "#^Method App\\\\Http\\\\Controllers\\\\CoverageController\\:\\:sort_branches\\(\\) has parameter \\$a with no type specified\\.$#" count: 1 path: app/Http/Controllers/CoverageController.php @@ -1135,6 +1475,16 @@ parameters: count: 1 path: app/Http/Controllers/CoverageController.php + - + message: "#^Parameter \\#1 \\$coverage of static method App\\\\Http\\\\Controllers\\\\CoverageController\\:\\:apiCompareCoverage_create_subproject\\(\\) expects array\\, mixed given\\.$#" + count: 2 + path: app/Http/Controllers/CoverageController.php + + - + message: "#^Parameter \\#1 \\$key of function array_key_exists expects int\\|string, mixed given\\.$#" + count: 1 + path: app/Http/Controllers/CoverageController.php + - message: "#^Parameter \\#1 \\$num of function round expects float\\|int, int\\|string given\\.$#" count: 2 @@ -1145,11 +1495,46 @@ parameters: count: 1 path: app/Http/Controllers/CoverageController.php + - + message: "#^Parameter \\#1 \\$string of function htmlentities expects string, mixed given\\.$#" + count: 5 + path: app/Http/Controllers/CoverageController.php + + - + message: "#^Parameter \\#1 \\$string of function htmlspecialchars expects string, mixed given\\.$#" + count: 6 + path: app/Http/Controllers/CoverageController.php + + - + message: "#^Parameter \\#1 \\$string of function strlen expects string, mixed given\\.$#" + count: 2 + path: app/Http/Controllers/CoverageController.php + + - + message: "#^Parameter \\#1 \\$string of function urlencode expects string, mixed given\\.$#" + count: 2 + path: app/Http/Controllers/CoverageController.php + - message: "#^Parameter \\#1 \\$string of function urlencode expects string, string\\|false given\\.$#" count: 1 path: app/Http/Controllers/CoverageController.php + - + message: "#^Parameter \\#1 \\$value of function intval expects array\\|bool\\|float\\|int\\|resource\\|string\\|null, mixed given\\.$#" + count: 13 + path: app/Http/Controllers/CoverageController.php + + - + message: "#^Parameter \\#2 \\$build_array of static method App\\\\Http\\\\Controllers\\\\CoverageController\\:\\:apiCompareCoverage_get_build_label\\(\\) expects array\\, mixed given\\.$#" + count: 1 + path: app/Http/Controllers/CoverageController.php + + - + message: "#^Parameter \\#2 \\$file_path of method App\\\\Http\\\\Controllers\\\\CoverageController\\:\\:setFilePriority\\(\\) expects string, mixed given\\.$#" + count: 1 + path: app/Http/Controllers/CoverageController.php + - message: "#^Parameter \\#2 \\$timestamp of function date expects int\\|null, int\\|false given\\.$#" count: 1 @@ -1165,6 +1550,21 @@ parameters: count: 1 path: app/Http/Controllers/CoverageController.php + - + message: "#^Parameter \\#2 \\.\\.\\.\\$arrays of function array_merge expects array, mixed given\\.$#" + count: 1 + path: app/Http/Controllers/CoverageController.php + + - + message: "#^Parameter \\#3 \\$coverage of static method App\\\\Http\\\\Controllers\\\\CoverageController\\:\\:apiCompareCoverage_populate_subproject\\(\\) expects array\\, mixed given\\.$#" + count: 4 + path: app/Http/Controllers/CoverageController.php + + - + message: "#^Part \\$num_labels \\(mixed\\) of encapsed string cannot be cast to string\\.$#" + count: 1 + path: app/Http/Controllers/CoverageController.php + - message: "#^Strict comparison using \\=\\=\\= between 'bullseye' and 'bullseye' will always evaluate to true\\.$#" count: 1 @@ -1205,11 +1605,21 @@ parameters: count: 1 path: app/Http/Controllers/EditProjectController.php + - + message: "#^Cannot cast mixed to int\\.$#" + count: 3 + path: app/Http/Controllers/ExpectedBuildController.php + - message: "#^Only numeric types are allowed in \\-, \\(int\\|false\\) given on the right side\\.$#" count: 1 path: app/Http/Controllers/ExpectedBuildController.php + - + message: "#^Parameter \\#1 \\$string of function htmlspecialchars expects string, mixed given\\.$#" + count: 3 + path: app/Http/Controllers/ExpectedBuildController.php + - message: "#^Parameter \\#2 \\$timestamp of function date expects int\\|null, int\\|false given\\.$#" count: 2 @@ -1220,11 +1630,31 @@ parameters: count: 1 path: app/Http/Controllers/FilterController.php + - + message: "#^Parameter \\#1 \\$page_id of static method App\\\\Http\\\\Controllers\\\\FilterController\\:\\:getFiltersForPage\\(\\) expects string, mixed given\\.$#" + count: 1 + path: app/Http/Controllers/FilterController.php + + - + message: "#^Parameter \\#1 \\$page_id of static method App\\\\Http\\\\Controllers\\\\FilterController\\:\\:isDatePage\\(\\) expects string, mixed given\\.$#" + count: 1 + path: app/Http/Controllers/FilterController.php + - message: "#^Only booleans are allowed in a ternary operator condition, mixed given\\.$#" count: 1 path: app/Http/Controllers/IndexController.php + - + message: "#^Part \\$default_project \\(mixed\\) of encapsed string cannot be cast to string\\.$#" + count: 1 + path: app/Http/Controllers/IndexController.php + + - + message: "#^Cannot cast mixed to int\\.$#" + count: 3 + path: app/Http/Controllers/ManageBannerController.php + - message: "#^Method App\\\\Http\\\\Controllers\\\\ManageBannerController\\:\\:manageBanner\\(\\) never returns Illuminate\\\\Http\\\\RedirectResponse so it can be removed from the return type\\.$#" count: 1 @@ -1235,6 +1665,21 @@ parameters: count: 2 path: app/Http/Controllers/ManageMeasurementsController.php + - + message: "#^Cannot access offset 'id' on mixed\\.$#" + count: 1 + path: app/Http/Controllers/ManageMeasurementsController.php + + - + message: "#^Cannot access offset 'name' on mixed\\.$#" + count: 1 + path: app/Http/Controllers/ManageMeasurementsController.php + + - + message: "#^Cannot access offset 'position' on mixed\\.$#" + count: 1 + path: app/Http/Controllers/ManageMeasurementsController.php + - message: "#^Cannot access property \\$id on App\\\\Models\\\\Measurement\\|null\\.$#" count: 1 @@ -1260,6 +1705,11 @@ parameters: count: 1 path: app/Http/Controllers/ManageMeasurementsController.php + - + message: "#^Cannot cast mixed to int\\.$#" + count: 4 + path: app/Http/Controllers/ManageMeasurementsController.php + - message: "#^Dynamic call to static method Illuminate\\\\Database\\\\Eloquent\\\\Relations\\\\HasMany\\\\:\\:delete\\(\\)\\.$#" count: 1 @@ -1300,6 +1750,11 @@ parameters: count: 5 path: app/Http/Controllers/ManageProjectRolesController.php + - + message: "#^Binary operation \"\\.\" between '%%' and mixed results in an error\\.$#" + count: 3 + path: app/Http/Controllers/ManageProjectRolesController.php + - message: """ #^Call to deprecated function add_last_sql_error\\(\\)\\: @@ -1340,6 +1795,21 @@ parameters: count: 5 path: app/Http/Controllers/ManageProjectRolesController.php + - + message: "#^Cannot access offset 'tmp_name' on mixed\\.$#" + count: 1 + path: app/Http/Controllers/ManageProjectRolesController.php + + - + message: "#^Cannot access offset int\\<0, max\\> on mixed\\.$#" + count: 5 + path: app/Http/Controllers/ManageProjectRolesController.php + + - + message: "#^Cannot cast mixed to int\\.$#" + count: 4 + path: app/Http/Controllers/ManageProjectRolesController.php + - message: "#^Dynamic call to static method Illuminate\\\\Database\\\\Eloquent\\\\Relations\\\\BelongsToMany\\\\:\\:pluck\\(\\)\\.$#" count: 1 @@ -1415,6 +1885,11 @@ parameters: count: 1 path: app/Http/Controllers/ManageProjectRolesController.php + - + message: "#^Parameter \\#1 \\$filename of function file_get_contents expects string, mixed given\\.$#" + count: 1 + path: app/Http/Controllers/ManageProjectRolesController.php + - message: "#^Parameter \\#1 \\$haystack of function strpos expects string, string\\|false given\\.$#" count: 2 @@ -1440,6 +1915,21 @@ parameters: count: 1 path: app/Http/Controllers/ManageProjectRolesController.php + - + message: "#^Parameter \\#1 \\$value of function count expects array\\|Countable, mixed given\\.$#" + count: 1 + path: app/Http/Controllers/ManageProjectRolesController.php + + - + message: "#^Parameter \\#1 \\$value of function intval expects array\\|bool\\|float\\|int\\|resource\\|string\\|null, mixed given\\.$#" + count: 4 + path: app/Http/Controllers/ManageProjectRolesController.php + + - + message: "#^Parameter \\#2 \\$string of function explode expects string, mixed given\\.$#" + count: 1 + path: app/Http/Controllers/ManageProjectRolesController.php + - message: "#^Parameter \\#2 \\$timestamp of function date expects int\\|null, int\\|false given\\.$#" count: 1 @@ -1470,11 +1960,56 @@ parameters: count: 2 path: app/Http/Controllers/ManageUsersController.php + - + message: "#^Cannot cast mixed to int\\.$#" + count: 1 + path: app/Http/Controllers/ManageUsersController.php + - message: "#^Method App\\\\Http\\\\Controllers\\\\ManageUsersController\\:\\:showPage\\(\\) never returns Illuminate\\\\Http\\\\RedirectResponse so it can be removed from the return type\\.$#" count: 1 path: app/Http/Controllers/ManageUsersController.php + - + message: "#^Parameter \\#1 \\$password of function password_hash expects string, mixed given\\.$#" + count: 1 + path: app/Http/Controllers/ManageUsersController.php + + - + message: "#^Parameter \\#1 \\$string of function trim expects string, mixed given\\.$#" + count: 1 + path: app/Http/Controllers/ManageUsersController.php + + - + message: "#^Part \\$email \\(mixed\\) of encapsed string cannot be cast to string\\.$#" + count: 1 + path: app/Http/Controllers/ManageUsersController.php + + - + message: "#^Part \\$passwd \\(mixed\\) of encapsed string cannot be cast to string\\.$#" + count: 1 + path: app/Http/Controllers/ManageUsersController.php + + - + message: "#^Property App\\\\Models\\\\User\\:\\:\\$email \\(string\\) does not accept mixed\\.$#" + count: 1 + path: app/Http/Controllers/ManageUsersController.php + + - + message: "#^Property App\\\\Models\\\\User\\:\\:\\$firstname \\(string\\) does not accept mixed\\.$#" + count: 1 + path: app/Http/Controllers/ManageUsersController.php + + - + message: "#^Property App\\\\Models\\\\User\\:\\:\\$institution \\(string\\) does not accept mixed\\.$#" + count: 1 + path: app/Http/Controllers/ManageUsersController.php + + - + message: "#^Property App\\\\Models\\\\User\\:\\:\\$lastname \\(string\\) does not accept mixed\\.$#" + count: 1 + path: app/Http/Controllers/ManageUsersController.php + - message: "#^Variable \\$post_user might not be defined\\.$#" count: 8 @@ -1526,6 +2061,11 @@ parameters: count: 2 path: app/Http/Controllers/MapController.php + - + message: "#^Parameter \\#1 \\$string of function htmlspecialchars expects string, mixed given\\.$#" + count: 2 + path: app/Http/Controllers/MapController.php + - message: "#^Parameter \\#2 \\$minute of function gmmktime expects int\\|null, string given\\.$#" count: 2 @@ -1571,16 +2111,31 @@ parameters: count: 1 path: app/Http/Controllers/MapController.php + - + message: "#^Binary operation \"\\-\" between int\\<1, max\\> and mixed results in an error\\.$#" + count: 1 + path: app/Http/Controllers/MonitorController.php + - message: "#^Cannot access property \\$truncated_time on stdClass\\|null\\.$#" count: 8 path: app/Http/Controllers/MonitorController.php + - + message: "#^Parameter \\#1 \\$value of function intval expects array\\|bool\\|float\\|int\\|resource\\|string\\|null, mixed given\\.$#" + count: 1 + path: app/Http/Controllers/MonitorController.php + - message: "#^Method App\\\\Http\\\\Controllers\\\\OAuthController\\:\\:callback\\(\\) never returns Illuminate\\\\Routing\\\\Redirector so it can be removed from the return type\\.$#" count: 1 path: app/Http/Controllers/OAuthController.php + - + message: "#^Parameter \\#1 \\$to of function redirect expects string\\|null, mixed given\\.$#" + count: 1 + path: app/Http/Controllers/OAuthController.php + - message: """ #^Call to deprecated method getPdo\\(\\) of class CDash\\\\Database\\: @@ -1600,17 +2155,27 @@ parameters: path: app/Http/Controllers/ProjectController.php - - message: "#^Access to an undefined property object\\:\\:\\$numdefects\\.$#" + message: "#^Parameter \\#1 \\$value of function intval expects array\\|bool\\|float\\|int\\|resource\\|string\\|null, mixed given\\.$#" count: 2 - path: app/Http/Controllers/ProjectOverviewController.php + path: app/Http/Controllers/ProjectController.php - - message: "#^Binary operation \"\\+\\=\" between \\(array\\|float\\|int\\) and int results in an error\\.$#" + message: "#^Access to an undefined property object\\:\\:\\$numdefects\\.$#" count: 2 path: app/Http/Controllers/ProjectOverviewController.php - - message: "#^Binary operation \"/\" between \\(array\\|float\\|int\\) and int\\\\|int\\<1, max\\> results in an error\\.$#" + message: "#^Argument of an invalid type mixed supplied for foreach, only iterables are supported\\.$#" + count: 1 + path: app/Http/Controllers/ProjectOverviewController.php + + - + message: "#^Binary operation \"\\+\\=\" between \\(array\\|float\\|int\\) and int results in an error\\.$#" + count: 2 + path: app/Http/Controllers/ProjectOverviewController.php + + - + message: "#^Binary operation \"/\" between \\(array\\|float\\|int\\) and int\\\\|int\\<1, max\\> results in an error\\.$#" count: 1 path: app/Http/Controllers/ProjectOverviewController.php @@ -1629,6 +2194,21 @@ parameters: count: 2 path: app/Http/Controllers/ProjectOverviewController.php + - + message: "#^Cannot access offset 'id' on mixed\\.$#" + count: 1 + path: app/Http/Controllers/ProjectOverviewController.php + + - + message: "#^Cannot access offset 'position' on mixed\\.$#" + count: 1 + path: app/Http/Controllers/ProjectOverviewController.php + + - + message: "#^Cannot access offset 'type' on mixed\\.$#" + count: 1 + path: app/Http/Controllers/ProjectOverviewController.php + - message: "#^Construct empty\\(\\) is not allowed\\. Use more strict comparison\\.$#" count: 2 @@ -1919,6 +2499,26 @@ parameters: count: 1 path: app/Http/Controllers/ProjectOverviewController.php + - + message: "#^Parameter \\#1 \\$json of function json_decode expects string, mixed given\\.$#" + count: 1 + path: app/Http/Controllers/ProjectOverviewController.php + + - + message: "#^Parameter \\#1 \\$string of function htmlspecialchars expects string, mixed given\\.$#" + count: 2 + path: app/Http/Controllers/ProjectOverviewController.php + + - + message: "#^Parameter \\#1 \\$value of function count expects array\\|Countable, mixed given\\.$#" + count: 1 + path: app/Http/Controllers/ProjectOverviewController.php + + - + message: "#^Parameter \\#1 \\$value of function intval expects array\\|bool\\|float\\|int\\|resource\\|string\\|null, mixed given\\.$#" + count: 3 + path: app/Http/Controllers/ProjectOverviewController.php + - message: "#^Parameter \\#2 \\$timestamp of function gmdate expects int\\|null, \\(float\\|int\\) given\\.$#" count: 2 @@ -1939,6 +2539,11 @@ parameters: count: 4 path: app/Http/Controllers/SiteController.php + - + message: "#^Argument of an invalid type mixed supplied for foreach, only iterables are supported\\.$#" + count: 1 + path: app/Http/Controllers/SiteController.php + - message: """ #^Call to deprecated function pdo_error\\(\\)\\: @@ -1978,6 +2583,11 @@ parameters: count: 1 path: app/Http/Controllers/SiteController.php + - + message: "#^Cannot cast mixed to int\\.$#" + count: 4 + path: app/Http/Controllers/SiteController.php + - message: "#^Construct empty\\(\\) is not allowed\\. Use more strict comparison\\.$#" count: 2 @@ -2038,11 +2648,26 @@ parameters: count: 1 path: app/Http/Controllers/SiteController.php + - + message: "#^Parameter \\#1 \\$key of function array_key_exists expects int\\|string, mixed given\\.$#" + count: 1 + path: app/Http/Controllers/SiteController.php + - message: "#^Parameter \\#1 \\$value of function count expects array\\|Countable, array\\|false given\\.$#" count: 2 path: app/Http/Controllers/SiteController.php + - + message: "#^Parameter \\#1 \\$value of function intval expects array\\|bool\\|float\\|int\\|resource\\|string\\|null, mixed given\\.$#" + count: 4 + path: app/Http/Controllers/SiteController.php + + - + message: "#^Parameter \\#2 \\$array of function array_key_exists expects array, mixed given\\.$#" + count: 1 + path: app/Http/Controllers/SiteController.php + - message: "#^Variable \\$outoforder might not be defined\\.$#" count: 2 @@ -2206,11 +2831,26 @@ parameters: count: 1 path: app/Http/Controllers/SubProjectController.php + - + message: "#^Parameter \\#1 \\$string of function htmlspecialchars expects string, mixed given\\.$#" + count: 2 + path: app/Http/Controllers/SubProjectController.php + - message: "#^Parameter \\#1 \\$string of function strlen expects string, string\\|false given\\.$#" count: 2 path: app/Http/Controllers/SubProjectController.php + - + message: "#^Parameter \\#1 \\$time of static method Carbon\\\\Carbon\\:\\:parse\\(\\) expects DateTimeInterface\\|string\\|null, mixed given\\.$#" + count: 1 + path: app/Http/Controllers/SubProjectController.php + + - + message: "#^Parameter \\#1 \\$value of function intval expects array\\|bool\\|float\\|int\\|resource\\|string\\|null, mixed given\\.$#" + count: 1 + path: app/Http/Controllers/SubProjectController.php + - message: "#^Parameter \\#2 \\$timestamp of function gmdate expects int\\|null, \\(float\\|int\\) given\\.$#" count: 2 @@ -2234,6 +2874,31 @@ parameters: count: 1 path: app/Http/Controllers/SubmissionController.php + - + message: "#^Parameter \\#1 \\$projectname of static method CDash\\\\Model\\\\Project\\:\\:validateProjectName\\(\\) expects string, mixed given\\.$#" + count: 1 + path: app/Http/Controllers/SubmissionController.php + + - + message: "#^Parameter \\#1 \\$string of function htmlspecialchars expects string, mixed given\\.$#" + count: 1 + path: app/Http/Controllers/SubmissionController.php + + - + message: "#^Parameter \\#1 \\$string of function strlen expects string, mixed given\\.$#" + count: 1 + path: app/Http/Controllers/SubmissionController.php + + - + message: "#^Parameter \\#1 \\$value of function decrypt expects string, mixed given\\.$#" + count: 1 + path: app/Http/Controllers/SubmissionController.php + + - + message: "#^Part \\$projectname \\(mixed\\) of encapsed string cannot be cast to string\\.$#" + count: 4 + path: app/Http/Controllers/SubmissionController.php + - message: "#^Argument of an invalid type array\\\\|false supplied for foreach, only iterables are supported\\.$#" count: 1 @@ -2244,6 +2909,11 @@ parameters: count: 2 path: app/Http/Controllers/SubscribeProjectController.php + - + message: "#^Argument of an invalid type mixed supplied for foreach, only iterables are supported\\.$#" + count: 1 + path: app/Http/Controllers/SubscribeProjectController.php + - message: """ #^Call to deprecated method executePrepared\\(\\) of class CDash\\\\Database\\: @@ -2285,11 +2955,46 @@ parameters: count: 1 path: app/Http/Controllers/SubscribeProjectController.php + - + message: "#^Parameter \\#1 \\$credentials of method CDash\\\\Model\\\\UserProject\\:\\:UpdateCredentials\\(\\) expects array, mixed given\\.$#" + count: 2 + path: app/Http/Controllers/SubscribeProjectController.php + + - + message: "#^Parameter \\#1 \\$labels of method CDash\\\\Model\\\\LabelEmail\\:\\:UpdateLabels\\(\\) expects array\\|null, mixed given\\.$#" + count: 1 + path: app/Http/Controllers/SubscribeProjectController.php + + - + message: "#^Parameter \\#1 \\$value of function intval expects array\\|bool\\|float\\|int\\|resource\\|string\\|null, mixed given\\.$#" + count: 13 + path: app/Http/Controllers/SubscribeProjectController.php + - message: "#^Parameter \\#2 \\.\\.\\.\\$arrays of function array_diff expects array, array\\\\|false given\\.$#" count: 1 path: app/Http/Controllers/SubscribeProjectController.php + - + message: "#^Binary operation \"\\+\" between mixed and 86400 results in an error\\.$#" + count: 1 + path: app/Http/Controllers/TestController.php + + - + message: "#^Binary operation \"\\-\" between mixed and 604800 results in an error\\.$#" + count: 1 + path: app/Http/Controllers/TestController.php + + - + message: "#^Binary operation \"\\-\\=\" between mixed and 86400 results in an error\\.$#" + count: 1 + path: app/Http/Controllers/TestController.php + + - + message: "#^Binary operation \"\\.\" between mixed and '&export\\=csv' results in an error\\.$#" + count: 1 + path: app/Http/Controllers/TestController.php + - message: """ #^Call to deprecated method executePreparedSingleRow\\(\\) of class CDash\\\\Database\\: @@ -2303,6 +3008,26 @@ parameters: count: 1 path: app/Http/Controllers/TestController.php + - + message: "#^Cannot access property \\$buildid on mixed\\.$#" + count: 1 + path: app/Http/Controllers/TestController.php + + - + message: "#^Cannot access property \\$name on mixed\\.$#" + count: 1 + path: app/Http/Controllers/TestController.php + + - + message: "#^Cannot access property \\$value on mixed\\.$#" + count: 1 + path: app/Http/Controllers/TestController.php + + - + message: "#^Cannot cast mixed to int\\.$#" + count: 2 + path: app/Http/Controllers/TestController.php + - message: "#^Loose comparison via \"\\!\\=\" is not allowed\\.$#" count: 2 @@ -2318,6 +3043,21 @@ parameters: count: 1 path: app/Http/Controllers/TestController.php + - + message: "#^Parameter \\#1 \\$project_name of method App\\\\Http\\\\Controllers\\\\AbstractProjectController\\:\\:setProjectByName\\(\\) expects string, mixed given\\.$#" + count: 2 + path: app/Http/Controllers/TestController.php + + - + message: "#^Parameter \\#1 \\$string of function htmlspecialchars expects string, mixed given\\.$#" + count: 3 + path: app/Http/Controllers/TestController.php + + - + message: "#^Parameter \\#1 \\$value of function intval expects array\\|bool\\|float\\|int\\|resource\\|string\\|null, mixed given\\.$#" + count: 1 + path: app/Http/Controllers/TestController.php + - message: "#^Parameter \\#2 \\$timestamp of function date expects int\\|null, \\(float\\|int\\) given\\.$#" count: 1 @@ -2328,6 +3068,16 @@ parameters: count: 2 path: app/Http/Controllers/TestController.php + - + message: "#^Parameter \\#2 \\$timestamp of function gmdate expects int\\|null, mixed given\\.$#" + count: 1 + path: app/Http/Controllers/TestController.php + + - + message: "#^Parameter \\#1 \\$project_name of method App\\\\Http\\\\Controllers\\\\AbstractProjectController\\:\\:setProjectByName\\(\\) expects string, mixed given\\.$#" + count: 1 + path: app/Http/Controllers/TimelineController.php + - message: "#^Access to an undefined property App\\\\Models\\\\Site\\|Illuminate\\\\Database\\\\Eloquent\\\\Collection\\\\:\\:\\$id\\.$#" count: 2 @@ -2348,6 +3098,11 @@ parameters: count: 1 path: app/Http/Controllers/UserController.php + - + message: "#^Binary operation \"\\.\" between mixed and ' UTC' results in an error\\.$#" + count: 1 + path: app/Http/Controllers/UserController.php + - message: """ #^Call to deprecated function pdo_execute\\(\\)\\: @@ -2364,6 +3119,46 @@ parameters: count: 1 path: app/Http/Controllers/UserController.php + - + message: "#^Cannot access an offset on mixed\\.$#" + count: 1 + path: app/Http/Controllers/UserController.php + + - + message: "#^Cannot access offset 'id' on mixed\\.$#" + count: 2 + path: app/Http/Controllers/UserController.php + + - + message: "#^Cannot access offset 'name' on mixed\\.$#" + count: 1 + path: app/Http/Controllers/UserController.php + + - + message: "#^Cannot access offset 'projectid' on mixed\\.$#" + count: 1 + path: app/Http/Controllers/UserController.php + + - + message: "#^Cannot access offset 'redirect' on mixed\\.$#" + count: 1 + path: app/Http/Controllers/UserController.php + + - + message: "#^Cannot access offset 'siteid' on mixed\\.$#" + count: 1 + path: app/Http/Controllers/UserController.php + + - + message: "#^Cannot access offset 'starttime' on mixed\\.$#" + count: 1 + path: app/Http/Controllers/UserController.php + + - + message: "#^Cannot access offset 'status' on mixed\\.$#" + count: 2 + path: app/Http/Controllers/UserController.php + - message: "#^Cannot call method bindParam\\(\\) on PDOStatement\\|false\\.$#" count: 3 @@ -2374,6 +3169,11 @@ parameters: count: 4 path: app/Http/Controllers/UserController.php + - + message: "#^Cannot cast mixed to int\\.$#" + count: 1 + path: app/Http/Controllers/UserController.php + - message: "#^Dynamic call to static method Illuminate\\\\Database\\\\Eloquent\\\\Relations\\\\HasMany\\\\:\\:count\\(\\)\\.$#" count: 1 @@ -2419,11 +3219,46 @@ parameters: count: 1 path: app/Http/Controllers/UserController.php + - + message: "#^Parameter \\#1 \\$credentials of method CDash\\\\Model\\\\UserProject\\:\\:UpdateCredentials\\(\\) expects array, mixed given\\.$#" + count: 1 + path: app/Http/Controllers/UserController.php + + - + message: "#^Parameter \\#1 \\$haystack of function str_contains expects string, mixed given\\.$#" + count: 1 + path: app/Http/Controllers/UserController.php + + - + message: "#^Parameter \\#1 \\$password of function password_hash expects string, mixed given\\.$#" + count: 1 + path: app/Http/Controllers/UserController.php + + - + message: "#^Parameter \\#1 \\$password of function password_verify expects string, mixed given\\.$#" + count: 2 + path: app/Http/Controllers/UserController.php + - message: "#^Parameter \\#1 \\$stmt of function pdo_execute expects PDOStatement, \\(PDOStatement\\|false\\) given\\.$#" count: 4 path: app/Http/Controllers/UserController.php + - + message: "#^Parameter \\#1 \\$string of function md5 expects string, mixed given\\.$#" + count: 1 + path: app/Http/Controllers/UserController.php + + - + message: "#^Parameter \\#1 \\$string of function strlen expects string, mixed given\\.$#" + count: 2 + path: app/Http/Controllers/UserController.php + + - + message: "#^Parameter \\#1 \\$value of function intval expects array\\|bool\\|float\\|int\\|resource\\|string\\|null, mixed given\\.$#" + count: 1 + path: app/Http/Controllers/UserController.php + - message: "#^Parameter \\#2 \\$timestamp of function date expects int\\|null, \\(int\\|false\\) given\\.$#" count: 2 @@ -2434,6 +3269,26 @@ parameters: count: 2 path: app/Http/Controllers/UserController.php + - + message: "#^Part \\$complexity_count \\(mixed\\) of encapsed string cannot be cast to string\\.$#" + count: 1 + path: app/Http/Controllers/UserController.php + + - + message: "#^Part \\$email \\(mixed\\) of encapsed string cannot be cast to string\\.$#" + count: 1 + path: app/Http/Controllers/UserController.php + + - + message: "#^Part \\$minimum_complexity \\(mixed\\) of encapsed string cannot be cast to string\\.$#" + count: 2 + path: app/Http/Controllers/UserController.php + + - + message: "#^Part \\$minimum_length \\(mixed\\) of encapsed string cannot be cast to string\\.$#" + count: 1 + path: app/Http/Controllers/UserController.php + - message: "#^Strict comparison using \\=\\=\\= between mixed~'subscribedtoproject' and 'subscribedtoproject' will always evaluate to false\\.$#" count: 1 @@ -2444,6 +3299,11 @@ parameters: count: 2 path: app/Http/Controllers/UserNoteController.php + - + message: "#^Binary operation \"\\+\\=\" between \\(array\\|float\\|int\\) and mixed results in an error\\.$#" + count: 8 + path: app/Http/Controllers/UserStatisticsController.php + - message: """ #^Call to deprecated function pdo_execute\\(\\)\\: @@ -2461,37 +3321,97 @@ parameters: path: app/Http/Controllers/UserStatisticsController.php - - message: "#^Cannot access property \\$full_name on App\\\\Models\\\\User\\|null\\.$#" + message: "#^Cannot access offset 'nfailederrors' on mixed\\.$#" count: 1 path: app/Http/Controllers/UserStatisticsController.php - - message: "#^Cannot call method bindParam\\(\\) on PDOStatement\\|false\\.$#" - count: 3 + message: "#^Cannot access offset 'nfailedtests' on mixed\\.$#" + count: 1 path: app/Http/Controllers/UserStatisticsController.php - - message: "#^Cannot call method fetch\\(\\) on PDOStatement\\|false\\.$#" + message: "#^Cannot access offset 'nfailedwarnings' on mixed\\.$#" count: 1 path: app/Http/Controllers/UserStatisticsController.php - - message: "#^Only numeric types are allowed in \\+, \\(array\\|float\\|int\\) given on the left side\\.$#" - count: 8 + message: "#^Cannot access offset 'nfixederrors' on mixed\\.$#" + count: 1 path: app/Http/Controllers/UserStatisticsController.php - - message: "#^Parameter \\#1 \\$stmt of function pdo_execute expects PDOStatement, \\(PDOStatement\\|false\\) given\\.$#" + message: "#^Cannot access offset 'nfixedtests' on mixed\\.$#" count: 1 path: app/Http/Controllers/UserStatisticsController.php - - message: "#^Parameter \\#2 \\$baseTimestamp of function strtotime expects int\\|null, \\(float\\|int\\) given\\.$#" + message: "#^Cannot access offset 'nfixedwarnings' on mixed\\.$#" count: 1 path: app/Http/Controllers/UserStatisticsController.php - - message: "#^Parameter \\#2 \\$timestamp of function gmdate expects int\\|null, \\(float\\|int\\) given\\.$#" + message: "#^Cannot access offset 'totalbuilds' on mixed\\.$#" + count: 1 + path: app/Http/Controllers/UserStatisticsController.php + + - + message: "#^Cannot access offset 'totalupdatedfiles' on mixed\\.$#" + count: 1 + path: app/Http/Controllers/UserStatisticsController.php + + - + message: "#^Cannot access offset 'userid' on mixed\\.$#" + count: 2 + path: app/Http/Controllers/UserStatisticsController.php + + - + message: "#^Cannot access property \\$full_name on App\\\\Models\\\\User\\|null\\.$#" + count: 1 + path: app/Http/Controllers/UserStatisticsController.php + + - + message: "#^Cannot call method bindParam\\(\\) on PDOStatement\\|false\\.$#" + count: 3 + path: app/Http/Controllers/UserStatisticsController.php + + - + message: "#^Cannot call method fetch\\(\\) on PDOStatement\\|false\\.$#" + count: 1 + path: app/Http/Controllers/UserStatisticsController.php + + - + message: "#^Only numeric types are allowed in \\+, \\(array\\|float\\|int\\) given on the left side\\.$#" + count: 8 + path: app/Http/Controllers/UserStatisticsController.php + + - + message: "#^Parameter \\#1 \\$key of function array_key_exists expects int\\|string, mixed given\\.$#" + count: 1 + path: app/Http/Controllers/UserStatisticsController.php + + - + message: "#^Parameter \\#1 \\$project_name of method App\\\\Http\\\\Controllers\\\\AbstractProjectController\\:\\:setProjectByName\\(\\) expects string, mixed given\\.$#" + count: 1 + path: app/Http/Controllers/UserStatisticsController.php + + - + message: "#^Parameter \\#1 \\$stmt of function pdo_execute expects PDOStatement, \\(PDOStatement\\|false\\) given\\.$#" + count: 1 + path: app/Http/Controllers/UserStatisticsController.php + + - + message: "#^Parameter \\#1 \\$string of function htmlspecialchars expects string, mixed given\\.$#" + count: 1 + path: app/Http/Controllers/UserStatisticsController.php + + - + message: "#^Parameter \\#2 \\$baseTimestamp of function strtotime expects int\\|null, \\(float\\|int\\) given\\.$#" + count: 1 + path: app/Http/Controllers/UserStatisticsController.php + + - + message: "#^Parameter \\#2 \\$timestamp of function gmdate expects int\\|null, \\(float\\|int\\) given\\.$#" count: 1 path: app/Http/Controllers/UserStatisticsController.php @@ -2573,6 +3493,16 @@ parameters: count: 1 path: app/Http/Middleware/EncryptCookies.php + - + message: "#^Cannot cast mixed to int\\.$#" + count: 1 + path: app/Http/Middleware/PasswordExpired.php + + - + message: "#^Cannot cast mixed to int\\.$#" + count: 1 + path: app/Http/Middleware/Timer.php + - message: "#^PHPDoc type array of property App\\\\Http\\\\Middleware\\\\TrimStrings\\:\\:\\$except is not the same as PHPDoc type array\\ of overridden property Illuminate\\\\Foundation\\\\Http\\\\Middleware\\\\TrimStrings\\:\\:\\$except\\.$#" count: 1 @@ -2613,6 +3543,11 @@ parameters: count: 1 path: app/Jobs/ProcessSubmission.php + - + message: "#^Cannot cast mixed to int\\.$#" + count: 1 + path: app/Jobs/ProcessSubmission.php + - message: "#^Loose comparison via \"\\=\\=\" is not allowed\\.$#" count: 2 @@ -2728,6 +3663,11 @@ parameters: count: 1 path: app/Jobs/ProcessSubmission.php + - + message: "#^Parameter \\#1 \\$num of function pow expects float\\|int, mixed given\\.$#" + count: 1 + path: app/Jobs/ProcessSubmission.php + - message: "#^Parameter \\#1 \\$value of method Carbon\\\\Carbon\\:\\:addSeconds\\(\\) expects int, \\(float\\|int\\) given\\.$#" count: 1 @@ -2753,6 +3693,21 @@ parameters: count: 1 path: app/Jobs/ProcessSubmission.php + - + message: "#^Property App\\\\Jobs\\\\ProcessSubmission\\:\\:\\$timeout \\(int\\) does not accept mixed\\.$#" + count: 1 + path: app/Jobs/ProcessSubmission.php + + - + message: "#^Parameter \\#1 \\$value of method Carbon\\\\Carbon\\:\\:subHours\\(\\) expects int, mixed given\\.$#" + count: 1 + path: app/Jobs/PruneJobs.php + + - + message: "#^Part \\$lifetime \\(mixed\\) of encapsed string cannot be cast to string\\.$#" + count: 1 + path: app/Jobs/PruneJobs.php + - message: "#^Parameter \\#1 \\$filters of static method LdapRecord\\\\Query\\\\Builder\\:\\:rawFilter\\(\\) expects array\\|string, string\\|true given\\.$#" count: 3 @@ -2818,6 +3773,11 @@ parameters: count: 1 path: app/Models/Site.php + - + message: "#^Property App\\\\Models\\\\Site\\:\\:\\$ip \\(string\\) does not accept mixed\\.$#" + count: 1 + path: app/Models/Site.php + - message: "#^Dynamic call to static method Illuminate\\\\Database\\\\Eloquent\\\\Relations\\\\BelongsToMany\\\\:\\:orWhere\\(\\)\\.$#" count: 1 @@ -2833,6 +3793,11 @@ parameters: count: 1 path: app/Models/Test.php + - + message: "#^Part \\$host_base \\(mixed\\) of encapsed string cannot be cast to string\\.$#" + count: 1 + path: app/Models/Test.php + - message: "#^Property App\\\\Models\\\\Test\\:\\:\\$labels has no type specified\\.$#" count: 1 @@ -2903,6 +3868,16 @@ parameters: count: 1 path: app/Providers/AppServiceProvider.php + - + message: "#^Parameter \\#1 \\$haystack of function str_starts_with expects string, mixed given\\.$#" + count: 1 + path: app/Providers/AppServiceProvider.php + + - + message: "#^Parameter \\#1 \\$root of static method Illuminate\\\\Support\\\\Facades\\\\URL\\:\\:forceRootUrl\\(\\) expects string\\|null, mixed given\\.$#" + count: 1 + path: app/Providers/AppServiceProvider.php + - message: "#^PHPDoc type array of property App\\\\Providers\\\\AuthServiceProvider\\:\\:\\$policies is not the same as PHPDoc type array\\ of overridden property Illuminate\\\\Foundation\\\\Support\\\\Providers\\\\AuthServiceProvider\\:\\:\\$policies\\.$#" count: 1 @@ -2933,6 +3908,21 @@ parameters: count: 1 path: app/Providers/ViewServiceProvider.php + - + message: "#^Cannot cast mixed to int\\.$#" + count: 1 + path: app/Rules/ProjectVisibilityAllowed.php + + - + message: "#^Parameter \\#1 \\$value of static method Illuminate\\\\Support\\\\Str\\:\\:upper\\(\\) expects string, mixed given\\.$#" + count: 1 + path: app/Rules/ProjectVisibilityAllowed.php + + - + message: "#^Cannot cast mixed to int\\.$#" + count: 1 + path: app/Utils/AuthTokenUtil.php + - message: "#^Dynamic call to static method Illuminate\\\\Database\\\\Eloquent\\\\Builder\\\\:\\:leftJoin\\(\\)\\.$#" count: 3 @@ -2943,11 +3933,21 @@ parameters: count: 1 path: app/Utils/AuthTokenUtil.php + - + message: "#^Method App\\\\Utils\\\\AuthTokenUtil\\:\\:getUserIdFromRequest\\(\\) should return int\\|null but returns mixed\\.$#" + count: 1 + path: app/Utils/AuthTokenUtil.php + - message: "#^Parameter \\#2 \\$timestamp of function gmdate expects int\\|null, float\\|int given\\.$#" count: 1 path: app/Utils/AuthTokenUtil.php + - + message: "#^Part \\$duration \\(mixed\\) of encapsed string cannot be cast to string\\.$#" + count: 1 + path: app/Utils/AuthTokenUtil.php + - message: "#^Dynamic call to static method Illuminate\\\\Database\\\\Eloquent\\\\Builder\\\\:\\:limit\\(\\)\\.$#" count: 1 @@ -3063,6 +4063,26 @@ parameters: count: 1 path: app/Utils/RepositoryUtils.php + - + message: "#^Cannot access offset 'email' on mixed\\.$#" + count: 1 + path: app/Utils/RepositoryUtils.php + + - + message: "#^Cannot access property \\$CvsViewerType on mixed\\.$#" + count: 2 + path: app/Utils/RepositoryUtils.php + + - + message: "#^Cannot access property \\$Id on mixed\\.$#" + count: 2 + path: app/Utils/RepositoryUtils.php + + - + message: "#^Cannot call method Fill\\(\\) on mixed\\.$#" + count: 2 + path: app/Utils/RepositoryUtils.php + - message: "#^Cannot call method fetch\\(\\) on PDOStatement\\|false\\.$#" count: 1 @@ -4333,6 +5353,16 @@ parameters: count: 5 path: app/Utils/RepositoryUtils.php + - + message: "#^Binary operation \"\\+\\=\" between mixed and 1 results in an error\\.$#" + count: 1 + path: app/Utils/SubmissionUtils.php + + - + message: "#^Binary operation \"\\+\\=\" between mixed and mixed results in an error\\.$#" + count: 1 + path: app/Utils/SubmissionUtils.php + - message: """ #^Call to deprecated function pdo_execute\\(\\)\\: @@ -4354,6 +5384,26 @@ parameters: count: 2 path: app/Utils/SubmissionUtils.php + - + message: "#^Cannot access offset 'detailsid' on mixed\\.$#" + count: 2 + path: app/Utils/SubmissionUtils.php + + - + message: "#^Cannot access offset 'difference_negative' on mixed\\.$#" + count: 1 + path: app/Utils/SubmissionUtils.php + + - + message: "#^Cannot access offset 'difference_positive' on mixed\\.$#" + count: 1 + path: app/Utils/SubmissionUtils.php + + - + message: "#^Cannot access offset 0 on mixed\\.$#" + count: 3 + path: app/Utils/SubmissionUtils.php + - message: "#^Cannot call method bindParam\\(\\) on PDOStatement\\|false\\.$#" count: 2 @@ -4434,6 +5484,21 @@ parameters: count: 9 path: app/Utils/SubmissionUtils.php + - + message: "#^Parameter \\#1 \\$stream of function feof expects resource, mixed given\\.$#" + count: 1 + path: app/Utils/SubmissionUtils.php + + - + message: "#^Parameter \\#1 \\$stream of function fread expects resource, mixed given\\.$#" + count: 1 + path: app/Utils/SubmissionUtils.php + + - + message: "#^Parameter \\#1 \\$stream of function rewind expects resource, mixed given\\.$#" + count: 1 + path: app/Utils/SubmissionUtils.php + - message: "#^Parameter \\#3 \\$length of function substr expects int\\|null, int\\<0, max\\>\\|false given\\.$#" count: 1 @@ -4607,6 +5672,76 @@ parameters: count: 1 path: app/Utils/UnparsedSubmissionProcessor.php + - + message: "#^Cannot access offset 'backupfilename' on mixed\\.$#" + count: 2 + path: app/Utils/UnparsedSubmissionProcessor.php + + - + message: "#^Cannot access offset 'buildid' on mixed\\.$#" + count: 2 + path: app/Utils/UnparsedSubmissionProcessor.php + + - + message: "#^Cannot access offset 'buildname' on mixed\\.$#" + count: 1 + path: app/Utils/UnparsedSubmissionProcessor.php + + - + message: "#^Cannot access offset 'buildstamp' on mixed\\.$#" + count: 1 + path: app/Utils/UnparsedSubmissionProcessor.php + + - + message: "#^Cannot access offset 'endtime' on mixed\\.$#" + count: 1 + path: app/Utils/UnparsedSubmissionProcessor.php + + - + message: "#^Cannot access offset 'generator' on mixed\\.$#" + count: 1 + path: app/Utils/UnparsedSubmissionProcessor.php + + - + message: "#^Cannot access offset 'inboxdatafilename' on mixed\\.$#" + count: 2 + path: app/Utils/UnparsedSubmissionProcessor.php + + - + message: "#^Cannot access offset 'md5' on mixed\\.$#" + count: 2 + path: app/Utils/UnparsedSubmissionProcessor.php + + - + message: "#^Cannot access offset 'projectname' on mixed\\.$#" + count: 3 + path: app/Utils/UnparsedSubmissionProcessor.php + + - + message: "#^Cannot access offset 'sitename' on mixed\\.$#" + count: 1 + path: app/Utils/UnparsedSubmissionProcessor.php + + - + message: "#^Cannot access offset 'starttime' on mixed\\.$#" + count: 1 + path: app/Utils/UnparsedSubmissionProcessor.php + + - + message: "#^Cannot access offset 'subprojectname' on mixed\\.$#" + count: 1 + path: app/Utils/UnparsedSubmissionProcessor.php + + - + message: "#^Cannot access offset 'token' on mixed\\.$#" + count: 1 + path: app/Utils/UnparsedSubmissionProcessor.php + + - + message: "#^Cannot access offset 'type' on mixed\\.$#" + count: 2 + path: app/Utils/UnparsedSubmissionProcessor.php + - message: "#^Construct empty\\(\\) is not allowed\\. Use more strict comparison\\.$#" count: 2 @@ -4652,11 +5787,26 @@ parameters: count: 1 path: app/Utils/UnparsedSubmissionProcessor.php + - + message: "#^Parameter \\#1 \\$projectname of static method CDash\\\\Model\\\\Project\\:\\:validateProjectName\\(\\) expects string, mixed given\\.$#" + count: 1 + path: app/Utils/UnparsedSubmissionProcessor.php + + - + message: "#^Parameter \\#1 \\$string of function htmlspecialchars expects string, mixed given\\.$#" + count: 12 + path: app/Utils/UnparsedSubmissionProcessor.php + - message: "#^Parameter \\#1 \\$string of function substr expects string, \\(array\\\\|string\\) given\\.$#" count: 1 path: app/Utils/UnparsedSubmissionProcessor.php + - + message: "#^Part \\$build_metadata\\['projectname'\\] \\(mixed\\) of encapsed string cannot be cast to string\\.$#" + count: 1 + path: app/Utils/UnparsedSubmissionProcessor.php + - message: "#^Part \\$filename \\(list\\\\|string\\) of encapsed string cannot be cast to string\\.$#" count: 1 @@ -4802,6 +5952,11 @@ parameters: count: 1 path: app/Validators/Password.php + - + message: "#^Parameter \\#2 \\.\\.\\.\\$arrays of function array_merge expects array, mixed given\\.$#" + count: 1 + path: app/Validators/Password.php + - message: "#^Access to an undefined property CDash\\\\Controller\\\\Api\\:\\:\\$pageTimer\\.$#" count: 1 @@ -5068,6 +6223,11 @@ parameters: count: 1 path: app/cdash/app/Controller/Api/Index.php + - + message: "#^Parameter \\#3 \\$subject of function preg_replace expects array\\|string, mixed given\\.$#" + count: 1 + path: app/cdash/app/Controller/Api/Index.php + - message: "#^Parameter \\#3 \\$subject of function str_replace expects array\\|string, \\(array\\\\|string\\|null\\) given\\.$#" count: 1 @@ -5203,6 +6363,11 @@ parameters: count: 4 path: app/cdash/app/Controller/Api/QueryTests.php + - + message: "#^Binary operation \"\\.\" between non\\-falsy\\-string and mixed results in an error\\.$#" + count: 1 + path: app/cdash/app/Controller/Api/QueryTests.php + - message: "#^Call to an undefined method App\\\\Models\\\\Project\\|Illuminate\\\\Database\\\\Eloquent\\\\Collection\\\\:\\:measurements\\(\\)\\.$#" count: 1 @@ -5213,6 +6378,11 @@ parameters: count: 1 path: app/cdash/app/Controller/Api/QueryTests.php + - + message: "#^Cannot cast mixed to int\\.$#" + count: 1 + path: app/cdash/app/Controller/Api/QueryTests.php + - message: "#^Dynamic call to static method Illuminate\\\\Database\\\\Eloquent\\\\Relations\\\\HasMany\\\\:\\:orderBy\\(\\)\\.$#" count: 1 @@ -5438,6 +6608,11 @@ parameters: count: 1 path: app/cdash/app/Controller/Api/TestDetails.php + - + message: "#^Binary operation \"\\.\" between '\\?graph\\=' and mixed results in an error\\.$#" + count: 1 + path: app/cdash/app/Controller/Api/TestDetails.php + - message: "#^Call to an undefined method App\\\\Models\\\\Project\\|Illuminate\\\\Database\\\\Eloquent\\\\Collection\\\\:\\:measurements\\(\\)\\.$#" count: 1 @@ -5499,12 +6674,17 @@ parameters: path: app/cdash/app/Controller/Api/TestDetails.php - - message: "#^Parameter \\#2 \\$timestamp of function date expects int\\|null, int\\|false given\\.$#" + message: "#^Parameter \\#1 \\$string of function strlen expects string, mixed given\\.$#" count: 1 path: app/cdash/app/Controller/Api/TestDetails.php - - message: "#^Property CDash\\\\Controller\\\\Api\\\\TestDetails\\:\\:\\$buildtest has no type specified\\.$#" + message: "#^Parameter \\#2 \\$timestamp of function date expects int\\|null, int\\|false given\\.$#" + count: 1 + path: app/cdash/app/Controller/Api/TestDetails.php + + - + message: "#^Property CDash\\\\Controller\\\\Api\\\\TestDetails\\:\\:\\$buildtest has no type specified\\.$#" count: 1 path: app/cdash/app/Controller/Api/TestDetails.php @@ -5578,6 +6758,11 @@ parameters: count: 1 path: app/cdash/app/Controller/Api/TestOverview.php + - + message: "#^Parameter \\#1 \\$value of function intval expects array\\|bool\\|float\\|int\\|resource\\|string\\|null, mixed given\\.$#" + count: 1 + path: app/cdash/app/Controller/Api/TestOverview.php + - message: "#^Short ternary operator is not allowed\\. Use null coalesce operator if applicable or consider using long ternary\\.$#" count: 1 @@ -5588,6 +6773,11 @@ parameters: count: 9 path: app/cdash/app/Controller/Api/Timeline.php + - + message: "#^Argument of an invalid type mixed supplied for foreach, only iterables are supported\\.$#" + count: 1 + path: app/cdash/app/Controller/Api/Timeline.php + - message: """ #^Call to deprecated function pdo_execute\\(\\)\\: @@ -5596,6 +6786,36 @@ parameters: count: 3 path: app/cdash/app/Controller/Api/Timeline.php + - + message: "#^Cannot access offset 'name' on mixed\\.$#" + count: 1 + path: app/cdash/app/Controller/Api/Timeline.php + + - + message: "#^Cannot access offset 'pageId' on mixed\\.$#" + count: 1 + path: app/cdash/app/Controller/Api/Timeline.php + + - + message: "#^Cannot call method Exists\\(\\) on mixed\\.$#" + count: 1 + path: app/cdash/app/Controller/Api/Timeline.php + + - + message: "#^Cannot call method GetType\\(\\) on mixed\\.$#" + count: 1 + path: app/cdash/app/Controller/Api/Timeline.php + + - + message: "#^Cannot call method SetName\\(\\) on mixed\\.$#" + count: 1 + path: app/cdash/app/Controller/Api/Timeline.php + + - + message: "#^Cannot call method SetProjectId\\(\\) on mixed\\.$#" + count: 1 + path: app/cdash/app/Controller/Api/Timeline.php + - message: "#^Construct empty\\(\\) is not allowed\\. Use more strict comparison\\.$#" count: 1 @@ -5671,11 +6891,26 @@ parameters: count: 1 path: app/cdash/app/Controller/Api/Timeline.php + - + message: "#^Parameter \\#1 \\$json of function json_decode expects string, mixed given\\.$#" + count: 1 + path: app/cdash/app/Controller/Api/Timeline.php + + - + message: "#^Parameter \\#1 \\$string of function htmlentities expects string, mixed given\\.$#" + count: 1 + path: app/cdash/app/Controller/Api/Timeline.php + - message: "#^Parameter \\#2 \\$timestamp of function gmdate expects int\\|null, \\(int\\|false\\) given\\.$#" count: 2 path: app/cdash/app/Controller/Api/Timeline.php + - + message: "#^Part \\$type\\['name'\\] \\(mixed\\) of encapsed string cannot be cast to string\\.$#" + count: 1 + path: app/cdash/app/Controller/Api/Timeline.php + - message: "#^Property CDash\\\\Controller\\\\Api\\\\Timeline\\:\\:\\$defectTypes has no type specified\\.$#" count: 1 @@ -5701,6 +6936,46 @@ parameters: count: 1 path: app/cdash/app/Controller/Api/ViewProjects.php + - + message: "#^Cannot access property \\$c on mixed\\.$#" + count: 2 + path: app/cdash/app/Controller/Api/ViewProjects.php + + - + message: "#^Cannot access property \\$description on mixed\\.$#" + count: 1 + path: app/cdash/app/Controller/Api/ViewProjects.php + + - + message: "#^Cannot access property \\$id on mixed\\.$#" + count: 1 + path: app/cdash/app/Controller/Api/ViewProjects.php + + - + message: "#^Cannot access property \\$name on mixed\\.$#" + count: 1 + path: app/cdash/app/Controller/Api/ViewProjects.php + + - + message: "#^Cannot access property \\$projectid on mixed\\.$#" + count: 3 + path: app/cdash/app/Controller/Api/ViewProjects.php + + - + message: "#^Cannot access property \\$submittime on mixed\\.$#" + count: 1 + path: app/cdash/app/Controller/Api/ViewProjects.php + + - + message: "#^Cannot access property \\$viewsubprojectslink on mixed\\.$#" + count: 1 + path: app/cdash/app/Controller/Api/ViewProjects.php + + - + message: "#^Cannot cast mixed to int\\.$#" + count: 1 + path: app/cdash/app/Controller/Api/ViewProjects.php + - message: "#^Loose comparison via \"\\!\\=\" is not allowed\\.$#" count: 2 @@ -5751,6 +7026,11 @@ parameters: count: 1 path: app/cdash/app/Controller/Api/ViewTest.php + - + message: "#^Argument of an invalid type mixed supplied for foreach, only iterables are supported\\.$#" + count: 1 + path: app/cdash/app/Controller/Api/ViewTest.php + - message: "#^Call to an undefined method App\\\\Models\\\\Project\\|Illuminate\\\\Database\\\\Eloquent\\\\Collection\\\\:\\:measurements\\(\\)\\.$#" count: 1 @@ -5774,6 +7054,11 @@ parameters: count: 1 path: app/cdash/app/Controller/Api/ViewTest.php + - + message: "#^Cannot cast mixed to int\\.$#" + count: 2 + path: app/cdash/app/Controller/Api/ViewTest.php + - message: "#^Construct empty\\(\\) is not allowed\\. Use more strict comparison\\.$#" count: 6 @@ -6014,6 +7299,11 @@ parameters: count: 1 path: app/cdash/app/Controller/Api/ViewTest.php + - + message: "#^Parameter \\#2 \\$string of function explode expects string, mixed given\\.$#" + count: 1 + path: app/cdash/app/Controller/Api/ViewTest.php + - message: "#^Parameter \\#2 \\$timestamp of function gmdate expects int\\|null, \\(float\\|int\\) given\\.$#" count: 1 @@ -6044,6 +7334,71 @@ parameters: count: 1 path: app/cdash/app/Controller/Api/ViewTest.php + - + message: "#^Argument of an invalid type mixed supplied for foreach, only iterables are supported\\.$#" + count: 2 + path: app/cdash/app/Lib/Repository/GitHub.php + + - + message: "#^Binary operation \"\\.\" between 'file\\://' and mixed results in an error\\.$#" + count: 1 + path: app/cdash/app/Lib/Repository/GitHub.php + + - + message: "#^Cannot access offset 'author' on mixed\\.$#" + count: 3 + path: app/cdash/app/Lib/Repository/GitHub.php + + - + message: "#^Cannot access offset 'commit' on mixed\\.$#" + count: 7 + path: app/cdash/app/Lib/Repository/GitHub.php + + - + message: "#^Cannot access offset 'committer' on mixed\\.$#" + count: 2 + path: app/cdash/app/Lib/Repository/GitHub.php + + - + message: "#^Cannot access offset 'date' on mixed\\.$#" + count: 1 + path: app/cdash/app/Lib/Repository/GitHub.php + + - + message: "#^Cannot access offset 'email' on mixed\\.$#" + count: 2 + path: app/cdash/app/Lib/Repository/GitHub.php + + - + message: "#^Cannot access offset 'filename' on mixed\\.$#" + count: 1 + path: app/cdash/app/Lib/Repository/GitHub.php + + - + message: "#^Cannot access offset 'message' on mixed\\.$#" + count: 2 + path: app/cdash/app/Lib/Repository/GitHub.php + + - + message: "#^Cannot access offset 'name' on mixed\\.$#" + count: 2 + path: app/cdash/app/Lib/Repository/GitHub.php + + - + message: "#^Cannot access offset 'sha' on mixed\\.$#" + count: 3 + path: app/cdash/app/Lib/Repository/GitHub.php + + - + message: "#^Cannot access offset 0 on mixed\\.$#" + count: 1 + path: app/cdash/app/Lib/Repository/GitHub.php + + - + message: "#^Cannot access offset mixed on mixed\\.$#" + count: 1 + path: app/cdash/app/Lib/Repository/GitHub.php + - message: "#^Comparison operation \"\\>\" between 0 and 0 is always false\\.$#" count: 2 @@ -6084,6 +7439,41 @@ parameters: count: 2 path: app/cdash/app/Lib/Repository/GitHub.php + - + message: "#^Parameter \\#1 \\$array of function array_column expects array, mixed given\\.$#" + count: 1 + path: app/cdash/app/Lib/Repository/GitHub.php + + - + message: "#^Parameter \\#1 \\$array of function array_reverse expects array, mixed given\\.$#" + count: 1 + path: app/cdash/app/Lib/Repository/GitHub.php + + - + message: "#^Parameter \\#1 \\$filename of function file_exists expects string, mixed given\\.$#" + count: 1 + path: app/cdash/app/Lib/Repository/GitHub.php + + - + message: "#^Parameter \\#1 \\$haystack of function str_contains expects string, mixed given\\.$#" + count: 1 + path: app/cdash/app/Lib/Repository/GitHub.php + + - + message: "#^Parameter \\#1 \\$issuer of method Lcobucci\\\\JWT\\\\Builder\\:\\:issuedBy\\(\\) expects non\\-empty\\-string, mixed given\\.$#" + count: 1 + path: app/cdash/app/Lib/Repository/GitHub.php + + - + message: "#^Parameter \\#1 \\$key of function array_key_exists expects int\\|string, mixed given\\.$#" + count: 1 + path: app/cdash/app/Lib/Repository/GitHub.php + + - + message: "#^Parameter \\#1 \\$value of function count expects array\\|Countable, mixed given\\.$#" + count: 1 + path: app/cdash/app/Lib/Repository/GitHub.php + - message: "#^Parameter \\#2 \\$string of function explode expects string, \\(array\\\\|string\\) given\\.$#" count: 1 @@ -6094,6 +7484,11 @@ parameters: count: 1 path: app/cdash/app/Lib/Repository/GitHub.php + - + message: "#^Property CDash\\\\Lib\\\\Repository\\\\GitHub\\:\\:\\$baseUrl \\(string\\) does not accept mixed\\.$#" + count: 1 + path: app/cdash/app/Lib/Repository/GitHub.php + - message: "#^Property CDash\\\\Lib\\\\Repository\\\\GitHub\\:\\:\\$check has no type specified\\.$#" count: 1 @@ -6401,6 +7796,11 @@ parameters: count: 1 path: app/cdash/app/Model/Build.php + - + message: "#^Method CDash\\\\Model\\\\Build\\:\\:GetNumberOfTestsByField\\(\\) should return int but returns mixed\\.$#" + count: 1 + path: app/cdash/app/Model/Build.php + - message: "#^Method CDash\\\\Model\\\\Build\\:\\:GetPassedTests\\(\\) return type has no value type specified in iterable type array\\.$#" count: 1 @@ -6750,6 +8150,11 @@ parameters: count: 1 path: app/cdash/app/Model/BuildConfigure.php + - + message: "#^Argument of an invalid type mixed supplied for foreach, only iterables are supported\\.$#" + count: 1 + path: app/cdash/app/Model/BuildEmail.php + - message: """ #^Call to deprecated method execute\\(\\) of class CDash\\\\Database\\: @@ -6766,6 +8171,11 @@ parameters: count: 2 path: app/cdash/app/Model/BuildEmail.php + - + message: "#^Cannot call method Save\\(\\) on mixed\\.$#" + count: 1 + path: app/cdash/app/Model/BuildEmail.php + - message: "#^Cannot call method bindParam\\(\\) on PDOStatement\\|false\\.$#" count: 5 @@ -8295,6 +9705,16 @@ parameters: count: 1 path: app/cdash/app/Model/CoverageSummary.php + - + message: "#^Cannot access property \\$loctested on mixed\\.$#" + count: 1 + path: app/cdash/app/Model/CoverageSummary.php + + - + message: "#^Cannot access property \\$locuntested on mixed\\.$#" + count: 1 + path: app/cdash/app/Model/CoverageSummary.php + - message: "#^Construct empty\\(\\) is not allowed\\. Use more strict comparison\\.$#" count: 11 @@ -8737,6 +10157,21 @@ parameters: count: 1 path: app/cdash/app/Model/Image.php + - + message: "#^Cannot access offset 'checksum' on mixed\\.$#" + count: 1 + path: app/cdash/app/Model/Image.php + + - + message: "#^Cannot access offset 'extension' on mixed\\.$#" + count: 1 + path: app/cdash/app/Model/Image.php + + - + message: "#^Cannot access offset 'img' on mixed\\.$#" + count: 2 + path: app/cdash/app/Model/Image.php + - message: "#^Cannot call method bindParam\\(\\) on PDOStatement\\|false\\.$#" count: 11 @@ -8782,6 +10217,11 @@ parameters: count: 1 path: app/cdash/app/Model/Image.php + - + message: "#^Parameter \\#1 \\$stream of function stream_get_contents expects resource, mixed given\\.$#" + count: 1 + path: app/cdash/app/Model/Image.php + - message: "#^Parameter \\#2 \\$length of function fread expects int\\<1, max\\>, int\\<0, max\\>\\|false given\\.$#" count: 1 @@ -9090,6 +10530,11 @@ parameters: count: 1 path: app/cdash/app/Model/Project.php + - + message: "#^Binary operation \"\\.\" between mixed and 'UTC' results in an error\\.$#" + count: 1 + path: app/cdash/app/Model/Project.php + - message: "#^Call to an undefined method App\\\\Models\\\\Project\\|Illuminate\\\\Database\\\\Eloquent\\\\Collection\\\\:\\:fill\\(\\)\\.$#" count: 1 @@ -9141,6 +10586,11 @@ parameters: count: 1 path: app/cdash/app/Model/Project.php + - + message: "#^Cannot cast mixed to int\\.$#" + count: 1 + path: app/cdash/app/Model/Project.php + - message: "#^Casting to int something that's already int\\.$#" count: 1 @@ -9301,6 +10751,11 @@ parameters: count: 6 path: app/cdash/app/Model/Project.php + - + message: "#^Parameter \\#2 \\$haystack of function in_array expects array, mixed given\\.$#" + count: 1 + path: app/cdash/app/Model/Project.php + - message: "#^Parameter \\#2 \\$timestamp of function date expects int\\|null, \\(float\\|int\\) given\\.$#" count: 1 @@ -9877,6 +11332,16 @@ parameters: count: 1 path: app/cdash/app/Model/Subscriber.php + - + message: "#^Parameter \\#1 \\$build of method CDash\\\\Messaging\\\\Topic\\\\Topic\\:\\:addBuild\\(\\) expects CDash\\\\Model\\\\Build, mixed given\\.$#" + count: 1 + path: app/cdash/app/Model/Subscriber.php + + - + message: "#^Parameter \\#1 \\$build of method CDash\\\\Messaging\\\\Topic\\\\TopicInterface\\:\\:subscribesToBuild\\(\\) expects CDash\\\\Model\\\\Build, mixed given\\.$#" + count: 1 + path: app/cdash/app/Model/Subscriber.php + - message: "#^Property CDash\\\\Model\\\\Subscriber\\:\\:\\$topics \\(CDash\\\\Messaging\\\\Topic\\\\TopicCollection\\) does not accept CDash\\\\Messaging\\\\Topic\\\\TopicCollection\\|null\\.$#" count: 1 @@ -9972,6 +11437,11 @@ parameters: count: 1 path: app/cdash/app/Model/User.php + - + message: "#^Cannot cast mixed to int\\.$#" + count: 1 + path: app/cdash/app/Model/User.php + - message: "#^Construct empty\\(\\) is not allowed\\. Use more strict comparison\\.$#" count: 1 @@ -10320,6 +11790,11 @@ parameters: count: 1 path: app/cdash/include/CDash/Database.php + - + message: "#^Method CDash\\\\Database\\:\\:executePreparedSingleRow\\(\\) should return array\\|false\\|null but returns mixed\\.$#" + count: 1 + path: app/cdash/include/CDash/Database.php + - message: "#^Method CDash\\\\Database\\:\\:prepare\\(\\) has parameter \\$options with no value type specified in iterable type array\\.$#" count: 1 @@ -10410,11 +11885,26 @@ parameters: count: 1 path: app/cdash/include/Collection/BuildCollection.php + - + message: "#^Argument of an invalid type mixed supplied for foreach, only iterables are supported\\.$#" + count: 1 + path: app/cdash/include/Collection/BuildEmailCollection.php + - message: "#^Call to function in_array\\(\\) requires parameter \\#3 to be set\\.$#" count: 1 path: app/cdash/include/Collection/BuildEmailCollection.php + - + message: "#^Cannot call method add\\(\\) on mixed\\.$#" + count: 1 + path: app/cdash/include/Collection/BuildEmailCollection.php + + - + message: "#^Parameter \\#1 \\$array of function array_push expects array, mixed given\\.$#" + count: 1 + path: app/cdash/include/Collection/BuildEmailCollection.php + - message: "#^Method CDash\\\\Collection\\\\BuildErrorCollection\\:\\:add\\(\\) has parameter \\$error with no type specified\\.$#" count: 1 @@ -10471,12 +11961,17 @@ parameters: path: app/cdash/include/Messaging/FactoryInterface.php - - message: "#^Method CDash\\\\Messaging\\\\Notification\\\\Email\\\\EmailBuilder\\:\\:setBuildEmailCollection\\(\\) has no return type specified\\.$#" + message: "#^Cannot access property \\$Id on mixed\\.$#" count: 1 path: app/cdash/include/Messaging/Notification/Email/EmailBuilder.php - - message: "#^Parameter \\#1 \\$body of method CDash\\\\Messaging\\\\Notification\\\\Email\\\\EmailMessage\\:\\:setBody\\(\\) expects CDash\\\\Messaging\\\\Notification\\\\Email\\\\Decorator\\\\DecoratorInterface, Illuminate\\\\View\\\\View given\\.$#" + message: "#^Method CDash\\\\Messaging\\\\Notification\\\\Email\\\\EmailBuilder\\:\\:setBuildEmailCollection\\(\\) has no return type specified\\.$#" + count: 1 + path: app/cdash/include/Messaging/Notification/Email/EmailBuilder.php + + - + message: "#^Parameter \\#1 \\$body of method CDash\\\\Messaging\\\\Notification\\\\Email\\\\EmailMessage\\:\\:setBody\\(\\) expects CDash\\\\Messaging\\\\Notification\\\\Email\\\\Decorator\\\\DecoratorInterface, Illuminate\\\\View\\\\View given\\.$#" count: 1 path: app/cdash/include/Messaging/Notification/Email/EmailBuilder.php @@ -10550,6 +12045,26 @@ parameters: count: 1 path: app/cdash/include/Messaging/Notification/Email/Mail.php + - + message: "#^Part \\$smtp_host \\(mixed\\) of encapsed string cannot be cast to string\\.$#" + count: 2 + path: app/cdash/include/Messaging/Notification/Email/Mail.php + + - + message: "#^Part \\$smtp_port \\(mixed\\) of encapsed string cannot be cast to string\\.$#" + count: 2 + path: app/cdash/include/Messaging/Notification/Email/Mail.php + + - + message: "#^Part \\$smtp_pswd \\(mixed\\) of encapsed string cannot be cast to string\\.$#" + count: 1 + path: app/cdash/include/Messaging/Notification/Email/Mail.php + + - + message: "#^Part \\$smtp_user \\(mixed\\) of encapsed string cannot be cast to string\\.$#" + count: 1 + path: app/cdash/include/Messaging/Notification/Email/Mail.php + - message: "#^Property CDash\\\\Messaging\\\\Notification\\\\Email\\\\Mail\\:\\:\\$defaultSender has no type specified\\.$#" count: 1 @@ -10600,16 +12115,31 @@ parameters: count: 1 path: app/cdash/include/Messaging/Notification/Mailer.php + - + message: "#^Parameter \\#1 \\$notification of method CDash\\\\Messaging\\\\Notification\\\\Mailer\\:\\:sendNotification\\(\\) expects CDash\\\\Messaging\\\\Notification\\\\NotificationInterface, mixed given\\.$#" + count: 1 + path: app/cdash/include/Messaging/Notification/Mailer.php + - message: "#^Method CDash\\\\Messaging\\\\Notification\\\\NotificationCollection\\:\\:add\\(\\) has no return type specified\\.$#" count: 1 path: app/cdash/include/Messaging/Notification/NotificationCollection.php + - + message: "#^Cannot call method getTopicTemplates\\(\\) on mixed\\.$#" + count: 1 + path: app/cdash/include/Messaging/Notification/NotificationDirector.php + - message: "#^Only booleans are allowed in an if condition, CDash\\\\Messaging\\\\Notification\\\\NotificationInterface\\|null given\\.$#" count: 1 path: app/cdash/include/Messaging/Notification/NotificationDirector.php + - + message: "#^Parameter \\#1 \\$subscription of method CDash\\\\Messaging\\\\Notification\\\\NotificationBuilderInterface\\:\\:createNotification\\(\\) expects CDash\\\\Messaging\\\\Subscription\\\\SubscriptionInterface, mixed given\\.$#" + count: 1 + path: app/cdash/include/Messaging/Notification/NotificationDirector.php + - message: "#^Method CDash\\\\Messaging\\\\Notification\\\\NotificationInterface\\:\\:getBody\\(\\) has no return type specified\\.$#" count: 1 @@ -10815,6 +12345,41 @@ parameters: count: 1 path: app/cdash/include/Messaging/Subscription/CommitAuthorSubscriptionBuilder.php + - + message: "#^Cannot call method getBuildCollection\\(\\) on mixed\\.$#" + count: 1 + path: app/cdash/include/Messaging/Subscription/Subscription.php + + - + message: "#^Cannot call method getFixed\\(\\) on mixed\\.$#" + count: 1 + path: app/cdash/include/Messaging/Subscription/Subscription.php + + - + message: "#^Cannot call method getLabels\\(\\) on mixed\\.$#" + count: 1 + path: app/cdash/include/Messaging/Subscription/Subscription.php + + - + message: "#^Cannot call method getTemplate\\(\\) on mixed\\.$#" + count: 1 + path: app/cdash/include/Messaging/Subscription/Subscription.php + + - + message: "#^Cannot call method getTopicCount\\(\\) on mixed\\.$#" + count: 1 + path: app/cdash/include/Messaging/Subscription/Subscription.php + + - + message: "#^Cannot call method getTopicDescription\\(\\) on mixed\\.$#" + count: 2 + path: app/cdash/include/Messaging/Subscription/Subscription.php + + - + message: "#^Cannot call method getTopicName\\(\\) on mixed\\.$#" + count: 1 + path: app/cdash/include/Messaging/Subscription/Subscription.php + - message: "#^Construct empty\\(\\) is not allowed\\. Use more strict comparison\\.$#" count: 3 @@ -11035,6 +12600,11 @@ parameters: count: 1 path: app/cdash/include/Messaging/Topic/ConfigureTopic.php + - + message: "#^Parameter \\#1 \\$object_or_class of function is_a expects object, mixed given\\.$#" + count: 1 + path: app/cdash/include/Messaging/Topic/ConfigureTopic.php + - message: "#^Property CDash\\\\Messaging\\\\Topic\\\\ConfigureTopic\\:\\:\\$collection has no type specified\\.$#" count: 1 @@ -11050,6 +12620,11 @@ parameters: count: 2 path: app/cdash/include/Messaging/Topic/DynamicAnalysisTopic.php + - + message: "#^Cannot access property \\$Status on mixed\\.$#" + count: 1 + path: app/cdash/include/Messaging/Topic/DynamicAnalysisTopic.php + - message: "#^Method CDash\\\\Messaging\\\\Topic\\\\DynamicAnalysisTopic\\:\\:itemHasTopicSubject\\(\\) has parameter \\$item with no type specified\\.$#" count: 1 @@ -11060,6 +12635,11 @@ parameters: count: 1 path: app/cdash/include/Messaging/Topic/DynamicAnalysisTopic.php + - + message: "#^Parameter \\#1 \\$analysis of method CDash\\\\Collection\\\\DynamicAnalysisCollection\\:\\:add\\(\\) expects CDash\\\\Model\\\\DynamicAnalysis, mixed given\\.$#" + count: 1 + path: app/cdash/include/Messaging/Topic/DynamicAnalysisTopic.php + - message: "#^Property CDash\\\\Messaging\\\\Topic\\\\DynamicAnalysisTopic\\:\\:\\$statuses has no type specified\\.$#" count: 1 @@ -11228,6 +12808,11 @@ parameters: count: 1 path: app/cdash/include/Messaging/Topic/TestFailureTopic.php + - + message: "#^Cannot access property \\$Text on mixed\\.$#" + count: 1 + path: app/cdash/include/Messaging/Topic/TestFailureTopic.php + - message: "#^Iterating over an object of an unknown class CDash\\\\Model\\\\TestCollection\\.$#" count: 3 @@ -11318,6 +12903,11 @@ parameters: count: 1 path: app/cdash/include/Messaging/Topic/TestFailureTopic.php + - + message: "#^Cannot call method has\\(\\) on mixed\\.$#" + count: 1 + path: app/cdash/include/Messaging/Topic/Topic.php + - message: "#^Method CDash\\\\Messaging\\\\Topic\\\\Topic\\:\\:getFixed\\(\\) has no return type specified\\.$#" count: 1 @@ -11388,11 +12978,36 @@ parameters: count: 1 path: app/cdash/include/Messaging/Topic/TopicDecorator.php + - + message: "#^Parameter \\#1 \\$object_or_class of function is_a expects object, mixed given\\.$#" + count: 3 + path: app/cdash/include/Messaging/Topic/TopicDecorator.php + + - + message: "#^Parameter \\#1 \\$topic of class CDash\\\\Messaging\\\\Topic\\\\AuthoredTopic constructor expects CDash\\\\Messaging\\\\Topic\\\\TopicInterface\\|null, mixed given\\.$#" + count: 1 + path: app/cdash/include/Messaging/Topic/TopicDecorator.php + + - + message: "#^Parameter \\#1 \\$topic of class CDash\\\\Messaging\\\\Topic\\\\BuildGroupSummaryTopic constructor expects CDash\\\\Messaging\\\\Topic\\\\TopicInterface\\|null, mixed given\\.$#" + count: 1 + path: app/cdash/include/Messaging/Topic/TopicDecorator.php + + - + message: "#^Parameter \\#1 \\$topic of class CDash\\\\Messaging\\\\Topic\\\\EmailSentTopic constructor expects CDash\\\\Messaging\\\\Topic\\\\TopicInterface\\|null, mixed given\\.$#" + count: 1 + path: app/cdash/include/Messaging/Topic/TopicDecorator.php + - message: "#^Parameter \\#1 \\$topic of class CDash\\\\Messaging\\\\Topic\\\\FixedTopic constructor expects CDash\\\\Messaging\\\\Topic\\\\TopicInterface\\|null, CDash\\\\Messaging\\\\Topic\\\\Fixable given\\.$#" count: 1 path: app/cdash/include/Messaging/Topic/TopicDecorator.php + - + message: "#^Parameter \\#1 \\$topic of class CDash\\\\Messaging\\\\Topic\\\\GroupMembershipTopic constructor expects CDash\\\\Messaging\\\\Topic\\\\TopicInterface\\|null, mixed given\\.$#" + count: 1 + path: app/cdash/include/Messaging/Topic/TopicDecorator.php + - message: "#^Parameter \\#1 \\$topic of class CDash\\\\Messaging\\\\Topic\\\\LabeledTopic constructor expects CDash\\\\Messaging\\\\Topic\\\\TopicInterface\\|null, CDash\\\\Messaging\\\\Topic\\\\Labelable given\\.$#" count: 1 @@ -12117,6 +13732,16 @@ parameters: count: 1 path: app/cdash/include/api_common.php + - + message: "#^Cannot access property \\$Id on mixed\\.$#" + count: 2 + path: app/cdash/include/api_common.php + + - + message: "#^Cannot call method Exists\\(\\) on mixed\\.$#" + count: 1 + path: app/cdash/include/api_common.php + - message: "#^Construct empty\\(\\) is not allowed\\. Use more strict comparison\\.$#" count: 2 @@ -12167,6 +13792,11 @@ parameters: count: 1 path: app/cdash/include/api_common.php + - + message: "#^Function get_project_from_request\\(\\) should return CDash\\\\Model\\\\Project but returns mixed\\.$#" + count: 1 + path: app/cdash/include/api_common.php + - message: "#^Only booleans are allowed in &&, mixed given on the left side\\.$#" count: 1 @@ -12230,6 +13860,16 @@ parameters: count: 1 path: app/cdash/include/cdashmail.php + - + message: "#^Parameter \\#1 \\$address of method Illuminate\\\\Mail\\\\Message\\:\\:from\\(\\) expects array\\|string, mixed given\\.$#" + count: 1 + path: app/cdash/include/cdashmail.php + + - + message: "#^Parameter \\#1 \\$address of method Illuminate\\\\Mail\\\\Message\\:\\:replyTo\\(\\) expects array\\|string, mixed given\\.$#" + count: 1 + path: app/cdash/include/cdashmail.php + - message: "#^Access to an undefined property App\\\\Models\\\\User\\:\\:\\$pivot\\.$#" count: 1 @@ -12293,11 +13933,46 @@ parameters: count: 1 path: app/cdash/include/common.php + - + message: "#^Cannot access offset 'filename' on mixed\\.$#" + count: 1 + path: app/cdash/include/common.php + + - + message: "#^Cannot access offset 'filesize' on mixed\\.$#" + count: 1 + path: app/cdash/include/common.php + + - + message: "#^Cannot access offset 'sha1sum' on mixed\\.$#" + count: 1 + path: app/cdash/include/common.php + + - + message: "#^Cannot access offset 'text' on mixed\\.$#" + count: 1 + path: app/cdash/include/common.php + + - + message: "#^Cannot access property \\$Id on mixed\\.$#" + count: 1 + path: app/cdash/include/common.php + + - + message: "#^Cannot access property \\$Name on mixed\\.$#" + count: 1 + path: app/cdash/include/common.php + - message: "#^Cannot access property \\$admin on App\\\\Models\\\\User\\|null\\.$#" count: 1 path: app/cdash/include/common.php + - + message: "#^Cannot call method GetIdByName\\(\\) on mixed\\.$#" + count: 1 + path: app/cdash/include/common.php + - message: "#^Cannot call method bindParam\\(\\) on PDOStatement\\|false\\.$#" count: 2 @@ -12313,6 +13988,31 @@ parameters: count: 1 path: app/cdash/include/common.php + - + message: "#^Cannot call method getBasename\\(\\) on mixed\\.$#" + count: 1 + path: app/cdash/include/common.php + + - + message: "#^Cannot call method getPathname\\(\\) on mixed\\.$#" + count: 2 + path: app/cdash/include/common.php + + - + message: "#^Cannot call method isDir\\(\\) on mixed\\.$#" + count: 1 + path: app/cdash/include/common.php + + - + message: "#^Cannot call method isFile\\(\\) on mixed\\.$#" + count: 1 + path: app/cdash/include/common.php + + - + message: "#^Cannot call method isLink\\(\\) on mixed\\.$#" + count: 1 + path: app/cdash/include/common.php + - message: "#^Casting to string something that's already string\\.$#" count: 1 @@ -12423,6 +14123,11 @@ parameters: count: 1 path: app/cdash/include/common.php + - + message: "#^Function generate_XSLT\\(\\) should return string but returns mixed\\.$#" + count: 1 + path: app/cdash/include/common.php + - message: "#^Function getByteValueWithExtension\\(\\) has parameter \\$base with no type specified\\.$#" count: 1 @@ -12748,6 +14453,11 @@ parameters: count: 2 path: app/cdash/include/common.php + - + message: "#^Parameter \\#1 \\(mixed\\) of echo cannot be converted to string\\.$#" + count: 1 + path: app/cdash/include/common.php + - message: "#^Parameter \\#2 \\$baseTimestamp of function strtotime expects int\\|null, int\\|false given\\.$#" count: 1 @@ -12793,11 +14503,21 @@ parameters: count: 1 path: app/cdash/include/ctestparser.php + - + message: "#^Binary operation \"\\.\" between 'An XML submission…' and mixed results in an error\\.$#" + count: 1 + path: app/cdash/include/ctestparser.php + - message: "#^Binary operation \"\\.\" between \\(list\\\\|string\\|null\\) and '_' results in an error\\.$#" count: 2 path: app/cdash/include/ctestparser.php + - + message: "#^Binary operation \"\\.\" between mixed and '\\.xml' results in an error\\.$#" + count: 1 + path: app/cdash/include/ctestparser.php + - message: "#^Binary operation \"\\.\" between non\\-falsy\\-string and \\(list\\\\|string\\|null\\) results in an error\\.$#" count: 2 @@ -12947,6 +14667,21 @@ parameters: count: 1 path: app/cdash/include/ctestparser.php + - + message: "#^Parameter \\#1 \\$stream of function feof expects resource, mixed given\\.$#" + count: 1 + path: app/cdash/include/ctestparser.php + + - + message: "#^Parameter \\#1 \\$stream of function fread expects resource, mixed given\\.$#" + count: 2 + path: app/cdash/include/ctestparser.php + + - + message: "#^Parameter \\#1 \\$stream of function rewind expects resource, mixed given\\.$#" + count: 1 + path: app/cdash/include/ctestparser.php + - message: "#^Parameter \\#2 \\$data of function xml_parse expects string, string\\|false given\\.$#" count: 2 @@ -12977,6 +14712,11 @@ parameters: count: 10 path: app/cdash/include/dailyupdates.php + - + message: "#^Binary operation \"\\*\" between mixed and 3600 results in an error\\.$#" + count: 1 + path: app/cdash/include/dailyupdates.php + - message: """ #^Call to deprecated function add_last_sql_error\\(\\)\\: @@ -13040,6 +14780,11 @@ parameters: count: 1 path: app/cdash/include/dailyupdates.php + - + message: "#^Cannot access offset 'id' on mixed\\.$#" + count: 1 + path: app/cdash/include/dailyupdates.php + - message: "#^Cannot access offset 'status' on array\\|false\\|null\\.$#" count: 1 @@ -13412,6 +15157,11 @@ parameters: count: 1 path: app/cdash/include/filterdataFunctions.php + - + message: "#^Cannot cast mixed to int\\.$#" + count: 2 + path: app/cdash/include/filterdataFunctions.php + - message: "#^Construct empty\\(\\) is not allowed\\. Use more strict comparison\\.$#" count: 2 @@ -13807,11 +15557,26 @@ parameters: count: 1 path: app/cdash/include/filterdataFunctions.php + - + message: "#^Parameter \\#1 \\$string of function htmlentities expects string, mixed given\\.$#" + count: 1 + path: app/cdash/include/filterdataFunctions.php + - message: "#^Parameter \\#1 \\$string of function substr expects string, string\\|false\\|null given\\.$#" count: 1 path: app/cdash/include/filterdataFunctions.php + - + message: "#^Parameter \\#1 \\$url of function parse_url expects string, mixed given\\.$#" + count: 1 + path: app/cdash/include/filterdataFunctions.php + + - + message: "#^Parameter \\#1 \\$value of function intval expects array\\|bool\\|float\\|int\\|resource\\|string\\|null, mixed given\\.$#" + count: 5 + path: app/cdash/include/filterdataFunctions.php + - message: "#^Parameter \\#2 \\$timestamp of function gmdate expects int\\|null, \\(int\\|false\\) given\\.$#" count: 1 @@ -13897,6 +15662,16 @@ parameters: count: 1 path: app/cdash/include/pdo.php + - + message: "#^Function pdo_fetch_array\\(\\) should return array\\|false\\|null but returns mixed\\.$#" + count: 1 + path: app/cdash/include/pdo.php + + - + message: "#^Parameter \\#1 \\$string of method PDO\\:\\:quote\\(\\) expects string, mixed given\\.$#" + count: 1 + path: app/cdash/include/pdo.php + - message: "#^Access to an undefined property UpdateHandler\\:\\:\\$BuildId\\.$#" count: 1 @@ -13976,6 +15751,11 @@ parameters: count: 1 path: app/cdash/include/sendemail.php + - + message: "#^Cannot call method build\\(\\) on mixed\\.$#" + count: 1 + path: app/cdash/include/sendemail.php + - message: "#^Construct empty\\(\\) is not allowed\\. Use more strict comparison\\.$#" count: 3 @@ -14069,6 +15849,16 @@ parameters: count: 1 path: app/cdash/public/api/v1/GitHub/webhook.php + - + message: "#^Cannot access offset 'head_sha' on mixed\\.$#" + count: 1 + path: app/cdash/public/api/v1/GitHub/webhook.php + + - + message: "#^Cannot access offset 'name' on mixed\\.$#" + count: 1 + path: app/cdash/public/api/v1/GitHub/webhook.php + - message: "#^Function handle_error\\(\\) has no return type specified\\.$#" count: 1 @@ -14094,6 +15884,21 @@ parameters: count: 1 path: app/cdash/public/api/v1/GitHub/webhook.php + - + message: "#^Parameter \\#2 \\$string of function explode expects string, mixed given\\.$#" + count: 1 + path: app/cdash/public/api/v1/GitHub/webhook.php + + - + message: "#^Parameter \\#3 \\$key of function hash_hmac expects string, mixed given\\.$#" + count: 1 + path: app/cdash/public/api/v1/GitHub/webhook.php + + - + message: "#^Argument of an invalid type mixed supplied for foreach, only iterables are supported\\.$#" + count: 3 + path: app/cdash/public/api/v1/buildgroup.php + - message: """ #^Call to deprecated function pdo_execute\\(\\)\\: @@ -14119,8 +15924,83 @@ parameters: path: app/cdash/public/api/v1/buildgroup.php - - message: "#^Construct empty\\(\\) is not allowed\\. Use more strict comparison\\.$#" - count: 6 + message: "#^Cannot access offset 'autoremovetimeframe' on mixed\\.$#" + count: 1 + path: app/cdash/public/api/v1/buildgroup.php + + - + message: "#^Cannot access offset 'buildgroupid' on mixed\\.$#" + count: 1 + path: app/cdash/public/api/v1/buildgroup.php + + - + message: "#^Cannot access offset 'buildtype' on mixed\\.$#" + count: 1 + path: app/cdash/public/api/v1/buildgroup.php + + - + message: "#^Cannot access offset 'description' on mixed\\.$#" + count: 1 + path: app/cdash/public/api/v1/buildgroup.php + + - + message: "#^Cannot access offset 'emailcommitters' on mixed\\.$#" + count: 2 + path: app/cdash/public/api/v1/buildgroup.php + + - + message: "#^Cannot access offset 'id' on mixed\\.$#" + count: 9 + path: app/cdash/public/api/v1/buildgroup.php + + - + message: "#^Cannot access offset 'includesubprojectto…' on mixed\\.$#" + count: 2 + path: app/cdash/public/api/v1/buildgroup.php + + - + message: "#^Cannot access offset 'match' on mixed\\.$#" + count: 3 + path: app/cdash/public/api/v1/buildgroup.php + + - + message: "#^Cannot access offset 'name' on mixed\\.$#" + count: 3 + path: app/cdash/public/api/v1/buildgroup.php + + - + message: "#^Cannot access offset 'parentgroupid' on mixed\\.$#" + count: 2 + path: app/cdash/public/api/v1/buildgroup.php + + - + message: "#^Cannot access offset 'position' on mixed\\.$#" + count: 1 + path: app/cdash/public/api/v1/buildgroup.php + + - + message: "#^Cannot access offset 'site' on mixed\\.$#" + count: 1 + path: app/cdash/public/api/v1/buildgroup.php + + - + message: "#^Cannot access offset 'siteid' on mixed\\.$#" + count: 1 + path: app/cdash/public/api/v1/buildgroup.php + + - + message: "#^Cannot access offset 'summaryemail' on mixed\\.$#" + count: 1 + path: app/cdash/public/api/v1/buildgroup.php + + - + message: "#^Cannot cast mixed to int\\.$#" + count: 9 + path: app/cdash/public/api/v1/buildgroup.php + + - + message: "#^Construct empty\\(\\) is not allowed\\. Use more strict comparison\\.$#" + count: 6 path: app/cdash/public/api/v1/buildgroup.php - @@ -14168,6 +16048,26 @@ parameters: count: 4 path: app/cdash/public/api/v1/buildgroup.php + - + message: "#^Parameter \\#1 \\$json of function json_decode expects string, mixed given\\.$#" + count: 4 + path: app/cdash/public/api/v1/buildgroup.php + + - + message: "#^Parameter \\#1 \\$value of function count expects array\\|Countable, mixed given\\.$#" + count: 1 + path: app/cdash/public/api/v1/buildgroup.php + + - + message: "#^Parameter \\#2 \\$array of function array_key_exists expects array, mixed given\\.$#" + count: 2 + path: app/cdash/public/api/v1/buildgroup.php + + - + message: "#^Argument of an invalid type mixed supplied for foreach, only iterables are supported\\.$#" + count: 1 + path: app/cdash/public/api/v1/computeClassifier.php + - message: "#^Binary operation \"/\" between \\(array\\|float\\|int\\) and \\(array\\|float\\|int\\) results in an error\\.$#" count: 1 @@ -14186,6 +16086,11 @@ parameters: count: 1 path: app/cdash/public/api/v1/computeClassifier.php + - + message: "#^Cannot access offset 'properties' on mixed\\.$#" + count: 3 + path: app/cdash/public/api/v1/computeClassifier.php + - message: "#^Function CDash\\\\Api\\\\v1\\\\ComputeClassifier\\\\compute_classifier_score\\(\\) has no return type specified\\.$#" count: 1 @@ -14261,6 +16166,31 @@ parameters: count: 1 path: app/cdash/public/api/v1/computeClassifier.php + - + message: "#^Parameter \\#1 \\$json of function json_decode expects string, mixed given\\.$#" + count: 1 + path: app/cdash/public/api/v1/computeClassifier.php + + - + message: "#^Parameter \\#1 \\$key of function array_key_exists expects int\\|string, mixed given\\.$#" + count: 1 + path: app/cdash/public/api/v1/computeClassifier.php + + - + message: "#^Parameter \\#1 \\$value of function count expects array\\|Countable, mixed given\\.$#" + count: 1 + path: app/cdash/public/api/v1/computeClassifier.php + + - + message: "#^Parameter \\#2 \\$array of function array_key_exists expects array, mixed given\\.$#" + count: 1 + path: app/cdash/public/api/v1/computeClassifier.php + + - + message: "#^Parameter \\#2 \\$array of function array_map expects array, mixed given\\.$#" + count: 1 + path: app/cdash/public/api/v1/computeClassifier.php + - message: "#^Loose comparison via \"\\=\\=\" is not allowed\\.$#" count: 1 @@ -14271,11 +16201,46 @@ parameters: count: 1 path: app/cdash/public/api/v1/deleteSubmissionFile.php + - + message: "#^Parameter \\#1 \\$from of static method Illuminate\\\\Contracts\\\\Filesystem\\\\Filesystem\\:\\:move\\(\\) expects string, mixed given\\.$#" + count: 1 + path: app/cdash/public/api/v1/deleteSubmissionFile.php + + - + message: "#^Parameter \\#1 \\$path of static method Illuminate\\\\Contracts\\\\Filesystem\\\\Filesystem\\:\\:exists\\(\\) expects string, mixed given\\.$#" + count: 1 + path: app/cdash/public/api/v1/deleteSubmissionFile.php + + - + message: "#^Parameter \\#1 \\$paths of static method Illuminate\\\\Contracts\\\\Filesystem\\\\Filesystem\\:\\:delete\\(\\) expects array\\|string, mixed given\\.$#" + count: 1 + path: app/cdash/public/api/v1/deleteSubmissionFile.php + + - + message: "#^Parameter \\#1 \\$value of function decrypt expects string, mixed given\\.$#" + count: 2 + path: app/cdash/public/api/v1/deleteSubmissionFile.php + + - + message: "#^Parameter \\#2 \\$to of static method Illuminate\\\\Contracts\\\\Filesystem\\\\Filesystem\\:\\:move\\(\\) expects string, mixed given\\.$#" + count: 1 + path: app/cdash/public/api/v1/deleteSubmissionFile.php + - message: "#^Only booleans are allowed in a negated boolean, mixed given\\.$#" count: 1 path: app/cdash/public/api/v1/getSubmissionFile.php + - + message: "#^Parameter \\#1 \\$path of function basename expects string, mixed given\\.$#" + count: 1 + path: app/cdash/public/api/v1/getSubmissionFile.php + + - + message: "#^Parameter \\#1 \\$value of function decrypt expects string, mixed given\\.$#" + count: 1 + path: app/cdash/public/api/v1/getSubmissionFile.php + - message: "#^Access to an undefined property App\\\\Models\\\\Banner\\|Illuminate\\\\Database\\\\Eloquent\\\\Collection\\\\:\\:\\$text\\.$#" count: 1 @@ -14354,6 +16319,11 @@ parameters: count: 1 path: app/cdash/public/api/v1/index.php + - + message: "#^Cannot cast mixed to int\\.$#" + count: 2 + path: app/cdash/public/api/v1/index.php + - message: "#^Construct empty\\(\\) is not allowed\\. Use more strict comparison\\.$#" count: 3 @@ -14409,6 +16379,11 @@ parameters: count: 4 path: app/cdash/public/api/v1/index.php + - + message: "#^Part \\$buildgroup \\(mixed\\) of encapsed string cannot be cast to string\\.$#" + count: 1 + path: app/cdash/public/api/v1/index.php + - message: "#^Argument of an invalid type array\\|false supplied for foreach, only iterables are supported\\.$#" count: 3 @@ -14459,6 +16434,16 @@ parameters: count: 1 path: app/cdash/public/api/v1/manageBuildGroup.php + - + message: "#^Cannot access offset 'name' on mixed\\.$#" + count: 1 + path: app/cdash/public/api/v1/manageBuildGroup.php + + - + message: "#^Cannot access offset 'siteid' on mixed\\.$#" + count: 1 + path: app/cdash/public/api/v1/manageBuildGroup.php + - message: "#^Cannot call method bindParam\\(\\) on PDOStatement\\|false\\.$#" count: 3 @@ -14494,11 +16479,116 @@ parameters: count: 1 path: app/cdash/public/api/v1/manageBuildGroup.php + - + message: "#^Parameter \\#1 \\$value of function intval expects array\\|bool\\|float\\|int\\|resource\\|string\\|null, mixed given\\.$#" + count: 1 + path: app/cdash/public/api/v1/manageBuildGroup.php + + - + message: "#^Argument of an invalid type mixed supplied for foreach, only iterables are supported\\.$#" + count: 2 + path: app/cdash/public/api/v1/project.php + + - + message: "#^Binary operation \"\\*\" between mixed and 1024 results in an error\\.$#" + count: 1 + path: app/cdash/public/api/v1/project.php + - message: "#^Call to function is_array\\(\\) with string\\|false will always evaluate to false\\.$#" count: 1 path: app/cdash/public/api/v1/project.php + - + message: "#^Cannot access offset 'AuthenticateSubmiss…' on mixed\\.$#" + count: 1 + path: app/cdash/public/api/v1/project.php + + - + message: "#^Cannot access offset 'CvsUrl' on mixed\\.$#" + count: 1 + path: app/cdash/public/api/v1/project.php + + - + message: "#^Cannot access offset 'Id' on mixed\\.$#" + count: 1 + path: app/cdash/public/api/v1/project.php + + - + message: "#^Cannot access offset 'Name' on mixed\\.$#" + count: 1 + path: app/cdash/public/api/v1/project.php + + - + message: "#^Cannot access offset 'Public' on mixed\\.$#" + count: 1 + path: app/cdash/public/api/v1/project.php + + - + message: "#^Cannot access offset 'branch' on mixed\\.$#" + count: 1 + path: app/cdash/public/api/v1/project.php + + - + message: "#^Cannot access offset 'buildname' on mixed\\.$#" + count: 1 + path: app/cdash/public/api/v1/project.php + + - + message: "#^Cannot access offset 'id' on mixed\\.$#" + count: 1 + path: app/cdash/public/api/v1/project.php + + - + message: "#^Cannot access offset 'ipaddress' on mixed\\.$#" + count: 1 + path: app/cdash/public/api/v1/project.php + + - + message: "#^Cannot access offset 'password' on mixed\\.$#" + count: 1 + path: app/cdash/public/api/v1/project.php + + - + message: "#^Cannot access offset 'repositories' on mixed\\.$#" + count: 1 + path: app/cdash/public/api/v1/project.php + + - + message: "#^Cannot access offset 'sitename' on mixed\\.$#" + count: 1 + path: app/cdash/public/api/v1/project.php + + - + message: "#^Cannot access offset 'size' on mixed\\.$#" + count: 1 + path: app/cdash/public/api/v1/project.php + + - + message: "#^Cannot access offset 'tmp_name' on mixed\\.$#" + count: 2 + path: app/cdash/public/api/v1/project.php + + - + message: "#^Cannot access offset 'type' on mixed\\.$#" + count: 1 + path: app/cdash/public/api/v1/project.php + + - + message: "#^Cannot access offset 'url' on mixed\\.$#" + count: 1 + path: app/cdash/public/api/v1/project.php + + - + message: "#^Cannot access offset 'username' on mixed\\.$#" + count: 1 + path: app/cdash/public/api/v1/project.php + + - + message: "#^Cannot cast mixed to int\\.$#" + count: 1 + path: app/cdash/public/api/v1/project.php + - message: "#^Construct empty\\(\\) is not allowed\\. Use more strict comparison\\.$#" count: 3 @@ -14634,16 +16724,46 @@ parameters: count: 1 path: app/cdash/public/api/v1/project.php + - + message: "#^Parameter \\#1 \\$filename of function fopen expects string, mixed given\\.$#" + count: 1 + path: app/cdash/public/api/v1/project.php + + - + message: "#^Parameter \\#1 \\$json of function json_decode expects string, mixed given\\.$#" + count: 1 + path: app/cdash/public/api/v1/project.php + - message: "#^Parameter \\#1 \\$json of function json_decode expects string, string\\|false given\\.$#" count: 1 path: app/cdash/public/api/v1/project.php + - + message: "#^Parameter \\#1 \\$projectname of static method CDash\\\\Model\\\\Project\\:\\:validateProjectName\\(\\) expects string, mixed given\\.$#" + count: 1 + path: app/cdash/public/api/v1/project.php + - message: "#^Parameter \\#1 \\$string of function htmlspecialchars expects string, string\\|false given\\.$#" count: 1 path: app/cdash/public/api/v1/project.php + - + message: "#^Parameter \\#1 \\$string of function strlen expects string, mixed given\\.$#" + count: 1 + path: app/cdash/public/api/v1/project.php + + - + message: "#^Parameter \\#2 \\$length of function fread expects int\\<1, max\\>, mixed given\\.$#" + count: 1 + path: app/cdash/public/api/v1/project.php + + - + message: "#^Part \\$Name \\(mixed\\) of encapsed string cannot be cast to string\\.$#" + count: 1 + path: app/cdash/public/api/v1/project.php + - message: "#^Variable \\$filetype might not be defined\\.$#" count: 1 @@ -14670,13 +16790,33 @@ parameters: path: app/cdash/public/api/v1/requeueSubmissionFile.php - - message: "#^Parameter \\#1 \\$value of method Carbon\\\\Carbon\\:\\:addSeconds\\(\\) expects int, \\(float\\|int\\) given\\.$#" + message: "#^Parameter \\#1 \\$num of function pow expects float\\|int, mixed given\\.$#" count: 1 path: app/cdash/public/api/v1/requeueSubmissionFile.php - - message: """ - #^Call to deprecated function add_last_sql_error\\(\\)\\: + message: "#^Parameter \\#1 \\$value of function decrypt expects string, mixed given\\.$#" + count: 1 + path: app/cdash/public/api/v1/requeueSubmissionFile.php + + - + message: "#^Parameter \\#1 \\$value of method Carbon\\\\Carbon\\:\\:addSeconds\\(\\) expects int, \\(float\\|int\\) given\\.$#" + count: 1 + path: app/cdash/public/api/v1/requeueSubmissionFile.php + + - + message: "#^Part \\$filename \\(mixed\\) of encapsed string cannot be cast to string\\.$#" + count: 5 + path: app/cdash/public/api/v1/requeueSubmissionFile.php + + - + message: "#^Argument of an invalid type mixed supplied for foreach, only iterables are supported\\.$#" + count: 1 + path: app/cdash/public/api/v1/subproject.php + + - + message: """ + #^Call to deprecated function add_last_sql_error\\(\\)\\: 04/22/2023$# """ count: 2 @@ -14690,6 +16830,21 @@ parameters: count: 2 path: app/cdash/public/api/v1/subproject.php + - + message: "#^Cannot access offset 'id' on mixed\\.$#" + count: 1 + path: app/cdash/public/api/v1/subproject.php + + - + message: "#^Cannot access offset 'position' on mixed\\.$#" + count: 1 + path: app/cdash/public/api/v1/subproject.php + + - + message: "#^Cannot cast mixed to int\\.$#" + count: 2 + path: app/cdash/public/api/v1/subproject.php + - message: "#^Function CDash\\\\Api\\\\v1\\\\SubProject\\\\echo_error\\(\\) has no return type specified\\.$#" count: 1 @@ -14735,11 +16890,31 @@ parameters: count: 1 path: app/cdash/public/api/v1/subproject.php + - + message: "#^Parameter \\#1 \\$groupName of method CDash\\\\Model\\\\SubProject\\:\\:SetGroup\\(\\) expects string, mixed given\\.$#" + count: 1 + path: app/cdash/public/api/v1/subproject.php + - message: "#^Parameter \\#1 \\$json of function json_decode expects string, string\\|false given\\.$#" count: 1 path: app/cdash/public/api/v1/subproject.php + - + message: "#^Parameter \\#1 \\$name of method CDash\\\\Model\\\\SubProjectGroup\\:\\:SetName\\(\\) expects string, mixed given\\.$#" + count: 1 + path: app/cdash/public/api/v1/subproject.php + + - + message: "#^Parameter \\#1 \\$string of function htmlspecialchars expects string, mixed given\\.$#" + count: 3 + path: app/cdash/public/api/v1/subproject.php + + - + message: "#^Parameter \\#1 \\$value of function intval expects array\\|bool\\|float\\|int\\|resource\\|string\\|null, mixed given\\.$#" + count: 8 + path: app/cdash/public/api/v1/subproject.php + - message: "#^Call to an undefined method CDash\\\\Test\\\\UseCase\\\\UseCase\\:\\:setBuildCommand\\(\\)\\.$#" count: 1 @@ -14775,6 +16950,11 @@ parameters: count: 1 path: app/cdash/tests/case/CDash/BuildUseCaseTest.php + - + message: "#^Cannot call method GetBuildConfigure\\(\\) on mixed\\.$#" + count: 4 + path: app/cdash/tests/case/CDash/ConfigUseCaseTest.php + - message: "#^Dynamic call to static method PHPUnit\\\\Framework\\\\Assert\\:\\:assertCount\\(\\)\\.$#" count: 1 @@ -14856,6 +17036,11 @@ parameters: count: 1 path: app/cdash/tests/case/CDash/DatabaseTest.php + - + message: "#^Cannot access offset 'CDash\\\\\\\\Database' on mixed\\.$#" + count: 1 + path: app/cdash/tests/case/CDash/DatabaseTest.php + - message: "#^Dynamic call to static method PHPUnit\\\\Framework\\\\Assert\\:\\:assertInstanceOf\\(\\)\\.$#" count: 3 @@ -14956,6 +17141,11 @@ parameters: count: 1 path: app/cdash/tests/case/CDash/Lib/Repository/GitHubTest.php + - + message: "#^Property GitHubTest\\:\\:\\$baseUrl \\(string\\) does not accept mixed\\.$#" + count: 1 + path: app/cdash/tests/case/CDash/Lib/Repository/GitHubTest.php + - message: "#^Dynamic call to static method PHPUnit\\\\Framework\\\\Assert\\:\\:assertEquals\\(\\)\\.$#" count: 1 @@ -16622,6 +18812,11 @@ parameters: count: 14 path: app/cdash/tests/case/CDash/Model/PendingSubmissionsTest.php + - + message: "#^Cannot access property \\$Build on mixed\\.$#" + count: 1 + path: app/cdash/tests/case/CDash/Model/PendingSubmissionsTest.php + - message: "#^Dynamic call to static method PHPUnit\\\\Framework\\\\Assert\\:\\:assertEquals\\(\\)\\.$#" count: 8 @@ -16757,6 +18952,11 @@ parameters: count: 1 path: app/cdash/tests/case/CDash/MultipleSubprojectsEmailTest.php + - + message: "#^Part \\$notification \\(mixed\\) of encapsed string cannot be cast to string\\.$#" + count: 1 + path: app/cdash/tests/case/CDash/MultipleSubprojectsEmailTest.php + - message: "#^Property MultipleSubprojectsEmailTest\\:\\:\\$database has no type specified\\.$#" count: 1 @@ -17007,6 +19207,11 @@ parameters: count: 1 path: app/cdash/tests/case/CDash/TestUseCaseTest.php + - + message: "#^Cannot call method GetTestCollection\\(\\) on mixed\\.$#" + count: 4 + path: app/cdash/tests/case/CDash/TestUseCaseTest.php + - message: "#^Dynamic call to static method PHPUnit\\\\Framework\\\\Assert\\:\\:assertArrayHasKey\\(\\)\\.$#" count: 1 @@ -17182,6 +19387,11 @@ parameters: count: 4 path: app/cdash/tests/case/CDash/TestUseCaseTest.php + - + message: "#^Parameter \\#2 \\$array of method PHPUnit\\\\Framework\\\\Assert\\:\\:assertArrayHasKey\\(\\) expects array\\|ArrayAccess, mixed given\\.$#" + count: 1 + path: app/cdash/tests/case/CDash/TestUseCaseTest.php + - message: "#^Parameter \\#2 \\$haystack of method PHPUnit\\\\Framework\\\\Assert\\:\\:assertCount\\(\\) expects Countable\\|iterable, CDash\\\\Model\\\\TestCollection given\\.$#" count: 1 @@ -17841,6 +20051,11 @@ parameters: count: 1 path: app/cdash/tests/kwtest/kw_web_tester.php + - + message: "#^Binary operation \"\\.\" between mixed and '/'\\|'\\\\\\\\' results in an error\\.$#" + count: 1 + path: app/cdash/tests/kwtest/kw_web_tester.php + - message: "#^Call to an undefined method Psr\\\\Log\\\\LoggerInterface\\:\\:getHandlers\\(\\)\\.$#" count: 1 @@ -17859,6 +20074,36 @@ parameters: count: 1 path: app/cdash/tests/kwtest/kw_web_tester.php + - + message: "#^Cannot access offset 'Id' on mixed\\.$#" + count: 1 + path: app/cdash/tests/kwtest/kw_web_tester.php + + - + message: "#^Cannot access offset 'database' on mixed\\.$#" + count: 1 + path: app/cdash/tests/kwtest/kw_web_tester.php + + - + message: "#^Cannot access offset 'host' on mixed\\.$#" + count: 1 + path: app/cdash/tests/kwtest/kw_web_tester.php + + - + message: "#^Cannot access offset 'password' on mixed\\.$#" + count: 1 + path: app/cdash/tests/kwtest/kw_web_tester.php + + - + message: "#^Cannot access offset 'project' on mixed\\.$#" + count: 1 + path: app/cdash/tests/kwtest/kw_web_tester.php + + - + message: "#^Cannot access offset 'username' on mixed\\.$#" + count: 1 + path: app/cdash/tests/kwtest/kw_web_tester.php + - message: "#^Cannot call method execute\\(\\) on PDOStatement\\|false\\.$#" count: 1 @@ -18389,6 +20634,11 @@ parameters: count: 1 path: app/cdash/tests/kwtest/kw_web_tester.php + - + message: "#^Parameter \\#1 \\$search of function str_replace expects array\\|string, mixed given\\.$#" + count: 1 + path: app/cdash/tests/kwtest/kw_web_tester.php + - message: "#^Parameter \\#1 \\$socket of class SimpleHttpResponse constructor expects SimpleSocket, object given\\.$#" count: 1 @@ -18404,11 +20654,26 @@ parameters: count: 1 path: app/cdash/tests/kwtest/kw_web_tester.php + - + message: "#^Parameter \\#1 \\$string of function md5 expects string, mixed given\\.$#" + count: 1 + path: app/cdash/tests/kwtest/kw_web_tester.php + + - + message: "#^Parameter \\#1 \\$string of function urldecode expects string, mixed given\\.$#" + count: 1 + path: app/cdash/tests/kwtest/kw_web_tester.php + - message: "#^Parameter \\#1 \\$url \\(SimpleUrl\\) of method CDashControllerBrowser\\:\\:fetch\\(\\) should be contravariant with parameter \\$url \\(mixed\\) of method SimpleBrowser\\:\\:fetch\\(\\)$#" count: 1 path: app/cdash/tests/kwtest/kw_web_tester.php + - + message: "#^Parameter \\#2 \\$data of function fwrite expects string, mixed given\\.$#" + count: 1 + path: app/cdash/tests/kwtest/kw_web_tester.php + - message: "#^Parameter \\#2 \\$encoding \\(SimpleEncoding\\) of method CDashControllerUserAgent\\:\\:fetch\\(\\) should be contravariant with parameter \\$encoding \\(SimpleFormEncoding\\) of method SimpleUserAgent\\:\\:fetch\\(\\)$#" count: 1 @@ -18439,6 +20704,11 @@ parameters: count: 1 path: app/cdash/tests/kwtest/kw_web_tester.php + - + message: "#^Part \\$db_type \\(mixed\\) of encapsed string cannot be cast to string\\.$#" + count: 1 + path: app/cdash/tests/kwtest/kw_web_tester.php + - message: "#^Part \\$page \\(object\\) of encapsed string cannot be cast to string\\.$#" count: 1 @@ -18617,6 +20887,11 @@ parameters: count: 1 path: app/cdash/tests/test_actualtrilinossubmission.php + - + message: "#^Cannot access offset 'errors' on mixed\\.$#" + count: 2 + path: app/cdash/tests/test_actualtrilinossubmission.php + - message: "#^Cannot call method fetchColumn\\(\\) on PDOStatement\\|false\\.$#" count: 1 @@ -18667,11 +20942,51 @@ parameters: count: 1 path: app/cdash/tests/test_actualtrilinossubmission.php + - + message: "#^Parameter \\#1 \\$value of function count expects array\\|Countable, mixed given\\.$#" + count: 2 + path: app/cdash/tests/test_actualtrilinossubmission.php + + - + message: "#^Argument of an invalid type mixed supplied for foreach, only iterables are supported\\.$#" + count: 1 + path: app/cdash/tests/test_aggregatecoverage.php + - message: "#^Call to deprecated method pass\\(\\) of class SimpleTestCase\\.$#" count: 1 path: app/cdash/tests/test_aggregatecoverage.php + - + message: "#^Cannot access offset 'buildgroups' on mixed\\.$#" + count: 1 + path: app/cdash/tests/test_aggregatecoverage.php + + - + message: "#^Cannot access offset 'buildid' on mixed\\.$#" + count: 3 + path: app/cdash/tests/test_aggregatecoverage.php + + - + message: "#^Cannot access offset 'buildname' on mixed\\.$#" + count: 1 + path: app/cdash/tests/test_aggregatecoverage.php + + - + message: "#^Cannot access offset 'builds' on mixed\\.$#" + count: 1 + path: app/cdash/tests/test_aggregatecoverage.php + + - + message: "#^Cannot access offset 'coverages' on mixed\\.$#" + count: 2 + path: app/cdash/tests/test_aggregatecoverage.php + + - + message: "#^Cannot access offset 0 on mixed\\.$#" + count: 1 + path: app/cdash/tests/test_aggregatecoverage.php + - message: "#^Loose comparison via \"\\!\\=\" is not allowed\\.$#" count: 6 @@ -18722,11 +21037,86 @@ parameters: count: 1 path: app/cdash/tests/test_aggregatecoverage.php + - + message: "#^Parameter \\#1 \\$value of function count expects array\\|Countable, mixed given\\.$#" + count: 2 + path: app/cdash/tests/test_aggregatecoverage.php + + - + message: "#^Part \\$name \\(mixed\\) of encapsed string cannot be cast to string\\.$#" + count: 1 + path: app/cdash/tests/test_aggregatecoverage.php + + - + message: "#^Argument of an invalid type mixed supplied for foreach, only iterables are supported\\.$#" + count: 5 + path: app/cdash/tests/test_aggregatesubprojectcoverage.php + + - + message: "#^Binary operation \"\\.\" between 'Unexpected build\\: ' and mixed results in an error\\.$#" + count: 1 + path: app/cdash/tests/test_aggregatesubprojectcoverage.php + - message: "#^Call to deprecated method pass\\(\\) of class SimpleTestCase\\.$#" count: 1 path: app/cdash/tests/test_aggregatesubprojectcoverage.php + - + message: "#^Cannot access offset 'buildgroups' on mixed\\.$#" + count: 1 + path: app/cdash/tests/test_aggregatesubprojectcoverage.php + + - + message: "#^Cannot access offset 'buildid' on mixed\\.$#" + count: 3 + path: app/cdash/tests/test_aggregatesubprojectcoverage.php + + - + message: "#^Cannot access offset 'buildname' on mixed\\.$#" + count: 1 + path: app/cdash/tests/test_aggregatesubprojectcoverage.php + + - + message: "#^Cannot access offset 'builds' on mixed\\.$#" + count: 3 + path: app/cdash/tests/test_aggregatesubprojectcoverage.php + + - + message: "#^Cannot access offset 'coveragegroups' on mixed\\.$#" + count: 4 + path: app/cdash/tests/test_aggregatesubprojectcoverage.php + + - + message: "#^Cannot access offset 'coverages' on mixed\\.$#" + count: 3 + path: app/cdash/tests/test_aggregatesubprojectcoverage.php + + - + message: "#^Cannot access offset 'key' on mixed\\.$#" + count: 3 + path: app/cdash/tests/test_aggregatesubprojectcoverage.php + + - + message: "#^Cannot access offset 'label' on mixed\\.$#" + count: 3 + path: app/cdash/tests/test_aggregatesubprojectcoverage.php + + - + message: "#^Cannot access offset 'name' on mixed\\.$#" + count: 2 + path: app/cdash/tests/test_aggregatesubprojectcoverage.php + + - + message: "#^Cannot access offset 0 on mixed\\.$#" + count: 1 + path: app/cdash/tests/test_aggregatesubprojectcoverage.php + + - + message: "#^Cannot access offset mixed on mixed\\.$#" + count: 1 + path: app/cdash/tests/test_aggregatesubprojectcoverage.php + - message: "#^Loose comparison via \"\\!\\=\" is not allowed\\.$#" count: 6 @@ -18822,6 +21212,31 @@ parameters: count: 1 path: app/cdash/tests/test_aggregatesubprojectcoverage.php + - + message: "#^Parameter \\#1 \\$key of function array_key_exists expects int\\|string, mixed given\\.$#" + count: 1 + path: app/cdash/tests/test_aggregatesubprojectcoverage.php + + - + message: "#^Parameter \\#1 \\$value of function count expects array\\|Countable, mixed given\\.$#" + count: 5 + path: app/cdash/tests/test_aggregatesubprojectcoverage.php + + - + message: "#^Part \\$found \\(mixed\\) of encapsed string cannot be cast to string\\.$#" + count: 1 + path: app/cdash/tests/test_aggregatesubprojectcoverage.php + + - + message: "#^Part \\$groupname \\(mixed\\) of encapsed string cannot be cast to string\\.$#" + count: 2 + path: app/cdash/tests/test_aggregatesubprojectcoverage.php + + - + message: "#^Part \\$name \\(mixed\\) of encapsed string cannot be cast to string\\.$#" + count: 1 + path: app/cdash/tests/test_aggregatesubprojectcoverage.php + - message: "#^Property AggregateSubProjectCoverageTestCase\\:\\:\\$DataDir has no type specified\\.$#" count: 1 @@ -18890,57 +21305,82 @@ parameters: path: app/cdash/tests/test_authtoken.php - - message: "#^Dynamic call to static method Illuminate\\\\Database\\\\Eloquent\\\\Builder\\\\:\\:Exists\\(\\)\\.$#" + message: "#^Cannot access offset 'hash' on mixed\\.$#" count: 1 path: app/cdash/tests/test_authtoken.php - - message: "#^Loose comparison via \"\\!\\=\" is not allowed\\.$#" + message: "#^Cannot access offset 'raw_token' on mixed\\.$#" count: 1 path: app/cdash/tests/test_authtoken.php - - message: "#^Method AuthTokenTestCase\\:\\:normalSubmit\\(\\) has no return type specified\\.$#" + message: "#^Cannot access offset 'title' on mixed\\.$#" count: 1 path: app/cdash/tests/test_authtoken.php - - message: "#^Method AuthTokenTestCase\\:\\:normalSubmit\\(\\) has parameter \\$headers with no type specified\\.$#" + message: "#^Cannot access offset 'token' on mixed\\.$#" count: 1 path: app/cdash/tests/test_authtoken.php - - message: "#^Method AuthTokenTestCase\\:\\:postSubmit\\(\\) has no return type specified\\.$#" + message: "#^Cannot call method clear\\(\\) on mixed\\.$#" count: 1 path: app/cdash/tests/test_authtoken.php - - message: "#^Method AuthTokenTestCase\\:\\:postSubmit\\(\\) has parameter \\$token with no type specified\\.$#" + message: "#^Dynamic call to static method Illuminate\\\\Database\\\\Eloquent\\\\Builder\\\\:\\:Exists\\(\\)\\.$#" count: 1 path: app/cdash/tests/test_authtoken.php - - message: "#^Method AuthTokenTestCase\\:\\:putSubmit\\(\\) has no return type specified\\.$#" + message: "#^Loose comparison via \"\\!\\=\" is not allowed\\.$#" count: 1 path: app/cdash/tests/test_authtoken.php - - message: "#^Method AuthTokenTestCase\\:\\:putSubmit\\(\\) has parameter \\$headers with no type specified\\.$#" + message: "#^Method AuthTokenTestCase\\:\\:normalSubmit\\(\\) has no return type specified\\.$#" count: 1 path: app/cdash/tests/test_authtoken.php - - message: "#^Method AuthTokenTestCase\\:\\:testApiAccess\\(\\) has no return type specified\\.$#" + message: "#^Method AuthTokenTestCase\\:\\:normalSubmit\\(\\) has parameter \\$headers with no type specified\\.$#" count: 1 path: app/cdash/tests/test_authtoken.php - - message: "#^Method AuthTokenTestCase\\:\\:testEnableAuthenticatedSubmissions\\(\\) has no return type specified\\.$#" + message: "#^Method AuthTokenTestCase\\:\\:postSubmit\\(\\) has no return type specified\\.$#" count: 1 path: app/cdash/tests/test_authtoken.php - - message: "#^Method AuthTokenTestCase\\:\\:testGenerateToken\\(\\) has no return type specified\\.$#" + message: "#^Method AuthTokenTestCase\\:\\:postSubmit\\(\\) has parameter \\$token with no type specified\\.$#" + count: 1 + path: app/cdash/tests/test_authtoken.php + + - + message: "#^Method AuthTokenTestCase\\:\\:putSubmit\\(\\) has no return type specified\\.$#" + count: 1 + path: app/cdash/tests/test_authtoken.php + + - + message: "#^Method AuthTokenTestCase\\:\\:putSubmit\\(\\) has parameter \\$headers with no type specified\\.$#" + count: 1 + path: app/cdash/tests/test_authtoken.php + + - + message: "#^Method AuthTokenTestCase\\:\\:testApiAccess\\(\\) has no return type specified\\.$#" + count: 1 + path: app/cdash/tests/test_authtoken.php + + - + message: "#^Method AuthTokenTestCase\\:\\:testEnableAuthenticatedSubmissions\\(\\) has no return type specified\\.$#" + count: 1 + path: app/cdash/tests/test_authtoken.php + + - + message: "#^Method AuthTokenTestCase\\:\\:testGenerateToken\\(\\) has no return type specified\\.$#" count: 1 path: app/cdash/tests/test_authtoken.php @@ -19014,6 +21454,11 @@ parameters: count: 1 path: app/cdash/tests/test_authtoken.php + - + message: "#^Parameter \\#2 \\$array of function array_key_exists expects array, mixed given\\.$#" + count: 1 + path: app/cdash/tests/test_authtoken.php + - message: "#^Parameter \\#3 \\$value of function curl_setopt expects bool, int given\\.$#" count: 1 @@ -19171,6 +21616,11 @@ parameters: count: 1 path: app/cdash/tests/test_autoremovebuilds_on_submit.php + - + message: "#^Binary operation \"\\.\" between 'Expected error at…' and mixed results in an error\\.$#" + count: 1 + path: app/cdash/tests/test_bazeljson.php + - message: """ #^Call to deprecated function pdo_execute\\(\\)\\: @@ -19187,6 +21637,46 @@ parameters: count: 1 path: app/cdash/tests/test_bazeljson.php + - + message: "#^Cannot access offset 'buildid' on mixed\\.$#" + count: 1 + path: app/cdash/tests/test_bazeljson.php + + - + message: "#^Cannot access offset 'details' on mixed\\.$#" + count: 3 + path: app/cdash/tests/test_bazeljson.php + + - + message: "#^Cannot access offset 'errors' on mixed\\.$#" + count: 1 + path: app/cdash/tests/test_bazeljson.php + + - + message: "#^Cannot access offset 'logline' on mixed\\.$#" + count: 2 + path: app/cdash/tests/test_bazeljson.php + + - + message: "#^Cannot access offset 'output' on mixed\\.$#" + count: 6 + path: app/cdash/tests/test_bazeljson.php + + - + message: "#^Cannot access offset 'test' on mixed\\.$#" + count: 11 + path: app/cdash/tests/test_bazeljson.php + + - + message: "#^Cannot access offset 'time' on mixed\\.$#" + count: 2 + path: app/cdash/tests/test_bazeljson.php + + - + message: "#^Cannot access offset 0 on mixed\\.$#" + count: 2 + path: app/cdash/tests/test_bazeljson.php + - message: "#^Loose comparison via \"\\!\\=\" is not allowed\\.$#" count: 14 @@ -19282,11 +21772,36 @@ parameters: count: 1 path: app/cdash/tests/test_bazeljson.php + - + message: "#^Parameter \\#1 \\$haystack of function strpos expects string, mixed given\\.$#" + count: 16 + path: app/cdash/tests/test_bazeljson.php + + - + message: "#^Part \\$buildid \\(mixed\\) of encapsed string cannot be cast to string\\.$#" + count: 1 + path: app/cdash/tests/test_bazeljson.php + + - + message: "#^Part \\$jsonobj\\['test'\\]\\['time'\\] \\(mixed\\) of encapsed string cannot be cast to string\\.$#" + count: 1 + path: app/cdash/tests/test_bazeljson.php + - message: "#^Property BazelJSONTestCase\\:\\:\\$PDO has no type specified\\.$#" count: 1 path: app/cdash/tests/test_bazeljson.php + - + message: "#^Binary operation \"\\.\" between 'POST returned ' and mixed results in an error\\.$#" + count: 1 + path: app/cdash/tests/test_branchcoverage.php + + - + message: "#^Binary operation \"\\.\" between non\\-falsy\\-string and mixed results in an error\\.$#" + count: 1 + path: app/cdash/tests/test_branchcoverage.php + - message: """ #^Call to deprecated method getPdo\\(\\) of class CDash\\\\Database\\: @@ -19295,6 +21810,21 @@ parameters: count: 1 path: app/cdash/tests/test_branchcoverage.php + - + message: "#^Cannot access offset 'buildid' on mixed\\.$#" + count: 1 + path: app/cdash/tests/test_branchcoverage.php + + - + message: "#^Cannot access offset 'description' on mixed\\.$#" + count: 1 + path: app/cdash/tests/test_branchcoverage.php + + - + message: "#^Cannot access offset 'status' on mixed\\.$#" + count: 2 + path: app/cdash/tests/test_branchcoverage.php + - message: "#^Cannot call method fetchColumn\\(\\) on PDOStatement\\|false\\.$#" count: 1 @@ -19401,6 +21931,11 @@ parameters: count: 2 path: app/cdash/tests/test_buildconfigure.php + - + message: "#^Cannot access offset 'id' on mixed\\.$#" + count: 1 + path: app/cdash/tests/test_buildconfigure.php + - message: "#^Cannot call method fetch\\(\\) on PDOStatement\\|false\\.$#" count: 1 @@ -19457,6 +21992,56 @@ parameters: count: 1 path: app/cdash/tests/test_builddetails.php + - + message: "#^Cannot access offset int\\<0, max\\> on mixed\\.$#" + count: 1 + path: app/cdash/tests/test_builddetails.php + + - + message: "#^Cannot access property \\$error on mixed\\.$#" + count: 2 + path: app/cdash/tests/test_builddetails.php + + - + message: "#^Cannot access property \\$errors on mixed\\.$#" + count: 5 + path: app/cdash/tests/test_builddetails.php + + - + message: "#^Cannot access property \\$numFailed on mixed\\.$#" + count: 2 + path: app/cdash/tests/test_builddetails.php + + - + message: "#^Cannot access property \\$numNotRun on mixed\\.$#" + count: 2 + path: app/cdash/tests/test_builddetails.php + + - + message: "#^Cannot access property \\$numPassed on mixed\\.$#" + count: 2 + path: app/cdash/tests/test_builddetails.php + + - + message: "#^Cannot access property \\$numSubprojects on mixed\\.$#" + count: 1 + path: app/cdash/tests/test_builddetails.php + + - + message: "#^Cannot access property \\$numTimeFailed on mixed\\.$#" + count: 2 + path: app/cdash/tests/test_builddetails.php + + - + message: "#^Cannot access property \\$parentBuild on mixed\\.$#" + count: 1 + path: app/cdash/tests/test_builddetails.php + + - + message: "#^Cannot access property \\$tests on mixed\\.$#" + count: 3 + path: app/cdash/tests/test_builddetails.php + - message: "#^Loose comparison via \"\\!\\=\" is not allowed\\.$#" count: 1 @@ -19512,6 +22097,11 @@ parameters: count: 2 path: app/cdash/tests/test_builddetails.php + - + message: "#^Parameter \\#1 \\$value of function count expects array\\|Countable, mixed given\\.$#" + count: 1 + path: app/cdash/tests/test_builddetails.php + - message: "#^Property BuildDetailsTestCase\\:\\:\\$builds has no type specified\\.$#" count: 1 @@ -19740,6 +22330,16 @@ parameters: count: 1 path: app/cdash/tests/test_buildoverview.php + - + message: "#^Argument of an invalid type mixed supplied for foreach, only iterables are supported\\.$#" + count: 2 + path: app/cdash/tests/test_buildproperties.php + + - + message: "#^Binary operation \"\\.\" between mixed and '/submit\\.php' results in an error\\.$#" + count: 1 + path: app/cdash/tests/test_buildproperties.php + - message: """ #^Call to deprecated function pdo_execute\\(\\)\\: @@ -19748,6 +22348,41 @@ parameters: count: 10 path: app/cdash/tests/test_buildproperties.php + - + message: "#^Cannot access offset 'accuracy' on mixed\\.$#" + count: 1 + path: app/cdash/tests/test_buildproperties.php + + - + message: "#^Cannot access offset 'buildid' on mixed\\.$#" + count: 1 + path: app/cdash/tests/test_buildproperties.php + + - + message: "#^Cannot access offset 'builds' on mixed\\.$#" + count: 1 + path: app/cdash/tests/test_buildproperties.php + + - + message: "#^Cannot access offset 'classifier' on mixed\\.$#" + count: 1 + path: app/cdash/tests/test_buildproperties.php + + - + message: "#^Cannot access offset 'defects' on mixed\\.$#" + count: 1 + path: app/cdash/tests/test_buildproperties.php + + - + message: "#^Cannot access offset 'success' on mixed\\.$#" + count: 2 + path: app/cdash/tests/test_buildproperties.php + + - + message: "#^Cannot access offset 'testfailed' on mixed\\.$#" + count: 1 + path: app/cdash/tests/test_buildproperties.php + - message: "#^Empty array passed to foreach\\.$#" count: 1 @@ -19853,6 +22488,26 @@ parameters: count: 1 path: app/cdash/tests/test_buildproperties.php + - + message: "#^Parameter \\#1 \\$value of function count expects array\\|Countable, mixed given\\.$#" + count: 2 + path: app/cdash/tests/test_buildproperties.php + + - + message: "#^Part \\$build\\-\\>Id \\(mixed\\) of encapsed string cannot be cast to string\\.$#" + count: 1 + path: app/cdash/tests/test_buildproperties.php + + - + message: "#^Part \\$classifier \\(mixed\\) of encapsed string cannot be cast to string\\.$#" + count: 2 + path: app/cdash/tests/test_buildproperties.php + + - + message: "#^Part \\$found \\(mixed\\) of encapsed string cannot be cast to string\\.$#" + count: 1 + path: app/cdash/tests/test_buildproperties.php + - message: "#^Property BuildPropertiesTestCase\\:\\:\\$Builds has no type specified\\.$#" count: 1 @@ -19889,6 +22544,46 @@ parameters: count: 1 path: app/cdash/tests/test_buildrelationship.php + - + message: "#^Cannot access offset 'buildid' on mixed\\.$#" + count: 1 + path: app/cdash/tests/test_buildrelationship.php + + - + message: "#^Cannot access offset 'relatedid' on mixed\\.$#" + count: 1 + path: app/cdash/tests/test_buildrelationship.php + + - + message: "#^Cannot access offset 'relationship' on mixed\\.$#" + count: 2 + path: app/cdash/tests/test_buildrelationship.php + + - + message: "#^Cannot access offset 'relationships_from' on mixed\\.$#" + count: 1 + path: app/cdash/tests/test_buildrelationship.php + + - + message: "#^Cannot access offset 'relationships_to' on mixed\\.$#" + count: 1 + path: app/cdash/tests/test_buildrelationship.php + + - + message: "#^Cannot access offset 0 on mixed\\.$#" + count: 2 + path: app/cdash/tests/test_buildrelationship.php + + - + message: "#^Cannot access property \\$error on mixed\\.$#" + count: 7 + path: app/cdash/tests/test_buildrelationship.php + + - + message: "#^Cannot access property \\$relationship on mixed\\.$#" + count: 1 + path: app/cdash/tests/test_buildrelationship.php + - message: "#^Foreach overwrites \\$payload with its value variable\\.$#" count: 1 @@ -19899,6 +22594,11 @@ parameters: count: 1 path: app/cdash/tests/test_buildrelationship.php + - + message: "#^Parameter \\#1 \\$object_or_class of function property_exists expects object\\|string, mixed given\\.$#" + count: 10 + path: app/cdash/tests/test_buildrelationship.php + - message: "#^Property BuildRelationshipTestCase\\:\\:\\$PDO has no type specified\\.$#" count: 1 @@ -20000,57 +22700,117 @@ parameters: count: 1 path: app/cdash/tests/test_committerinfo.php + - + message: "#^Argument of an invalid type mixed supplied for foreach, only iterables are supported\\.$#" + count: 2 + path: app/cdash/tests/test_compressedtest.php + - message: "#^Call to deprecated method pass\\(\\) of class SimpleTestCase\\.$#" count: 1 path: app/cdash/tests/test_compressedtest.php - - message: "#^Construct empty\\(\\) is not allowed\\. Use more strict comparison\\.$#" + message: "#^Cannot access offset 'buildgroups' on mixed\\.$#" count: 1 path: app/cdash/tests/test_compressedtest.php - - message: "#^Loose comparison via \"\\!\\=\" is not allowed\\.$#" + message: "#^Cannot access offset 'builds' on mixed\\.$#" count: 1 path: app/cdash/tests/test_compressedtest.php - - message: "#^Loose comparison via \"\\=\\=\" is not allowed\\.$#" + message: "#^Cannot access offset 'files' on mixed\\.$#" count: 1 path: app/cdash/tests/test_compressedtest.php - - message: "#^Method CompressedTestCase\\:\\:testGITUpdate\\(\\) has no return type specified\\.$#" + message: "#^Cannot access offset 'id' on mixed\\.$#" count: 1 path: app/cdash/tests/test_compressedtest.php - - message: "#^Method CompressedTestCase\\:\\:testSubmissionCompressedTest\\(\\) has no return type specified\\.$#" + message: "#^Cannot access offset 'name' on mixed\\.$#" count: 1 path: app/cdash/tests/test_compressedtest.php - - message: "#^Method ConfigureAppendTestCase\\:\\:testConfigureAppend\\(\\) has no return type specified\\.$#" + message: "#^Cannot access offset 'revisiondiff' on mixed\\.$#" count: 1 - path: app/cdash/tests/test_configureappend.php + path: app/cdash/tests/test_compressedtest.php - - message: "#^Property ConfigureAppendTestCase\\:\\:\\$project has no type specified\\.$#" + message: "#^Cannot access offset 'revisionurl' on mixed\\.$#" count: 1 - path: app/cdash/tests/test_configureappend.php + path: app/cdash/tests/test_compressedtest.php - - message: """ - #^Call to deprecated method execute\\(\\) of class CDash\\\\Database\\: - 04/22/2023 Use Laravel query builder or Eloquent instead$# - """ + message: "#^Cannot access offset 'update' on mixed\\.$#" count: 3 - path: app/cdash/tests/test_configurewarnings.php + path: app/cdash/tests/test_compressedtest.php - - message: """ - #^Call to deprecated method prepare\\(\\) of class CDash\\\\Database\\: + message: "#^Construct empty\\(\\) is not allowed\\. Use more strict comparison\\.$#" + count: 1 + path: app/cdash/tests/test_compressedtest.php + + - + message: "#^Loose comparison via \"\\!\\=\" is not allowed\\.$#" + count: 1 + path: app/cdash/tests/test_compressedtest.php + + - + message: "#^Loose comparison via \"\\=\\=\" is not allowed\\.$#" + count: 1 + path: app/cdash/tests/test_compressedtest.php + + - + message: "#^Method CompressedTestCase\\:\\:testGITUpdate\\(\\) has no return type specified\\.$#" + count: 1 + path: app/cdash/tests/test_compressedtest.php + + - + message: "#^Method CompressedTestCase\\:\\:testSubmissionCompressedTest\\(\\) has no return type specified\\.$#" + count: 1 + path: app/cdash/tests/test_compressedtest.php + + - + message: "#^Parameter \\#1 \\$haystack of function str_contains expects string, mixed given\\.$#" + count: 2 + path: app/cdash/tests/test_compressedtest.php + + - + message: "#^Part \\$buildid \\(mixed\\) of encapsed string cannot be cast to string\\.$#" + count: 1 + path: app/cdash/tests/test_compressedtest.php + + - + message: "#^Part \\$found \\(mixed\\) of encapsed string cannot be cast to string\\.$#" + count: 2 + path: app/cdash/tests/test_compressedtest.php + + - + message: "#^Method ConfigureAppendTestCase\\:\\:testConfigureAppend\\(\\) has no return type specified\\.$#" + count: 1 + path: app/cdash/tests/test_configureappend.php + + - + message: "#^Property ConfigureAppendTestCase\\:\\:\\$project has no type specified\\.$#" + count: 1 + path: app/cdash/tests/test_configureappend.php + + - + message: """ + #^Call to deprecated method execute\\(\\) of class CDash\\\\Database\\: + 04/22/2023 Use Laravel query builder or Eloquent instead$# + """ + count: 3 + path: app/cdash/tests/test_configurewarnings.php + + - + message: """ + #^Call to deprecated method prepare\\(\\) of class CDash\\\\Database\\: 04/22/2023 Use Laravel query builder or Eloquent instead$# """ count: 2 @@ -20102,6 +22862,31 @@ parameters: count: 1 path: app/cdash/tests/test_consistenttestingday.php + - + message: "#^Cannot access offset 'buildName' on mixed\\.$#" + count: 2 + path: app/cdash/tests/test_consistenttestingday.php + + - + message: "#^Cannot access offset 'buildgroups' on mixed\\.$#" + count: 5 + path: app/cdash/tests/test_consistenttestingday.php + + - + message: "#^Cannot access offset 'buildname' on mixed\\.$#" + count: 3 + path: app/cdash/tests/test_consistenttestingday.php + + - + message: "#^Cannot access offset 'builds' on mixed\\.$#" + count: 11 + path: app/cdash/tests/test_consistenttestingday.php + + - + message: "#^Cannot access offset 0 on mixed\\.$#" + count: 5 + path: app/cdash/tests/test_consistenttestingday.php + - message: "#^Cannot call method fetchAll\\(\\) on PDOStatement\\|false\\.$#" count: 1 @@ -20112,16 +22897,56 @@ parameters: count: 1 path: app/cdash/tests/test_consistenttestingday.php + - + message: "#^Parameter \\#1 \\$array of function array_pop expects array, mixed given\\.$#" + count: 4 + path: app/cdash/tests/test_consistenttestingday.php + - message: "#^Parameter \\#1 \\$stmt of method CDash\\\\Database\\:\\:execute\\(\\) expects PDOStatement, PDOStatement\\|false given\\.$#" count: 1 path: app/cdash/tests/test_consistenttestingday.php + - + message: "#^Parameter \\#1 \\$value of function count expects array\\|Countable, mixed given\\.$#" + count: 7 + path: app/cdash/tests/test_consistenttestingday.php + - message: "#^Property ConsistentTestingDayTestCase\\:\\:\\$project has no type specified\\.$#" count: 1 path: app/cdash/tests/test_consistenttestingday.php + - + message: "#^Binary operation \"\\.\" between non\\-falsy\\-string and mixed results in an error\\.$#" + count: 2 + path: app/cdash/tests/test_coveragedirectories.php + + - + message: "#^Cannot access offset 'aaData' on mixed\\.$#" + count: 3 + path: app/cdash/tests/test_coveragedirectories.php + + - + message: "#^Cannot access offset 'buildid' on mixed\\.$#" + count: 2 + path: app/cdash/tests/test_coveragedirectories.php + + - + message: "#^Cannot access offset 'coverages' on mixed\\.$#" + count: 4 + path: app/cdash/tests/test_coveragedirectories.php + + - + message: "#^Cannot access offset 0 on mixed\\.$#" + count: 5 + path: app/cdash/tests/test_coveragedirectories.php + + - + message: "#^Cannot access offset 0\\|1\\|2\\|3\\|4\\|5\\|6\\|7\\|8\\|9\\|10\\|11\\|12\\|13\\|14\\|15\\|16\\|17\\|18\\|19\\|20\\|21\\|22\\|23\\|24 on mixed\\.$#" + count: 1 + path: app/cdash/tests/test_coveragedirectories.php + - message: "#^Loose comparison via \"\\!\\=\" is not allowed\\.$#" count: 1 @@ -20132,6 +22957,16 @@ parameters: count: 1 path: app/cdash/tests/test_coveragedirectories.php + - + message: "#^Parameter \\#1 \\$haystack of function strpos expects string, mixed given\\.$#" + count: 2 + path: app/cdash/tests/test_coveragedirectories.php + + - + message: "#^Parameter \\#1 \\$value of function count expects array\\|Countable, mixed given\\.$#" + count: 3 + path: app/cdash/tests/test_coveragedirectories.php + - message: """ #^Call to deprecated method prepare\\(\\) of class CDash\\\\Database\\: @@ -20140,6 +22975,26 @@ parameters: count: 1 path: app/cdash/tests/test_createprojectpermissions.php + - + message: "#^Cannot access offset 'id' on mixed\\.$#" + count: 1 + path: app/cdash/tests/test_createprojectpermissions.php + + - + message: "#^Cannot access property \\$error on mixed\\.$#" + count: 4 + path: app/cdash/tests/test_createprojectpermissions.php + + - + message: "#^Cannot access property \\$project on mixed\\.$#" + count: 4 + path: app/cdash/tests/test_createprojectpermissions.php + + - + message: "#^Cannot access property \\$user on mixed\\.$#" + count: 1 + path: app/cdash/tests/test_createprojectpermissions.php + - message: "#^Cannot call method execute\\(\\) on PDOStatement\\|false\\.$#" count: 1 @@ -20155,6 +23010,16 @@ parameters: count: 1 path: app/cdash/tests/test_createprojectpermissions.php + - + message: "#^Parameter \\#1 \\$object_or_class of function property_exists expects object\\|string, mixed given\\.$#" + count: 15 + path: app/cdash/tests/test_createprojectpermissions.php + + - + message: "#^Part \\$userid \\(mixed\\) of encapsed string cannot be cast to string\\.$#" + count: 3 + path: app/cdash/tests/test_createprojectpermissions.php + - message: "#^Property CreateProjectPermissionsTestCase\\:\\:\\$BuildId has no type specified\\.$#" count: 1 @@ -20165,11 +23030,66 @@ parameters: count: 1 path: app/cdash/tests/test_createpublicdashboard.php + - + message: "#^Argument of an invalid type mixed supplied for foreach, only iterables are supported\\.$#" + count: 1 + path: app/cdash/tests/test_crosssubprojectcoverage.php + + - + message: "#^Binary operation \"\\.\" between 'POST returned ' and mixed results in an error\\.$#" + count: 1 + path: app/cdash/tests/test_crosssubprojectcoverage.php + + - + message: "#^Binary operation \"\\.\" between non\\-falsy\\-string and mixed results in an error\\.$#" + count: 2 + path: app/cdash/tests/test_crosssubprojectcoverage.php + - message: "#^Call to deprecated method pass\\(\\) of class SimpleTestCase\\.$#" count: 2 path: app/cdash/tests/test_crosssubprojectcoverage.php + - + message: "#^Cannot access offset 'buildid' on mixed\\.$#" + count: 2 + path: app/cdash/tests/test_crosssubprojectcoverage.php + + - + message: "#^Cannot access offset 'coveragegroups' on mixed\\.$#" + count: 2 + path: app/cdash/tests/test_crosssubprojectcoverage.php + + - + message: "#^Cannot access offset 'coverages' on mixed\\.$#" + count: 3 + path: app/cdash/tests/test_crosssubprojectcoverage.php + + - + message: "#^Cannot access offset 'description' on mixed\\.$#" + count: 1 + path: app/cdash/tests/test_crosssubprojectcoverage.php + + - + message: "#^Cannot access offset 'label' on mixed\\.$#" + count: 1 + path: app/cdash/tests/test_crosssubprojectcoverage.php + + - + message: "#^Cannot access offset 'loctested' on mixed\\.$#" + count: 1 + path: app/cdash/tests/test_crosssubprojectcoverage.php + + - + message: "#^Cannot access offset 'locuntested' on mixed\\.$#" + count: 1 + path: app/cdash/tests/test_crosssubprojectcoverage.php + + - + message: "#^Cannot access offset 'status' on mixed\\.$#" + count: 2 + path: app/cdash/tests/test_crosssubprojectcoverage.php + - message: "#^Construct empty\\(\\) is not allowed\\. Use more strict comparison\\.$#" count: 2 @@ -20280,6 +23200,31 @@ parameters: count: 1 path: app/cdash/tests/test_crosssubprojectcoverage.php + - + message: "#^Parameter \\#1 \\$array of function array_pop expects array, mixed given\\.$#" + count: 2 + path: app/cdash/tests/test_crosssubprojectcoverage.php + + - + message: "#^Parameter \\#1 \\$value of function count expects array\\|Countable, mixed given\\.$#" + count: 2 + path: app/cdash/tests/test_crosssubprojectcoverage.php + + - + message: "#^Part \\$buildid \\(mixed\\) of encapsed string cannot be cast to string\\.$#" + count: 1 + path: app/cdash/tests/test_crosssubprojectcoverage.php + + - + message: "#^Part \\$group_name \\(mixed\\) of encapsed string cannot be cast to string\\.$#" + count: 1 + path: app/cdash/tests/test_crosssubprojectcoverage.php + + - + message: "#^Part \\$parentid \\(mixed\\) of encapsed string cannot be cast to string\\.$#" + count: 1 + path: app/cdash/tests/test_crosssubprojectcoverage.php + - message: "#^Property CoverageAcrossSubProjectsTestCase\\:\\:\\$DataDir has no type specified\\.$#" count: 1 @@ -20303,6 +23248,11 @@ parameters: count: 1 path: app/cdash/tests/test_csvexport.php + - + message: "#^Cannot access offset 'id' on mixed\\.$#" + count: 1 + path: app/cdash/tests/test_csvexport.php + - message: "#^Cannot call method execute\\(\\) on PDOStatement\\|false\\.$#" count: 1 @@ -20318,11 +23268,21 @@ parameters: count: 1 path: app/cdash/tests/test_csvexport.php + - + message: "#^Part \\$buildid \\(mixed\\) of encapsed string cannot be cast to string\\.$#" + count: 1 + path: app/cdash/tests/test_csvexport.php + - message: "#^Access to an undefined property object\\:\\:\\$id\\.$#" count: 1 path: app/cdash/tests/test_deferredsubmissions.php + - + message: "#^Cannot access offset 'raw_token' on mixed\\.$#" + count: 1 + path: app/cdash/tests/test_deferredsubmissions.php + - message: "#^Cannot access property \\$builderrors on object\\|null\\.$#" count: 1 @@ -20463,6 +23423,11 @@ parameters: count: 1 path: app/cdash/tests/test_deletesubproject.php + - + message: "#^Argument of an invalid type mixed supplied for foreach, only iterables are supported\\.$#" + count: 1 + path: app/cdash/tests/test_disabledtests.php + - message: """ #^Call to deprecated method getPdo\\(\\) of class CDash\\\\Database\\: @@ -20471,6 +23436,31 @@ parameters: count: 1 path: app/cdash/tests/test_disabledtests.php + - + message: "#^Cannot access offset 'details' on mixed\\.$#" + count: 1 + path: app/cdash/tests/test_disabledtests.php + + - + message: "#^Cannot access offset 'id' on mixed\\.$#" + count: 1 + path: app/cdash/tests/test_disabledtests.php + + - + message: "#^Cannot access offset 'numFailed' on mixed\\.$#" + count: 1 + path: app/cdash/tests/test_disabledtests.php + + - + message: "#^Cannot access offset 'numNotRun' on mixed\\.$#" + count: 1 + path: app/cdash/tests/test_disabledtests.php + + - + message: "#^Cannot access offset 'tests' on mixed\\.$#" + count: 1 + path: app/cdash/tests/test_disabledtests.php + - message: "#^Cannot call method fetch\\(\\) on PDOStatement\\|false\\.$#" count: 1 @@ -20486,6 +23476,11 @@ parameters: count: 2 path: app/cdash/tests/test_disabledtests.php + - + message: "#^Part \\$buildid \\(mixed\\) of encapsed string cannot be cast to string\\.$#" + count: 1 + path: app/cdash/tests/test_disabledtests.php + - message: "#^Call to deprecated method pass\\(\\) of class SimpleTestCase\\.$#" count: 1 @@ -20671,33 +23666,83 @@ parameters: path: app/cdash/tests/test_email.php - - message: "#^Cannot access property \\$id on App\\\\Models\\\\Site\\|null\\.$#" - count: 2 + message: "#^Cannot access offset 'directories' on mixed\\.$#" + count: 1 path: app/cdash/tests/test_email.php - - message: "#^Cannot access property \\$id on object\\|null\\.$#" + message: "#^Cannot access offset 'email' on mixed\\.$#" count: 1 path: app/cdash/tests/test_email.php - - message: "#^Cannot call method fetchColumn\\(\\) on PDOStatement\\|false\\.$#" + message: "#^Cannot access offset 'files' on mixed\\.$#" count: 1 path: app/cdash/tests/test_email.php - - message: "#^Method EmailTestCase\\:\\:testCreateProjectTest\\(\\) has no return type specified\\.$#" + message: "#^Cannot access offset 'updategroups' on mixed\\.$#" count: 1 path: app/cdash/tests/test_email.php - - message: "#^Method EmailTestCase\\:\\:testEmailSentToGitCommitter\\(\\) has no return type specified\\.$#" - count: 1 + message: "#^Cannot access offset 0 on mixed\\.$#" + count: 3 path: app/cdash/tests/test_email.php - - message: "#^Method EmailTestCase\\:\\:testRegisterNoEmailUser\\(\\) has no return type specified\\.$#" - count: 1 + message: "#^Cannot access property \\$buildid on mixed\\.$#" + count: 4 + path: app/cdash/tests/test_email.php + + - + message: "#^Cannot access property \\$difference_negative on mixed\\.$#" + count: 4 + path: app/cdash/tests/test_email.php + + - + message: "#^Cannot access property \\$difference_positive on mixed\\.$#" + count: 4 + path: app/cdash/tests/test_email.php + + - + message: "#^Cannot access property \\$id on App\\\\Models\\\\Site\\|null\\.$#" + count: 2 + path: app/cdash/tests/test_email.php + + - + message: "#^Cannot access property \\$id on mixed\\.$#" + count: 6 + path: app/cdash/tests/test_email.php + + - + message: "#^Cannot access property \\$id on object\\|null\\.$#" + count: 1 + path: app/cdash/tests/test_email.php + + - + message: "#^Cannot access property \\$type on mixed\\.$#" + count: 4 + path: app/cdash/tests/test_email.php + + - + message: "#^Cannot call method fetchColumn\\(\\) on PDOStatement\\|false\\.$#" + count: 1 + path: app/cdash/tests/test_email.php + + - + message: "#^Method EmailTestCase\\:\\:testCreateProjectTest\\(\\) has no return type specified\\.$#" + count: 1 + path: app/cdash/tests/test_email.php + + - + message: "#^Method EmailTestCase\\:\\:testEmailSentToGitCommitter\\(\\) has no return type specified\\.$#" + count: 1 + path: app/cdash/tests/test_email.php + + - + message: "#^Method EmailTestCase\\:\\:testRegisterNoEmailUser\\(\\) has no return type specified\\.$#" + count: 1 path: app/cdash/tests/test_email.php - @@ -20750,11 +23795,201 @@ parameters: count: 1 path: app/cdash/tests/test_enable_async.php + - + message: "#^Argument of an invalid type mixed supplied for foreach, only iterables are supported\\.$#" + count: 2 + path: app/cdash/tests/test_excludesubprojects.php + + - + message: "#^Binary operation \"\\.\" between 'Expected \\(32 labels…' and mixed results in an error\\.$#" + count: 1 + path: app/cdash/tests/test_excludesubprojects.php + + - + message: "#^Binary operation \"\\.\" between 'Expected \\(4 labels\\)…' and mixed results in an error\\.$#" + count: 1 + path: app/cdash/tests/test_excludesubprojects.php + + - + message: "#^Binary operation \"\\.\" between 'Expected 1 test…' and mixed results in an error\\.$#" + count: 1 + path: app/cdash/tests/test_excludesubprojects.php + + - + message: "#^Binary operation \"\\.\" between 'Expected 10 tests…' and mixed results in an error\\.$#" + count: 1 + path: app/cdash/tests/test_excludesubprojects.php + + - + message: "#^Binary operation \"\\.\" between 'Expected 15 build…' and mixed results in an error\\.$#" + count: 1 + path: app/cdash/tests/test_excludesubprojects.php + + - + message: "#^Binary operation \"\\.\" between 'Expected 1…' and mixed results in an error\\.$#" + count: 1 + path: app/cdash/tests/test_excludesubprojects.php + + - + message: "#^Binary operation \"\\.\" between 'Expected 21…' and mixed results in an error\\.$#" + count: 1 + path: app/cdash/tests/test_excludesubprojects.php + + - + message: "#^Binary operation \"\\.\" between 'Expected 270 tests…' and mixed results in an error\\.$#" + count: 1 + path: app/cdash/tests/test_excludesubprojects.php + + - + message: "#^Binary operation \"\\.\" between 'Expected 281 build…' and mixed results in an error\\.$#" + count: 1 + path: app/cdash/tests/test_excludesubprojects.php + + - + message: "#^Binary operation \"\\.\" between 'Expected 3 build…' and mixed results in an error\\.$#" + count: 1 + path: app/cdash/tests/test_excludesubprojects.php + + - + message: "#^Binary operation \"\\.\" between 'Expected 32…' and mixed results in an error\\.$#" + count: 1 + path: app/cdash/tests/test_excludesubprojects.php + + - + message: "#^Binary operation \"\\.\" between 'Expected 33 tests…' and mixed results in an error\\.$#" + count: 1 + path: app/cdash/tests/test_excludesubprojects.php + + - + message: "#^Binary operation \"\\.\" between 'Expected 4…' and mixed results in an error\\.$#" + count: 1 + path: app/cdash/tests/test_excludesubprojects.php + + - + message: "#^Binary operation \"\\.\" between 'Expected 5 build…' and mixed results in an error\\.$#" + count: 1 + path: app/cdash/tests/test_excludesubprojects.php + + - + message: "#^Binary operation \"\\.\" between 'Expected 7 tests…' and mixed results in an error\\.$#" + count: 1 + path: app/cdash/tests/test_excludesubprojects.php + + - + message: "#^Binary operation \"\\.\" between 'Expected 88 tests…' and mixed results in an error\\.$#" + count: 1 + path: app/cdash/tests/test_excludesubprojects.php + + - + message: "#^Binary operation \"\\.\" between 'Expected ThreadPool…' and mixed results in an error\\.$#" + count: 1 + path: app/cdash/tests/test_excludesubprojects.php + + - + message: "#^Binary operation \"\\.\" between 'Expected build…' and mixed results in an error\\.$#" + count: 2 + path: app/cdash/tests/test_excludesubprojects.php + + - + message: "#^Binary operation \"\\.\" between 'Expected configure…' and mixed results in an error\\.$#" + count: 2 + path: app/cdash/tests/test_excludesubprojects.php + + - + message: "#^Binary operation \"\\.\" between 'Expected proc time…' and mixed results in an error\\.$#" + count: 2 + path: app/cdash/tests/test_excludesubprojects.php + + - + message: "#^Binary operation \"\\.\" between 'Expected test…' and mixed results in an error\\.$#" + count: 2 + path: app/cdash/tests/test_excludesubprojects.php + + - + message: "#^Binary operation \"\\.\" between 'Expected…' and mixed results in an error\\.$#" + count: 1 + path: app/cdash/tests/test_excludesubprojects.php + - message: "#^Call to deprecated method pass\\(\\) of class SimpleTestCase\\.$#" count: 4 path: app/cdash/tests/test_excludesubprojects.php + - + message: "#^Cannot access offset 'buildgroups' on mixed\\.$#" + count: 6 + path: app/cdash/tests/test_excludesubprojects.php + + - + message: "#^Cannot access offset 'builds' on mixed\\.$#" + count: 4 + path: app/cdash/tests/test_excludesubprojects.php + + - + message: "#^Cannot access offset 'compilation' on mixed\\.$#" + count: 18 + path: app/cdash/tests/test_excludesubprojects.php + + - + message: "#^Cannot access offset 'configure' on mixed\\.$#" + count: 12 + path: app/cdash/tests/test_excludesubprojects.php + + - + message: "#^Cannot access offset 'error' on mixed\\.$#" + count: 4 + path: app/cdash/tests/test_excludesubprojects.php + + - + message: "#^Cannot access offset 'fail' on mixed\\.$#" + count: 4 + path: app/cdash/tests/test_excludesubprojects.php + + - + message: "#^Cannot access offset 'label' on mixed\\.$#" + count: 4 + path: app/cdash/tests/test_excludesubprojects.php + + - + message: "#^Cannot access offset 'notrun' on mixed\\.$#" + count: 4 + path: app/cdash/tests/test_excludesubprojects.php + + - + message: "#^Cannot access offset 'pass' on mixed\\.$#" + count: 4 + path: app/cdash/tests/test_excludesubprojects.php + + - + message: "#^Cannot access offset 'procTimeFull' on mixed\\.$#" + count: 2 + path: app/cdash/tests/test_excludesubprojects.php + + - + message: "#^Cannot access offset 'site' on mixed\\.$#" + count: 2 + path: app/cdash/tests/test_excludesubprojects.php + + - + message: "#^Cannot access offset 'test' on mixed\\.$#" + count: 14 + path: app/cdash/tests/test_excludesubprojects.php + + - + message: "#^Cannot access offset 'time' on mixed\\.$#" + count: 2 + path: app/cdash/tests/test_excludesubprojects.php + + - + message: "#^Cannot access offset 'timefull' on mixed\\.$#" + count: 4 + path: app/cdash/tests/test_excludesubprojects.php + + - + message: "#^Cannot access offset 'warning' on mixed\\.$#" + count: 4 + path: app/cdash/tests/test_excludesubprojects.php + - message: "#^Construct empty\\(\\) is not allowed\\. Use more strict comparison\\.$#" count: 1 @@ -20790,11 +24025,21 @@ parameters: count: 1 path: app/cdash/tests/test_excludesubprojects.php + - + message: "#^Parameter \\#1 \\$array of function array_pop expects array, mixed given\\.$#" + count: 7 + path: app/cdash/tests/test_excludesubprojects.php + - message: "#^Variable \\$build might not be defined\\.$#" count: 48 path: app/cdash/tests/test_excludesubprojects.php + - + message: "#^Argument of an invalid type mixed supplied for foreach, only iterables are supported\\.$#" + count: 1 + path: app/cdash/tests/test_expectedandmissing.php + - message: """ #^Call to deprecated method getPdo\\(\\) of class CDash\\\\Database\\: @@ -20803,6 +24048,31 @@ parameters: count: 1 path: app/cdash/tests/test_expectedandmissing.php + - + message: "#^Cannot access offset 'buildgroups' on mixed\\.$#" + count: 1 + path: app/cdash/tests/test_expectedandmissing.php + + - + message: "#^Cannot access offset 'buildname' on mixed\\.$#" + count: 1 + path: app/cdash/tests/test_expectedandmissing.php + + - + message: "#^Cannot access offset 'builds' on mixed\\.$#" + count: 1 + path: app/cdash/tests/test_expectedandmissing.php + + - + message: "#^Cannot access offset 'expectedandmissing' on mixed\\.$#" + count: 1 + path: app/cdash/tests/test_expectedandmissing.php + + - + message: "#^Cannot access offset 'lastSubmission' on mixed\\.$#" + count: 2 + path: app/cdash/tests/test_expectedandmissing.php + - message: "#^Loose comparison via \"\\=\\=\" is not allowed\\.$#" count: 3 @@ -20833,11 +24103,31 @@ parameters: count: 1 path: app/cdash/tests/test_expectedandmissing.php + - + message: "#^Parameter \\#1 \\$array of function array_pop expects array, mixed given\\.$#" + count: 1 + path: app/cdash/tests/test_expectedandmissing.php + + - + message: "#^Parameter \\#1 \\$string of function strlen expects string, mixed given\\.$#" + count: 1 + path: app/cdash/tests/test_expectedandmissing.php + + - + message: "#^Parameter \\#2 \\$array of function array_key_exists expects array, mixed given\\.$#" + count: 1 + path: app/cdash/tests/test_expectedandmissing.php + - message: "#^Property ExpectedAndMissingTestCase\\:\\:\\$PDO has no type specified\\.$#" count: 1 path: app/cdash/tests/test_expectedandmissing.php + - + message: "#^Argument of an invalid type mixed supplied for foreach, only iterables are supported\\.$#" + count: 1 + path: app/cdash/tests/test_expiredbuildrules.php + - message: """ #^Call to deprecated method execute\\(\\) of class CDash\\\\Database\\: @@ -20854,6 +24144,16 @@ parameters: count: 1 path: app/cdash/tests/test_expiredbuildrules.php + - + message: "#^Cannot access offset 'buildgroups' on mixed\\.$#" + count: 1 + path: app/cdash/tests/test_expiredbuildrules.php + + - + message: "#^Cannot access offset 'name' on mixed\\.$#" + count: 1 + path: app/cdash/tests/test_expiredbuildrules.php + - message: "#^Loose comparison via \"\\!\\=\" is not allowed\\.$#" count: 1 @@ -20885,25 +24185,105 @@ parameters: path: app/cdash/tests/test_expiredbuildrules.php - - message: "#^Call to deprecated method pass\\(\\) of class SimpleTestCase\\.$#" + message: "#^Binary operation \"\\.\" between 'Expected name to be…' and mixed results in an error\\.$#" count: 1 path: app/cdash/tests/test_externallinksfromtests.php - - message: "#^Method ExternalLinksFromTestsTestCase\\:\\:testExternalLinksFromTests\\(\\) has no return type specified\\.$#" + message: "#^Binary operation \"\\.\" between 'Expected type to be…' and mixed results in an error\\.$#" count: 1 path: app/cdash/tests/test_externallinksfromtests.php - - message: "#^Method ExtractTarTestCase\\:\\:testExtractTarArchiveTarWithInvalidFile\\(\\) has no return type specified\\.$#" + message: "#^Binary operation \"\\.\" between 'Expected value to…' and mixed results in an error\\.$#" count: 1 - path: app/cdash/tests/test_extracttar.php + path: app/cdash/tests/test_externallinksfromtests.php - - message: "#^Parameter \\#1 \\$mystring of method KWWebTestCase\\:\\:findString\\(\\) expects string, string\\|false given\\.$#" + message: "#^Call to deprecated method pass\\(\\) of class SimpleTestCase\\.$#" + count: 1 + path: app/cdash/tests/test_externallinksfromtests.php + + - + message: "#^Cannot access offset 'measurements' on mixed\\.$#" + count: 1 + path: app/cdash/tests/test_externallinksfromtests.php + + - + message: "#^Cannot access offset 'name' on mixed\\.$#" + count: 1 + path: app/cdash/tests/test_externallinksfromtests.php + + - + message: "#^Cannot access offset 'test' on mixed\\.$#" + count: 1 + path: app/cdash/tests/test_externallinksfromtests.php + + - + message: "#^Cannot access offset 'type' on mixed\\.$#" + count: 1 + path: app/cdash/tests/test_externallinksfromtests.php + + - + message: "#^Cannot access offset 'value' on mixed\\.$#" + count: 1 + path: app/cdash/tests/test_externallinksfromtests.php + + - + message: "#^Method ExternalLinksFromTestsTestCase\\:\\:testExternalLinksFromTests\\(\\) has no return type specified\\.$#" + count: 1 + path: app/cdash/tests/test_externallinksfromtests.php + + - + message: "#^Parameter \\#1 \\$array of function array_pop expects array, mixed given\\.$#" + count: 1 + path: app/cdash/tests/test_externallinksfromtests.php + + - + message: "#^Method ExtractTarTestCase\\:\\:testExtractTarArchiveTarWithInvalidFile\\(\\) has no return type specified\\.$#" + count: 1 + path: app/cdash/tests/test_extracttar.php + + - + message: "#^Parameter \\#1 \\$mystring of method KWWebTestCase\\:\\:findString\\(\\) expects string, string\\|false given\\.$#" count: 2 path: app/cdash/tests/test_extracttar.php + - + message: "#^Argument of an invalid type mixed supplied for foreach, only iterables are supported\\.$#" + count: 1 + path: app/cdash/tests/test_filterblocks.php + + - + message: "#^Cannot access offset 'buildgroups' on mixed\\.$#" + count: 2 + path: app/cdash/tests/test_filterblocks.php + + - + message: "#^Cannot access offset 'builds' on mixed\\.$#" + count: 4 + path: app/cdash/tests/test_filterblocks.php + + - + message: "#^Cannot access offset 'filters' on mixed\\.$#" + count: 1 + path: app/cdash/tests/test_filterblocks.php + + - + message: "#^Cannot access offset 'multiplebuildshyper…' on mixed\\.$#" + count: 1 + path: app/cdash/tests/test_filterblocks.php + + - + message: "#^Cannot access offset 'site' on mixed\\.$#" + count: 1 + path: app/cdash/tests/test_filterblocks.php + + - + message: "#^Cannot access offset 0 on mixed\\.$#" + count: 1 + path: app/cdash/tests/test_filterblocks.php + - message: "#^Loose comparison via \"\\!\\=\" is not allowed\\.$#" count: 2 @@ -20944,6 +24324,26 @@ parameters: count: 1 path: app/cdash/tests/test_filterblocks.php + - + message: "#^Parameter \\#1 \\$array of function array_pop expects array, mixed given\\.$#" + count: 2 + path: app/cdash/tests/test_filterblocks.php + + - + message: "#^Parameter \\#1 \\$haystack of function strpos expects string, mixed given\\.$#" + count: 2 + path: app/cdash/tests/test_filterblocks.php + + - + message: "#^Parameter \\#1 \\$value of function count expects array\\|Countable, mixed given\\.$#" + count: 2 + path: app/cdash/tests/test_filterblocks.php + + - + message: "#^Part \\$sitename \\(mixed\\) of encapsed string cannot be cast to string\\.$#" + count: 1 + path: app/cdash/tests/test_filterblocks.php + - message: """ #^Call to deprecated function pdo_fetch_array\\(\\)\\: @@ -21004,6 +24404,26 @@ parameters: count: 1 path: app/cdash/tests/test_filtertestlabels.php + - + message: "#^Cannot access offset 'buildgroups' on mixed\\.$#" + count: 2 + path: app/cdash/tests/test_filtertestlabels.php + + - + message: "#^Cannot access offset 'numtestfail' on mixed\\.$#" + count: 4 + path: app/cdash/tests/test_filtertestlabels.php + + - + message: "#^Cannot access offset 'numtestnotrun' on mixed\\.$#" + count: 4 + path: app/cdash/tests/test_filtertestlabels.php + + - + message: "#^Cannot access offset 'numtestpass' on mixed\\.$#" + count: 4 + path: app/cdash/tests/test_filtertestlabels.php + - message: "#^Loose comparison via \"\\!\\=\" is not allowed\\.$#" count: 7 @@ -21014,11 +24434,41 @@ parameters: count: 1 path: app/cdash/tests/test_filtertestlabels.php + - + message: "#^Parameter \\#1 \\$array of function array_pop expects array, mixed given\\.$#" + count: 2 + path: app/cdash/tests/test_filtertestlabels.php + - message: "#^Call to deprecated method pass\\(\\) of class SimpleTestCase\\.$#" count: 1 path: app/cdash/tests/test_hidecolumns.php + - + message: "#^Cannot access offset 'buildgroups' on mixed\\.$#" + count: 1 + path: app/cdash/tests/test_hidecolumns.php + + - + message: "#^Cannot access offset 'hascompilationdata' on mixed\\.$#" + count: 4 + path: app/cdash/tests/test_hidecolumns.php + + - + message: "#^Cannot access offset 'hasconfiguredata' on mixed\\.$#" + count: 4 + path: app/cdash/tests/test_hidecolumns.php + + - + message: "#^Cannot access offset 'hastestdata' on mixed\\.$#" + count: 4 + path: app/cdash/tests/test_hidecolumns.php + + - + message: "#^Cannot access offset 'hasupdatedata' on mixed\\.$#" + count: 4 + path: app/cdash/tests/test_hidecolumns.php + - message: "#^Loose comparison via \"\\=\\=\" is not allowed\\.$#" count: 16 @@ -21039,6 +24489,11 @@ parameters: count: 1 path: app/cdash/tests/test_hidecolumns.php + - + message: "#^Parameter \\#1 \\$array of function array_pop expects array, mixed given\\.$#" + count: 1 + path: app/cdash/tests/test_hidecolumns.php + - message: "#^Property HideColumnsTestCase\\:\\:\\$MethodsToTest has no type specified\\.$#" count: 1 @@ -21072,6 +24527,16 @@ parameters: count: 1 path: app/cdash/tests/test_imagecomparison.php + - + message: "#^Cannot access offset 'buildid' on mixed\\.$#" + count: 1 + path: app/cdash/tests/test_imagecomparison.php + + - + message: "#^Cannot access offset 'imgid' on mixed\\.$#" + count: 1 + path: app/cdash/tests/test_imagecomparison.php + - message: "#^Cannot call method fetch\\(\\) on PDOStatement\\|false\\.$#" count: 1 @@ -21082,11 +24547,36 @@ parameters: count: 1 path: app/cdash/tests/test_imagecomparison.php + - + message: "#^Part \\$imgid \\(mixed\\) of encapsed string cannot be cast to string\\.$#" + count: 1 + path: app/cdash/tests/test_imagecomparison.php + - message: "#^Property ImageComparisonTestCase\\:\\:\\$BuildId has no type specified\\.$#" count: 1 path: app/cdash/tests/test_imagecomparison.php + - + message: "#^Cannot access offset 'buildgroups' on mixed\\.$#" + count: 1 + path: app/cdash/tests/test_indexfilters.php + + - + message: "#^Cannot access offset 'buildname' on mixed\\.$#" + count: 1 + path: app/cdash/tests/test_indexfilters.php + + - + message: "#^Cannot access offset 'builds' on mixed\\.$#" + count: 2 + path: app/cdash/tests/test_indexfilters.php + + - + message: "#^Cannot access offset 0 on mixed\\.$#" + count: 1 + path: app/cdash/tests/test_indexfilters.php + - message: "#^Loose comparison via \"\\!\\=\" is not allowed\\.$#" count: 1 @@ -21127,6 +24617,26 @@ parameters: count: 1 path: app/cdash/tests/test_indexfilters.php + - + message: "#^Parameter \\#1 \\$array of function array_pop expects array, mixed given\\.$#" + count: 1 + path: app/cdash/tests/test_indexfilters.php + + - + message: "#^Parameter \\#1 \\$haystack of function strpos expects string, mixed given\\.$#" + count: 1 + path: app/cdash/tests/test_indexfilters.php + + - + message: "#^Parameter \\#1 \\$value of function count expects array\\|Countable, mixed given\\.$#" + count: 1 + path: app/cdash/tests/test_indexfilters.php + + - + message: "#^Part \\$buildname \\(mixed\\) of encapsed string cannot be cast to string\\.$#" + count: 1 + path: app/cdash/tests/test_indexfilters.php + - message: "#^Property IndexFiltersTestCase\\:\\:\\$EmailUrl has no type specified\\.$#" count: 1 @@ -21137,6 +24647,31 @@ parameters: count: 1 path: app/cdash/tests/test_indexfilters.php + - + message: "#^Cannot access offset 'banners' on mixed\\.$#" + count: 1 + path: app/cdash/tests/test_indexnextprevious.php + + - + message: "#^Cannot access offset 'menu' on mixed\\.$#" + count: 8 + path: app/cdash/tests/test_indexnextprevious.php + + - + message: "#^Cannot access offset 'next' on mixed\\.$#" + count: 4 + path: app/cdash/tests/test_indexnextprevious.php + + - + message: "#^Cannot access offset 'previous' on mixed\\.$#" + count: 4 + path: app/cdash/tests/test_indexnextprevious.php + + - + message: "#^Cannot access offset 0 on mixed\\.$#" + count: 1 + path: app/cdash/tests/test_indexnextprevious.php + - message: "#^Cannot access property \\$id on App\\\\Models\\\\Site\\|null\\.$#" count: 1 @@ -21147,16 +24682,36 @@ parameters: count: 1 path: app/cdash/tests/test_indexnextprevious.php + - + message: "#^Parameter \\#1 \\$result of method WebTestCase\\:\\:assertFalse\\(\\) expects bool, mixed given\\.$#" + count: 3 + path: app/cdash/tests/test_indexnextprevious.php + - message: "#^Call to deprecated method pass\\(\\) of class SimpleTestCase\\.$#" count: 1 path: app/cdash/tests/test_install.php + - + message: "#^Cannot access offset 'database' on mixed\\.$#" + count: 1 + path: app/cdash/tests/test_install.php + - message: "#^Method InstallTestCase\\:\\:testInstall\\(\\) has no return type specified\\.$#" count: 1 path: app/cdash/tests/test_install.php + - + message: "#^Part \\$db_type \\(mixed\\) of encapsed string cannot be cast to string\\.$#" + count: 1 + path: app/cdash/tests/test_install.php + + - + message: "#^Property InstallTestCase\\:\\:\\$databaseName \\(string\\) does not accept mixed\\.$#" + count: 1 + path: app/cdash/tests/test_install.php + - message: """ #^Call to deprecated function pdo_execute\\(\\)\\: @@ -21173,6 +24728,11 @@ parameters: count: 1 path: app/cdash/tests/test_issuecreation.php + - + message: "#^Cannot access offset 'newissueurl' on mixed\\.$#" + count: 1 + path: app/cdash/tests/test_issuecreation.php + - message: "#^Cannot access property \\$id on App\\\\Models\\\\User\\|null\\.$#" count: 1 @@ -21183,6 +24743,16 @@ parameters: count: 1 path: app/cdash/tests/test_issuecreation.php + - + message: "#^Parameter \\#1 \\$result of method WebTestCase\\:\\:assertFalse\\(\\) expects bool, mixed given\\.$#" + count: 1 + path: app/cdash/tests/test_issuecreation.php + + - + message: "#^Parameter \\#1 \\$string of function urlencode expects string, mixed given\\.$#" + count: 1 + path: app/cdash/tests/test_issuecreation.php + - message: "#^Property IssueCreationTestCase\\:\\:\\$Builds has no type specified\\.$#" count: 1 @@ -21199,58 +24769,143 @@ parameters: path: app/cdash/tests/test_issuecreation.php - - message: "#^Loose comparison via \"\\!\\=\" is not allowed\\.$#" + message: "#^Binary operation \"\\.\" between 'POST returned ' and mixed results in an error\\.$#" count: 1 path: app/cdash/tests/test_javajsoncoverage.php - - message: "#^Method JavaJSONCoverageTestCase\\:\\:testJavaJSONCoverage\\(\\) has no return type specified\\.$#" + message: "#^Binary operation \"\\.\" between non\\-falsy\\-string and mixed results in an error\\.$#" count: 1 path: app/cdash/tests/test_javajsoncoverage.php - - message: "#^Loose comparison via \"\\!\\=\" is not allowed\\.$#" + message: "#^Cannot access offset 'buildid' on mixed\\.$#" count: 1 - path: app/cdash/tests/test_jscovercoverage.php + path: app/cdash/tests/test_javajsoncoverage.php - - message: "#^Method JSCoverCoverageTestCase\\:\\:testJSCoverCoverage\\(\\) has no return type specified\\.$#" + message: "#^Cannot access offset 'description' on mixed\\.$#" count: 1 - path: app/cdash/tests/test_jscovercoverage.php + path: app/cdash/tests/test_javajsoncoverage.php - - message: """ - #^Call to deprecated method getPdo\\(\\) of class CDash\\\\Database\\: - 04/22/2023 Use Laravel query builder or Eloquent instead$# - """ + message: "#^Cannot access offset 'status' on mixed\\.$#" + count: 2 + path: app/cdash/tests/test_javajsoncoverage.php + + - + message: "#^Loose comparison via \"\\!\\=\" is not allowed\\.$#" count: 1 - path: app/cdash/tests/test_junithandler.php + path: app/cdash/tests/test_javajsoncoverage.php - - message: "#^Method JUnitHandlerTestCase\\:\\:testJUnitHandler\\(\\) has no return type specified\\.$#" + message: "#^Method JavaJSONCoverageTestCase\\:\\:testJavaJSONCoverage\\(\\) has no return type specified\\.$#" count: 1 - path: app/cdash/tests/test_junithandler.php + path: app/cdash/tests/test_javajsoncoverage.php - - message: "#^Property JUnitHandlerTestCase\\:\\:\\$PDO has no type specified\\.$#" + message: "#^Part \\$buildid \\(mixed\\) of encapsed string cannot be cast to string\\.$#" count: 1 - path: app/cdash/tests/test_junithandler.php + path: app/cdash/tests/test_javajsoncoverage.php - - message: "#^Property JUnitHandlerTestCase\\:\\:\\$Project has no type specified\\.$#" + message: "#^Binary operation \"\\.\" between 'POST returned ' and mixed results in an error\\.$#" count: 1 - path: app/cdash/tests/test_junithandler.php + path: app/cdash/tests/test_jscovercoverage.php - - message: """ - #^Call to deprecated method prepare\\(\\) of class CDash\\\\Database\\: - 04/22/2023 Use Laravel query builder or Eloquent instead$# - """ + message: "#^Binary operation \"\\.\" between non\\-falsy\\-string and mixed results in an error\\.$#" count: 1 - path: app/cdash/tests/test_limitedbuilds.php + path: app/cdash/tests/test_jscovercoverage.php - - message: "#^Dynamic call to static method Illuminate\\\\Database\\\\Eloquent\\\\Relations\\\\HasMany\\\\:\\:count\\(\\)\\.$#" + message: "#^Cannot access offset 'buildid' on mixed\\.$#" + count: 1 + path: app/cdash/tests/test_jscovercoverage.php + + - + message: "#^Cannot access offset 'description' on mixed\\.$#" + count: 1 + path: app/cdash/tests/test_jscovercoverage.php + + - + message: "#^Cannot access offset 'status' on mixed\\.$#" + count: 2 + path: app/cdash/tests/test_jscovercoverage.php + + - + message: "#^Loose comparison via \"\\!\\=\" is not allowed\\.$#" + count: 1 + path: app/cdash/tests/test_jscovercoverage.php + + - + message: "#^Method JSCoverCoverageTestCase\\:\\:testJSCoverCoverage\\(\\) has no return type specified\\.$#" + count: 1 + path: app/cdash/tests/test_jscovercoverage.php + + - + message: "#^Part \\$buildid \\(mixed\\) of encapsed string cannot be cast to string\\.$#" + count: 1 + path: app/cdash/tests/test_jscovercoverage.php + + - + message: """ + #^Call to deprecated method getPdo\\(\\) of class CDash\\\\Database\\: + 04/22/2023 Use Laravel query builder or Eloquent instead$# + """ + count: 1 + path: app/cdash/tests/test_junithandler.php + + - + message: "#^Cannot access offset 'numFailed' on mixed\\.$#" + count: 1 + path: app/cdash/tests/test_junithandler.php + + - + message: "#^Cannot access offset 'numNotRun' on mixed\\.$#" + count: 1 + path: app/cdash/tests/test_junithandler.php + + - + message: "#^Cannot access offset 'numPassed' on mixed\\.$#" + count: 1 + path: app/cdash/tests/test_junithandler.php + + - + message: "#^Cannot access offset 'totaltime' on mixed\\.$#" + count: 1 + path: app/cdash/tests/test_junithandler.php + + - + message: "#^Method JUnitHandlerTestCase\\:\\:testJUnitHandler\\(\\) has no return type specified\\.$#" + count: 1 + path: app/cdash/tests/test_junithandler.php + + - + message: "#^Parameter \\#1 \\$string of function trim expects string, mixed given\\.$#" + count: 1 + path: app/cdash/tests/test_junithandler.php + + - + message: "#^Property JUnitHandlerTestCase\\:\\:\\$PDO has no type specified\\.$#" + count: 1 + path: app/cdash/tests/test_junithandler.php + + - + message: "#^Property JUnitHandlerTestCase\\:\\:\\$Project has no type specified\\.$#" + count: 1 + path: app/cdash/tests/test_junithandler.php + + - + message: """ + #^Call to deprecated method prepare\\(\\) of class CDash\\\\Database\\: + 04/22/2023 Use Laravel query builder or Eloquent instead$# + """ + count: 1 + path: app/cdash/tests/test_limitedbuilds.php + + - + message: "#^Dynamic call to static method Illuminate\\\\Database\\\\Eloquent\\\\Relations\\\\HasMany\\\\:\\:count\\(\\)\\.$#" count: 3 path: app/cdash/tests/test_limitedbuilds.php @@ -21304,6 +24959,11 @@ parameters: count: 1 path: app/cdash/tests/test_limitedbuilds.php + - + message: "#^Cannot access property \\$log on mixed\\.$#" + count: 1 + path: app/cdash/tests/test_longbuildname.php + - message: "#^Method LongBuildNameTestCase\\:\\:testLongBuildName\\(\\) has no return type specified\\.$#" count: 1 @@ -21334,6 +24994,11 @@ parameters: count: 1 path: app/cdash/tests/test_lotsofsubprojects.php + - + message: "#^Argument of an invalid type mixed supplied for foreach, only iterables are supported\\.$#" + count: 5 + path: app/cdash/tests/test_managemeasurements.php + - message: """ #^Call to deprecated method getPdo\\(\\) of class CDash\\\\Database\\: @@ -21342,6 +25007,126 @@ parameters: count: 1 path: app/cdash/tests/test_managemeasurements.php + - + message: "#^Cannot access offset 'buildgroups' on mixed\\.$#" + count: 1 + path: app/cdash/tests/test_managemeasurements.php + + - + message: "#^Cannot access offset 'builds' on mixed\\.$#" + count: 7 + path: app/cdash/tests/test_managemeasurements.php + + - + message: "#^Cannot access offset 'columncount' on mixed\\.$#" + count: 3 + path: app/cdash/tests/test_managemeasurements.php + + - + message: "#^Cannot access offset 'columnnames' on mixed\\.$#" + count: 6 + path: app/cdash/tests/test_managemeasurements.php + + - + message: "#^Cannot access offset 'columns' on mixed\\.$#" + count: 1 + path: app/cdash/tests/test_managemeasurements.php + + - + message: "#^Cannot access offset 'csvlink' on mixed\\.$#" + count: 1 + path: app/cdash/tests/test_managemeasurements.php + + - + message: "#^Cannot access offset 'data' on mixed\\.$#" + count: 2 + path: app/cdash/tests/test_managemeasurements.php + + - + message: "#^Cannot access offset 'extrameasurements' on mixed\\.$#" + count: 3 + path: app/cdash/tests/test_managemeasurements.php + + - + message: "#^Cannot access offset 'hasprocessors' on mixed\\.$#" + count: 2 + path: app/cdash/tests/test_managemeasurements.php + + - + message: "#^Cannot access offset 'id' on mixed\\.$#" + count: 1 + path: app/cdash/tests/test_managemeasurements.php + + - + message: "#^Cannot access offset 'label' on mixed\\.$#" + count: 1 + path: app/cdash/tests/test_managemeasurements.php + + - + message: "#^Cannot access offset 'measurements' on mixed\\.$#" + count: 5 + path: app/cdash/tests/test_managemeasurements.php + + - + message: "#^Cannot access offset 'name' on mixed\\.$#" + count: 3 + path: app/cdash/tests/test_managemeasurements.php + + - + message: "#^Cannot access offset 'nprocs' on mixed\\.$#" + count: 2 + path: app/cdash/tests/test_managemeasurements.php + + - + message: "#^Cannot access offset 'procTime' on mixed\\.$#" + count: 2 + path: app/cdash/tests/test_managemeasurements.php + + - + message: "#^Cannot access offset 'procTimeFull' on mixed\\.$#" + count: 3 + path: app/cdash/tests/test_managemeasurements.php + + - + message: "#^Cannot access offset 'proctime' on mixed\\.$#" + count: 1 + path: app/cdash/tests/test_managemeasurements.php + + - + message: "#^Cannot access offset 'test' on mixed\\.$#" + count: 1 + path: app/cdash/tests/test_managemeasurements.php + + - + message: "#^Cannot access offset 'testname' on mixed\\.$#" + count: 2 + path: app/cdash/tests/test_managemeasurements.php + + - + message: "#^Cannot access offset 'tests' on mixed\\.$#" + count: 4 + path: app/cdash/tests/test_managemeasurements.php + + - + message: "#^Cannot access offset 'y' on mixed\\.$#" + count: 1 + path: app/cdash/tests/test_managemeasurements.php + + - + message: "#^Cannot access offset 0 on mixed\\.$#" + count: 13 + path: app/cdash/tests/test_managemeasurements.php + + - + message: "#^Cannot access offset 1 on mixed\\.$#" + count: 4 + path: app/cdash/tests/test_managemeasurements.php + + - + message: "#^Cannot access offset 2 on mixed\\.$#" + count: 2 + path: app/cdash/tests/test_managemeasurements.php + - message: "#^Loose comparison via \"\\!\\=\" is not allowed\\.$#" count: 21 @@ -21422,6 +25207,36 @@ parameters: count: 1 path: app/cdash/tests/test_managemeasurements.php + - + message: "#^Parameter \\#1 \\$array of function array_pop expects array, mixed given\\.$#" + count: 1 + path: app/cdash/tests/test_managemeasurements.php + + - + message: "#^Parameter \\#1 \\$value of function count expects array\\|Countable, mixed given\\.$#" + count: 6 + path: app/cdash/tests/test_managemeasurements.php + + - + message: "#^Part \\$found \\(mixed\\) of encapsed string cannot be cast to string\\.$#" + count: 5 + path: app/cdash/tests/test_managemeasurements.php + + - + message: "#^Part \\$label \\(mixed\\) of encapsed string cannot be cast to string\\.$#" + count: 2 + path: app/cdash/tests/test_managemeasurements.php + + - + message: "#^Part \\$measurement_id \\(mixed\\) of encapsed string cannot be cast to string\\.$#" + count: 3 + path: app/cdash/tests/test_managemeasurements.php + + - + message: "#^Part \\$selected_test_name \\(mixed\\) of encapsed string cannot be cast to string\\.$#" + count: 1 + path: app/cdash/tests/test_managemeasurements.php + - message: "#^Property ManageMeasurementsTestCase\\:\\:\\$BuildId has no type specified\\.$#" count: 1 @@ -21502,11 +25317,31 @@ parameters: count: 1 path: app/cdash/tests/test_manageusers.php + - + message: "#^Cannot access offset 'configures' on mixed\\.$#" + count: 1 + path: app/cdash/tests/test_misassignedconfigure.php + - message: "#^Class MisassignedConfigureTestCase has an uninitialized property \\$project\\. Give it default value or assign it in the constructor\\.$#" count: 1 path: app/cdash/tests/test_misassignedconfigure.php + - + message: "#^Parameter \\#1 \\$value of function count expects array\\|Countable, mixed given\\.$#" + count: 1 + path: app/cdash/tests/test_misassignedconfigure.php + + - + message: "#^Binary operation \"\\.\" between 'POST returned ' and mixed results in an error\\.$#" + count: 1 + path: app/cdash/tests/test_multicoverage.php + + - + message: "#^Binary operation \"\\.\" between non\\-falsy\\-string and mixed results in an error\\.$#" + count: 1 + path: app/cdash/tests/test_multicoverage.php + - message: """ #^Call to deprecated function pdo_fetch_array\\(\\)\\: @@ -21528,6 +25363,21 @@ parameters: count: 2 path: app/cdash/tests/test_multicoverage.php + - + message: "#^Cannot access offset 'buildid' on mixed\\.$#" + count: 1 + path: app/cdash/tests/test_multicoverage.php + + - + message: "#^Cannot access offset 'description' on mixed\\.$#" + count: 1 + path: app/cdash/tests/test_multicoverage.php + + - + message: "#^Cannot access offset 'status' on mixed\\.$#" + count: 2 + path: app/cdash/tests/test_multicoverage.php + - message: "#^Loose comparison via \"\\!\\=\" is not allowed\\.$#" count: 5 @@ -21563,11 +25413,36 @@ parameters: count: 2 path: app/cdash/tests/test_multicoverage.php + - + message: "#^Part \\$this\\-\\>BuildId \\(mixed\\) of encapsed string cannot be cast to string\\.$#" + count: 1 + path: app/cdash/tests/test_multicoverage.php + - message: "#^Property MultiCoverageTestCase\\:\\:\\$BuildId has no type specified\\.$#" count: 1 path: app/cdash/tests/test_multicoverage.php + - + message: "#^Cannot access offset 'labels' on mixed\\.$#" + count: 2 + path: app/cdash/tests/test_multiplelabelsfortests.php + + - + message: "#^Cannot access offset 'test' on mixed\\.$#" + count: 1 + path: app/cdash/tests/test_multiplelabelsfortests.php + + - + message: "#^Cannot access offset 'tests' on mixed\\.$#" + count: 1 + path: app/cdash/tests/test_multiplelabelsfortests.php + + - + message: "#^Cannot access offset 0 on mixed\\.$#" + count: 1 + path: app/cdash/tests/test_multiplelabelsfortests.php + - message: "#^Cannot access property \\$id on App\\\\Models\\\\Test\\|null\\.$#" count: 1 @@ -21584,12 +25459,22 @@ parameters: path: app/cdash/tests/test_multiplelabelsfortests.php - - message: "#^Property MultipleLabelsForTestsTestCase\\:\\:\\$project has no type specified\\.$#" + message: "#^Parameter \\#1 \\$value of function count expects array\\|Countable, mixed given\\.$#" count: 1 path: app/cdash/tests/test_multiplelabelsfortests.php - - message: """ + message: "#^Property MultipleLabelsForTestsTestCase\\:\\:\\$project has no type specified\\.$#" + count: 1 + path: app/cdash/tests/test_multiplelabelsfortests.php + + - + message: "#^Argument of an invalid type mixed supplied for foreach, only iterables are supported\\.$#" + count: 4 + path: app/cdash/tests/test_multiplesubprojects.php + + - + message: """ #^Call to deprecated method getPdo\\(\\) of class CDash\\\\Database\\: 04/22/2023 Use Laravel query builder or Eloquent instead$# """ @@ -21607,1276 +25492,2461 @@ parameters: path: app/cdash/tests/test_multiplesubprojects.php - - message: "#^Cannot call method bindParam\\(\\) on PDOStatement\\|false\\.$#" - count: 2 + message: "#^Cannot access offset 'back' on mixed\\.$#" + count: 1 path: app/cdash/tests/test_multiplesubprojects.php - - message: "#^Cannot call method execute\\(\\) on PDOStatement\\|false\\.$#" - count: 2 + message: "#^Cannot access offset 'buildduration' on mixed\\.$#" + count: 3 path: app/cdash/tests/test_multiplesubprojects.php - - message: "#^Cannot call method fetch\\(\\) on PDOStatement\\|false\\.$#" - count: 2 + message: "#^Cannot access offset 'buildgroups' on mixed\\.$#" + count: 7 path: app/cdash/tests/test_multiplesubprojects.php - - message: "#^Cannot call method fetchAll\\(\\) on PDOStatement\\|false\\.$#" - count: 1 + message: "#^Cannot access offset 'builds' on mixed\\.$#" + count: 7 path: app/cdash/tests/test_multiplesubprojects.php - - message: "#^Cannot call method fetchColumn\\(\\) on PDOStatement\\|false\\.$#" - count: 4 + message: "#^Cannot access offset 'configureduration' on mixed\\.$#" + count: 3 path: app/cdash/tests/test_multiplesubprojects.php - - message: "#^Construct empty\\(\\) is not allowed\\. Use more strict comparison\\.$#" + message: "#^Cannot access offset 'coverages' on mixed\\.$#" + count: 3 + path: app/cdash/tests/test_multiplesubprojects.php + + - + message: "#^Cannot access offset 'defectcount' on mixed\\.$#" count: 1 path: app/cdash/tests/test_multiplesubprojects.php - - message: "#^Foreach overwrites \\$build with its value variable\\.$#" - count: 3 + message: "#^Cannot access offset 'defects' on mixed\\.$#" + count: 1 path: app/cdash/tests/test_multiplesubprojects.php - - message: "#^Loose comparison via \"\\!\\=\" is not allowed\\.$#" - count: 32 + message: "#^Cannot access offset 'defecttypes' on mixed\\.$#" + count: 2 path: app/cdash/tests/test_multiplesubprojects.php - - message: "#^Loose comparison via \"\\=\\=\" is not allowed\\.$#" - count: 4 + message: "#^Cannot access offset 'dynamicanalyses' on mixed\\.$#" + count: 5 path: app/cdash/tests/test_multiplesubprojects.php - - message: "#^Method MultipleSubprojectsTestCase\\:\\:restoreEmailPreference\\(\\) has no return type specified\\.$#" - count: 1 + message: "#^Cannot access offset 'id' on mixed\\.$#" + count: 11 path: app/cdash/tests/test_multiplesubprojects.php - - message: "#^Method MultipleSubprojectsTestCase\\:\\:restoreState\\(\\) has no return type specified\\.$#" - count: 1 + message: "#^Cannot access offset 'label' on mixed\\.$#" + count: 10 path: app/cdash/tests/test_multiplesubprojects.php - - message: "#^Method MultipleSubprojectsTestCase\\:\\:setEmailPreference\\(\\) has no return type specified\\.$#" + message: "#^Cannot access offset 'loctested' on mixed\\.$#" count: 1 path: app/cdash/tests/test_multiplesubprojects.php - - message: "#^Method MultipleSubprojectsTestCase\\:\\:setEmailPreference\\(\\) has parameter \\$chars with no type specified\\.$#" + message: "#^Cannot access offset 'locuntested' on mixed\\.$#" count: 1 path: app/cdash/tests/test_multiplesubprojects.php - - message: "#^Method MultipleSubprojectsTestCase\\:\\:setEmailPreference\\(\\) has parameter \\$status with no type specified\\.$#" + message: "#^Cannot access offset 'menu' on mixed\\.$#" count: 1 path: app/cdash/tests/test_multiplesubprojects.php - - message: "#^Method MultipleSubprojectsTestCase\\:\\:setEmailPreference\\(\\) is unused\\.$#" + message: "#^Cannot access offset 'name' on mixed\\.$#" count: 1 path: app/cdash/tests/test_multiplesubprojects.php - - message: "#^Method MultipleSubprojectsTestCase\\:\\:setUp\\(\\) has no return type specified\\.$#" - count: 1 + message: "#^Cannot access offset 'nbuilderror'\\|'nbuildpass'\\|'nbuildwarning'\\|'nconfigureerror'\\|'nconfigurepass'\\|'nconfigurewarning'\\|'ntestfail'\\|'ntestnotrun'\\|'ntestpass' on mixed\\.$#" + count: 2 path: app/cdash/tests/test_multiplesubprojects.php - - message: "#^Method MultipleSubprojectsTestCase\\:\\:submitBuild\\(\\) has no return type specified\\.$#" + message: "#^Cannot access offset 'numbuilderror' on mixed\\.$#" count: 1 path: app/cdash/tests/test_multiplesubprojects.php - - message: "#^Method MultipleSubprojectsTestCase\\:\\:tearDown\\(\\) has no return type specified\\.$#" + message: "#^Cannot access offset 'numbuildwarning' on mixed\\.$#" count: 1 path: app/cdash/tests/test_multiplesubprojects.php - - message: "#^Method MultipleSubprojectsTestCase\\:\\:testMultipleSubprojects\\(\\) has no return type specified\\.$#" - count: 1 + message: "#^Cannot access offset 'numchildren' on mixed\\.$#" + count: 4 path: app/cdash/tests/test_multiplesubprojects.php - - message: "#^Method MultipleSubprojectsTestCase\\:\\:verifyBuild\\(\\) has no return type specified\\.$#" + message: "#^Cannot access offset 'numconfigureerror' on mixed\\.$#" count: 1 path: app/cdash/tests/test_multiplesubprojects.php - - message: "#^Method MultipleSubprojectsTestCase\\:\\:verifyBuild\\(\\) has parameter \\$actual with no type specified\\.$#" + message: "#^Cannot access offset 'numconfigurewarning' on mixed\\.$#" count: 1 path: app/cdash/tests/test_multiplesubprojects.php - - message: "#^Method MultipleSubprojectsTestCase\\:\\:verifyBuild\\(\\) has parameter \\$expected with no type specified\\.$#" + message: "#^Cannot access offset 'numtestfail' on mixed\\.$#" count: 1 path: app/cdash/tests/test_multiplesubprojects.php - - message: "#^Method MultipleSubprojectsTestCase\\:\\:verifyBuild\\(\\) has parameter \\$name with no type specified\\.$#" + message: "#^Cannot access offset 'numtestnotrun' on mixed\\.$#" count: 1 path: app/cdash/tests/test_multiplesubprojects.php - - message: "#^Only booleans are allowed in a negated boolean, int\\|false given\\.$#" - count: 2 + message: "#^Cannot access offset 'numtestpass' on mixed\\.$#" + count: 1 path: app/cdash/tests/test_multiplesubprojects.php - - message: "#^Only booleans are allowed in an if condition, string given\\.$#" + message: "#^Cannot access offset 'parenthasnotes' on mixed\\.$#" count: 1 path: app/cdash/tests/test_multiplesubprojects.php - - message: "#^Only numeric types are allowed in \\+, int\\|false given on the left side\\.$#" - count: 2 + message: "#^Cannot access offset 'percentage' on mixed\\.$#" + count: 1 path: app/cdash/tests/test_multiplesubprojects.php - - message: "#^Parameter \\#1 \\$haystack of function strpos expects string, int\\|string\\|false\\|null given\\.$#" - count: 1 + message: "#^Cannot access offset 'position' on mixed\\.$#" + count: 4 path: app/cdash/tests/test_multiplesubprojects.php - - message: "#^Property MultipleSubprojectsTestCase\\:\\:\\$buildIds has no type specified\\.$#" + message: "#^Cannot access offset 'project' on mixed\\.$#" count: 1 path: app/cdash/tests/test_multiplesubprojects.php - - message: "#^Property MultipleSubprojectsTestCase\\:\\:\\$dataDir has no type specified\\.$#" + message: "#^Cannot access offset 'subprojects' on mixed\\.$#" count: 1 path: app/cdash/tests/test_multiplesubprojects.php - - message: "#^Property MultipleSubprojectsTestCase\\:\\:\\$emailMaxChars has no type specified\\.$#" - count: 1 + message: "#^Cannot access offset 'testduration' on mixed\\.$#" + count: 2 path: app/cdash/tests/test_multiplesubprojects.php - - message: "#^Property MultipleSubprojectsTestCase\\:\\:\\$projectId has no type specified\\.$#" + message: "#^Cannot access offset 'type' on mixed\\.$#" count: 1 path: app/cdash/tests/test_multiplesubprojects.php - - message: "#^Property MultipleSubprojectsTestCase\\:\\:\\$summaryEmail has no type specified\\.$#" + message: "#^Cannot access offset 'updateduration' on mixed\\.$#" count: 1 path: app/cdash/tests/test_multiplesubprojects.php - - message: "#^Property MultipleSubprojectsTestCase\\:\\:\\$tearDown has no type specified\\.$#" + message: "#^Cannot access offset 'uploadfilecount' on mixed\\.$#" count: 1 path: app/cdash/tests/test_multiplesubprojects.php - - message: "#^Variable \\$expected_num_analyses might not be defined\\.$#" - count: 3 + message: "#^Cannot access offset 0 on mixed\\.$#" + count: 12 path: app/cdash/tests/test_multiplesubprojects.php - - message: "#^Variable \\$expected_num_defect_types might not be defined\\.$#" + message: "#^Cannot call method bindParam\\(\\) on PDOStatement\\|false\\.$#" count: 2 path: app/cdash/tests/test_multiplesubprojects.php - - message: "#^Variable \\$expected_num_defects might not be defined\\.$#" - count: 3 + message: "#^Cannot call method execute\\(\\) on PDOStatement\\|false\\.$#" + count: 2 path: app/cdash/tests/test_multiplesubprojects.php - - message: "#^Variable \\$expected_proc_time might not be defined\\.$#" + message: "#^Cannot call method fetch\\(\\) on PDOStatement\\|false\\.$#" count: 2 path: app/cdash/tests/test_multiplesubprojects.php - - message: "#^Loose comparison via \"\\=\\=\" is not allowed\\.$#" - count: 2 - path: app/cdash/tests/test_namedmeasurements.php + message: "#^Cannot call method fetchAll\\(\\) on PDOStatement\\|false\\.$#" + count: 1 + path: app/cdash/tests/test_multiplesubprojects.php - - message: "#^Method NamedMeasurementsTestCase\\:\\:testNamedMeasurements\\(\\) has no return type specified\\.$#" + message: "#^Cannot call method fetchColumn\\(\\) on PDOStatement\\|false\\.$#" + count: 4 + path: app/cdash/tests/test_multiplesubprojects.php + + - + message: "#^Cannot use array destructuring on mixed\\.$#" count: 1 - path: app/cdash/tests/test_namedmeasurements.php + path: app/cdash/tests/test_multiplesubprojects.php - - message: "#^Property NamedMeasurementsTestCase\\:\\:\\$project has no type specified\\.$#" + message: "#^Construct empty\\(\\) is not allowed\\. Use more strict comparison\\.$#" count: 1 - path: app/cdash/tests/test_namedmeasurements.php + path: app/cdash/tests/test_multiplesubprojects.php - - message: "#^Access to an undefined property NoBackupTestCase\\:\\:\\$Original\\.$#" - count: 2 - path: app/cdash/tests/test_nobackup.php + message: "#^Foreach overwrites \\$build with its value variable\\.$#" + count: 3 + path: app/cdash/tests/test_multiplesubprojects.php - - message: """ - #^Call to deprecated method getPdo\\(\\) of class CDash\\\\Database\\: - 04/22/2023 Use Laravel query builder or Eloquent instead$# - """ + message: "#^Loose comparison via \"\\!\\=\" is not allowed\\.$#" + count: 32 + path: app/cdash/tests/test_multiplesubprojects.php + + - + message: "#^Loose comparison via \"\\=\\=\" is not allowed\\.$#" + count: 4 + path: app/cdash/tests/test_multiplesubprojects.php + + - + message: "#^Method MultipleSubprojectsTestCase\\:\\:restoreEmailPreference\\(\\) has no return type specified\\.$#" count: 1 - path: app/cdash/tests/test_nobackup.php + path: app/cdash/tests/test_multiplesubprojects.php - - message: "#^Cannot call method execute\\(\\) on PDOStatement\\|false\\.$#" + message: "#^Method MultipleSubprojectsTestCase\\:\\:restoreState\\(\\) has no return type specified\\.$#" count: 1 - path: app/cdash/tests/test_nobackup.php + path: app/cdash/tests/test_multiplesubprojects.php - - message: "#^Cannot call method fetch\\(\\) on PDOStatement\\|false\\.$#" + message: "#^Method MultipleSubprojectsTestCase\\:\\:setEmailPreference\\(\\) has no return type specified\\.$#" count: 1 - path: app/cdash/tests/test_nobackup.php + path: app/cdash/tests/test_multiplesubprojects.php - - message: "#^Loose comparison via \"\\!\\=\" is not allowed\\.$#" - count: 2 - path: app/cdash/tests/test_nobackup.php + message: "#^Method MultipleSubprojectsTestCase\\:\\:setEmailPreference\\(\\) has parameter \\$chars with no type specified\\.$#" + count: 1 + path: app/cdash/tests/test_multiplesubprojects.php - - message: "#^Method NoBackupTestCase\\:\\:testNoBackup\\(\\) has no return type specified\\.$#" + message: "#^Method MultipleSubprojectsTestCase\\:\\:setEmailPreference\\(\\) has parameter \\$status with no type specified\\.$#" count: 1 - path: app/cdash/tests/test_nobackup.php + path: app/cdash/tests/test_multiplesubprojects.php - - message: "#^Property NoBackupTestCase\\:\\:\\$ConfigFile has no type specified\\.$#" + message: "#^Method MultipleSubprojectsTestCase\\:\\:setEmailPreference\\(\\) is unused\\.$#" count: 1 - path: app/cdash/tests/test_nobackup.php + path: app/cdash/tests/test_multiplesubprojects.php - - message: "#^Property NoBackupTestCase\\:\\:\\$Originals has no type specified\\.$#" + message: "#^Method MultipleSubprojectsTestCase\\:\\:setUp\\(\\) has no return type specified\\.$#" count: 1 - path: app/cdash/tests/test_nobackup.php + path: app/cdash/tests/test_multiplesubprojects.php - - message: "#^Call to deprecated method pass\\(\\) of class SimpleTestCase\\.$#" + message: "#^Method MultipleSubprojectsTestCase\\:\\:submitBuild\\(\\) has no return type specified\\.$#" count: 1 - path: app/cdash/tests/test_notesapi.php + path: app/cdash/tests/test_multiplesubprojects.php - - message: "#^Loose comparison via \"\\!\\=\" is not allowed\\.$#" + message: "#^Method MultipleSubprojectsTestCase\\:\\:tearDown\\(\\) has no return type specified\\.$#" count: 1 - path: app/cdash/tests/test_notesapi.php + path: app/cdash/tests/test_multiplesubprojects.php - - message: "#^Method NotesAPICase\\:\\:testNotesAPI\\(\\) has no return type specified\\.$#" + message: "#^Method MultipleSubprojectsTestCase\\:\\:testMultipleSubprojects\\(\\) has no return type specified\\.$#" count: 1 - path: app/cdash/tests/test_notesapi.php + path: app/cdash/tests/test_multiplesubprojects.php - - message: "#^Method NotesParserErrorMessagesTestCase\\:\\:testNotesParserErrorMessages\\(\\) has no return type specified\\.$#" + message: "#^Method MultipleSubprojectsTestCase\\:\\:verifyBuild\\(\\) has no return type specified\\.$#" count: 1 - path: app/cdash/tests/test_notesparsererrormessages.php + path: app/cdash/tests/test_multiplesubprojects.php - - message: "#^Property NotesParserErrorMessagesTestCase\\:\\:\\$project has no type specified\\.$#" + message: "#^Method MultipleSubprojectsTestCase\\:\\:verifyBuild\\(\\) has parameter \\$actual with no type specified\\.$#" count: 1 - path: app/cdash/tests/test_notesparsererrormessages.php + path: app/cdash/tests/test_multiplesubprojects.php - - message: "#^Method NumericUpdateTestCase\\:\\:testNumericUpdate\\(\\) has no return type specified\\.$#" + message: "#^Method MultipleSubprojectsTestCase\\:\\:verifyBuild\\(\\) has parameter \\$expected with no type specified\\.$#" count: 1 - path: app/cdash/tests/test_numericupdate.php + path: app/cdash/tests/test_multiplesubprojects.php - - message: "#^Property NumericUpdateTestCase\\:\\:\\$project has no type specified\\.$#" + message: "#^Method MultipleSubprojectsTestCase\\:\\:verifyBuild\\(\\) has parameter \\$name with no type specified\\.$#" count: 1 - path: app/cdash/tests/test_numericupdate.php + path: app/cdash/tests/test_multiplesubprojects.php - - message: "#^Loose comparison via \"\\!\\=\" is not allowed\\.$#" + message: "#^Only booleans are allowed in a negated boolean, int\\|false given\\.$#" count: 2 - path: app/cdash/tests/test_opencovercoverage.php + path: app/cdash/tests/test_multiplesubprojects.php - - message: "#^Method OpenCoverCoverageTestCase\\:\\:tearDown\\(\\) has no return type specified\\.$#" + message: "#^Only booleans are allowed in an if condition, string given\\.$#" count: 1 - path: app/cdash/tests/test_opencovercoverage.php + path: app/cdash/tests/test_multiplesubprojects.php - - message: "#^Method OpenCoverCoverageTestCase\\:\\:testOpenCoverCoverage\\(\\) has no return type specified\\.$#" - count: 1 - path: app/cdash/tests/test_opencovercoverage.php + message: "#^Only numeric types are allowed in \\+, int\\|false given on the left side\\.$#" + count: 2 + path: app/cdash/tests/test_multiplesubprojects.php - - message: "#^Method OpenCoverCoverageTestCase\\:\\:testOpenCoverCoverageWithDataJson\\(\\) has no return type specified\\.$#" - count: 1 - path: app/cdash/tests/test_opencovercoverage.php + message: "#^Parameter \\#1 \\$array of function array_pop expects array, mixed given\\.$#" + count: 7 + path: app/cdash/tests/test_multiplesubprojects.php - - message: "#^Property OpenCoverCoverageTestCase\\:\\:\\$buildId has no type specified\\.$#" + message: "#^Parameter \\#1 \\$haystack of function strpos expects string, int\\|string\\|false\\|null given\\.$#" count: 1 - path: app/cdash/tests/test_opencovercoverage.php + path: app/cdash/tests/test_multiplesubprojects.php - - message: "#^Method OutputColorTestCase\\:\\:getIdForTest\\(\\) has no return type specified\\.$#" + message: "#^Parameter \\#1 \\$haystack of function strpos expects string, mixed given\\.$#" count: 1 - path: app/cdash/tests/test_outputcolor.php + path: app/cdash/tests/test_multiplesubprojects.php - - message: "#^Method OutputColorTestCase\\:\\:getIdForTest\\(\\) has parameter \\$testname with no type specified\\.$#" - count: 1 - path: app/cdash/tests/test_outputcolor.php + message: "#^Parameter \\#1 \\$key of function array_key_exists expects int\\|string, mixed given\\.$#" + count: 2 + path: app/cdash/tests/test_multiplesubprojects.php - - message: "#^Method OutputColorTestCase\\:\\:testOutputColor\\(\\) has no return type specified\\.$#" - count: 1 - path: app/cdash/tests/test_outputcolor.php + message: "#^Parameter \\#1 \\$value of function count expects array\\|Countable, mixed given\\.$#" + count: 8 + path: app/cdash/tests/test_multiplesubprojects.php - - message: "#^Access to an undefined property object\\:\\:\\$id\\.$#" + message: "#^Parameter \\#2 \\$array of function array_key_exists expects array, mixed given\\.$#" count: 1 - path: app/cdash/tests/test_parallelsubmissions.php + path: app/cdash/tests/test_multiplesubprojects.php - - message: "#^Method ParallelSubmissionsTestCase\\:\\:testParallelSubmissions\\(\\) has no return type specified\\.$#" - count: 1 - path: app/cdash/tests/test_parallelsubmissions.php + message: "#^Part \\$build\\['id'\\] \\(mixed\\) of encapsed string cannot be cast to string\\.$#" + count: 4 + path: app/cdash/tests/test_multiplesubprojects.php - - message: "#^Only booleans are allowed in an if condition, object\\|null given\\.$#" - count: 1 - path: app/cdash/tests/test_parallelsubmissions.php + message: "#^Part \\$build\\['label'\\] \\(mixed\\) of encapsed string cannot be cast to string\\.$#" + count: 7 + path: app/cdash/tests/test_multiplesubprojects.php - - message: "#^Property ParallelSubmissionsTestCase\\:\\:\\$ConfigFile has no type specified\\.$#" - count: 1 - path: app/cdash/tests/test_parallelsubmissions.php + message: "#^Part \\$build\\['position'\\] \\(mixed\\) of encapsed string cannot be cast to string\\.$#" + count: 2 + path: app/cdash/tests/test_multiplesubprojects.php - - message: "#^Property ParallelSubmissionsTestCase\\:\\:\\$Original has no type specified\\.$#" - count: 1 - path: app/cdash/tests/test_parallelsubmissions.php + message: "#^Part \\$build_array\\['id'\\] \\(mixed\\) of encapsed string cannot be cast to string\\.$#" + count: 2 + path: app/cdash/tests/test_multiplesubprojects.php - - message: "#^Loose comparison via \"\\!\\=\" is not allowed\\.$#" + message: "#^Part \\$build_duration \\(mixed\\) of encapsed string cannot be cast to string\\.$#" count: 1 - path: app/cdash/tests/test_passwordcomplexity.php + path: app/cdash/tests/test_multiplesubprojects.php - - message: "#^Method PasswordComplexityTestCase\\:\\:complexityTest\\(\\) has no return type specified\\.$#" + message: "#^Part \\$child_buildid \\(mixed\\) of encapsed string cannot be cast to string\\.$#" count: 1 - path: app/cdash/tests/test_passwordcomplexity.php + path: app/cdash/tests/test_multiplesubprojects.php - - message: "#^Method PasswordComplexityTestCase\\:\\:complexityTest\\(\\) has parameter \\$count with no type specified\\.$#" + message: "#^Part \\$configure_duration \\(mixed\\) of encapsed string cannot be cast to string\\.$#" count: 1 - path: app/cdash/tests/test_passwordcomplexity.php + path: app/cdash/tests/test_multiplesubprojects.php - - message: "#^Method PasswordComplexityTestCase\\:\\:complexityTest\\(\\) has parameter \\$expected with no type specified\\.$#" + message: "#^Part \\$defect_type \\(mixed\\) of encapsed string cannot be cast to string\\.$#" count: 1 - path: app/cdash/tests/test_passwordcomplexity.php + path: app/cdash/tests/test_multiplesubprojects.php - - message: "#^Method PasswordComplexityTestCase\\:\\:complexityTest\\(\\) has parameter \\$password with no type specified\\.$#" + message: "#^Part \\$defectcount \\(mixed\\) of encapsed string cannot be cast to string\\.$#" count: 1 - path: app/cdash/tests/test_passwordcomplexity.php + path: app/cdash/tests/test_multiplesubprojects.php - - message: "#^Method PasswordComplexityTestCase\\:\\:testPasswordComplexity\\(\\) has no return type specified\\.$#" - count: 1 - path: app/cdash/tests/test_passwordcomplexity.php + message: "#^Part \\$found \\(mixed\\) of encapsed string cannot be cast to string\\.$#" + count: 3 + path: app/cdash/tests/test_multiplesubprojects.php - - message: "#^Property PasswordComplexityTestCase\\:\\:\\$validator has no type specified\\.$#" + message: "#^Part \\$jsonobj\\['buildduration'\\] \\(mixed\\) of encapsed string cannot be cast to string\\.$#" count: 1 - path: app/cdash/tests/test_passwordcomplexity.php + path: app/cdash/tests/test_multiplesubprojects.php - - message: """ - #^Call to deprecated function pdo_execute\\(\\)\\: - v2\\.5\\.0 01/22/2018$# - """ + message: "#^Part \\$jsonobj\\['configureduration'\\] \\(mixed\\) of encapsed string cannot be cast to string\\.$#" count: 1 - path: app/cdash/tests/test_pdoexecutelogserrors.php + path: app/cdash/tests/test_multiplesubprojects.php - - message: """ - #^Call to deprecated method getPdo\\(\\) of class CDash\\\\Database\\: - 04/22/2023 Use Laravel query builder or Eloquent instead$# - """ + message: "#^Part \\$jsonobj\\['testduration'\\] \\(mixed\\) of encapsed string cannot be cast to string\\.$#" count: 1 - path: app/cdash/tests/test_pdoexecutelogserrors.php + path: app/cdash/tests/test_multiplesubprojects.php - - message: "#^Method PdoExecuteLogsErrorsTestCase\\:\\:testPdoExecuteLogsErrors\\(\\) has no return type specified\\.$#" + message: "#^Part \\$jsonobj\\['updateduration'\\] \\(mixed\\) of encapsed string cannot be cast to string\\.$#" count: 1 - path: app/cdash/tests/test_pdoexecutelogserrors.php + path: app/cdash/tests/test_multiplesubprojects.php - - message: "#^Parameter \\#1 \\$haystack of function str_contains expects string, string\\|false given\\.$#" - count: 2 - path: app/cdash/tests/test_pdoexecutelogserrors.php + message: "#^Part \\$label \\(mixed\\) of encapsed string cannot be cast to string\\.$#" + count: 5 + path: app/cdash/tests/test_multiplesubprojects.php - - message: "#^Parameter \\#1 \\$stmt of function pdo_execute expects PDOStatement, \\(PDOStatement\\|false\\) given\\.$#" + message: "#^Part \\$loctested \\(mixed\\) of encapsed string cannot be cast to string\\.$#" count: 1 - path: app/cdash/tests/test_pdoexecutelogserrors.php + path: app/cdash/tests/test_multiplesubprojects.php - - message: "#^Method ProjectInDbTestCase\\:\\:createProjectTest4Db\\(\\) has no return type specified\\.$#" + message: "#^Part \\$locuntested \\(mixed\\) of encapsed string cannot be cast to string\\.$#" count: 1 - path: app/cdash/tests/test_projectindb.php + path: app/cdash/tests/test_multiplesubprojects.php - - message: "#^Method ProjectInDbTestCase\\:\\:testProjectInBuildGroup\\(\\) has no return type specified\\.$#" - count: 1 - path: app/cdash/tests/test_projectindb.php + message: "#^Part \\$num_children \\(mixed\\) of encapsed string cannot be cast to string\\.$#" + count: 4 + path: app/cdash/tests/test_multiplesubprojects.php - - message: "#^Method ProjectInDbTestCase\\:\\:testProjectInBuildGroupPosition\\(\\) has no return type specified\\.$#" + message: "#^Part \\$num_defects \\(mixed\\) of encapsed string cannot be cast to string\\.$#" count: 1 - path: app/cdash/tests/test_projectindb.php + path: app/cdash/tests/test_multiplesubprojects.php - - message: "#^Method ProjectInDbTestCase\\:\\:testProjectTest4DbInDatabase\\(\\) has no return type specified\\.$#" + message: "#^Part \\$num_uploaded_files \\(mixed\\) of encapsed string cannot be cast to string\\.$#" count: 1 - path: app/cdash/tests/test_projectindb.php + path: app/cdash/tests/test_multiplesubprojects.php - - message: "#^Method ProjectInDbTestCase\\:\\:testUser2Project\\(\\) has no return type specified\\.$#" + message: "#^Part \\$numbuilderror \\(mixed\\) of encapsed string cannot be cast to string\\.$#" count: 1 - path: app/cdash/tests/test_projectindb.php - - - - message: "#^Only booleans are allowed in a negated boolean, int\\<\\-1, 1\\> given\\.$#" - count: 2 - path: app/cdash/tests/test_projectindb.php + path: app/cdash/tests/test_multiplesubprojects.php - - message: "#^Property ProjectInDbTestCase\\:\\:\\$projecttestid has no type specified\\.$#" + message: "#^Part \\$numbuildwarning \\(mixed\\) of encapsed string cannot be cast to string\\.$#" count: 1 - path: app/cdash/tests/test_projectindb.php + path: app/cdash/tests/test_multiplesubprojects.php - - message: "#^Call to function in_array\\(\\) requires parameter \\#3 to be set\\.$#" + message: "#^Part \\$numconfigureerror \\(mixed\\) of encapsed string cannot be cast to string\\.$#" count: 1 - path: app/cdash/tests/test_projectmodel.php + path: app/cdash/tests/test_multiplesubprojects.php - - message: "#^Method ProjectModelTestCase\\:\\:testConvertToJsonHasNoPrivateMembers\\(\\) has no return type specified\\.$#" + message: "#^Part \\$numconfigurewarning \\(mixed\\) of encapsed string cannot be cast to string\\.$#" count: 1 - path: app/cdash/tests/test_projectmodel.php + path: app/cdash/tests/test_multiplesubprojects.php - - message: "#^Method ProjectModelTestCase\\:\\:testProjectModel\\(\\) has no return type specified\\.$#" + message: "#^Part \\$numtestfail \\(mixed\\) of encapsed string cannot be cast to string\\.$#" count: 1 - path: app/cdash/tests/test_projectmodel.php + path: app/cdash/tests/test_multiplesubprojects.php - - message: "#^Method ProjectWebPageTestCase\\:\\:testAccessToWebPageProjectTest\\(\\) has no return type specified\\.$#" + message: "#^Part \\$numtestnotrun \\(mixed\\) of encapsed string cannot be cast to string\\.$#" count: 1 - path: app/cdash/tests/test_projectwebpage.php + path: app/cdash/tests/test_multiplesubprojects.php - - message: "#^Method ProjectWebPageTestCase\\:\\:testProjectExperimentalLinkBuildSummary\\(\\) has no return type specified\\.$#" + message: "#^Part \\$numtestpass \\(mixed\\) of encapsed string cannot be cast to string\\.$#" count: 1 - path: app/cdash/tests/test_projectwebpage.php + path: app/cdash/tests/test_multiplesubprojects.php - - message: "#^Method ProjectWebPageTestCase\\:\\:testProjectExperimentalLinkMachineName\\(\\) has no return type specified\\.$#" - count: 1 - path: app/cdash/tests/test_projectwebpage.php + message: "#^Part \\$parentid \\(mixed\\) of encapsed string cannot be cast to string\\.$#" + count: 6 + path: app/cdash/tests/test_multiplesubprojects.php - - message: "#^Method ProjectWebPageTestCase\\:\\:testSubmissionBatchmakeBuild\\(\\) has no return type specified\\.$#" + message: "#^Part \\$percent \\(mixed\\) of encapsed string cannot be cast to string\\.$#" count: 1 - path: app/cdash/tests/test_projectwebpage.php + path: app/cdash/tests/test_multiplesubprojects.php - - message: "#^Method ProjectWebPageTestCase\\:\\:testSubmissionBatchmakeConfigure\\(\\) has no return type specified\\.$#" + message: "#^Property MultipleSubprojectsTestCase\\:\\:\\$buildIds has no type specified\\.$#" count: 1 - path: app/cdash/tests/test_projectwebpage.php + path: app/cdash/tests/test_multiplesubprojects.php - - message: "#^Method ProjectWebPageTestCase\\:\\:testSubmissionBatchmakeNotes\\(\\) has no return type specified\\.$#" + message: "#^Property MultipleSubprojectsTestCase\\:\\:\\$dataDir has no type specified\\.$#" count: 1 - path: app/cdash/tests/test_projectwebpage.php + path: app/cdash/tests/test_multiplesubprojects.php - - message: "#^Method ProjectWebPageTestCase\\:\\:testSubmissionBatchmakeTest\\(\\) has no return type specified\\.$#" + message: "#^Property MultipleSubprojectsTestCase\\:\\:\\$emailMaxChars has no type specified\\.$#" count: 1 - path: app/cdash/tests/test_projectwebpage.php + path: app/cdash/tests/test_multiplesubprojects.php - - message: "#^Method ProjectWebPageTestCase\\:\\:testSubmissionBatchmakeUpdate\\(\\) has no return type specified\\.$#" + message: "#^Property MultipleSubprojectsTestCase\\:\\:\\$projectId has no type specified\\.$#" count: 1 - path: app/cdash/tests/test_projectwebpage.php + path: app/cdash/tests/test_multiplesubprojects.php - - message: "#^Method ProjectWebPageTestCase\\:\\:testSubmissionInDb\\(\\) has no return type specified\\.$#" + message: "#^Property MultipleSubprojectsTestCase\\:\\:\\$summaryEmail has no type specified\\.$#" count: 1 - path: app/cdash/tests/test_projectwebpage.php + path: app/cdash/tests/test_multiplesubprojects.php - - message: "#^Method ProjectWebPageTestCase\\:\\:testSubmissionInsightBuild\\(\\) has no return type specified\\.$#" + message: "#^Property MultipleSubprojectsTestCase\\:\\:\\$tearDown has no type specified\\.$#" count: 1 - path: app/cdash/tests/test_projectwebpage.php + path: app/cdash/tests/test_multiplesubprojects.php - - message: "#^Method ProjectWebPageTestCase\\:\\:testSubmissionInsightConfigure\\(\\) has no return type specified\\.$#" - count: 1 - path: app/cdash/tests/test_projectwebpage.php + message: "#^Variable \\$expected_num_analyses might not be defined\\.$#" + count: 3 + path: app/cdash/tests/test_multiplesubprojects.php - - message: "#^Method ProjectWebPageTestCase\\:\\:testSubmissionInsightCoverage\\(\\) has no return type specified\\.$#" - count: 1 - path: app/cdash/tests/test_projectwebpage.php + message: "#^Variable \\$expected_num_defect_types might not be defined\\.$#" + count: 2 + path: app/cdash/tests/test_multiplesubprojects.php - - message: "#^Method ProjectWebPageTestCase\\:\\:testSubmissionInsightCoverageLog\\(\\) has no return type specified\\.$#" - count: 1 - path: app/cdash/tests/test_projectwebpage.php + message: "#^Variable \\$expected_num_defects might not be defined\\.$#" + count: 3 + path: app/cdash/tests/test_multiplesubprojects.php - - message: "#^Method ProjectWebPageTestCase\\:\\:testSubmissionInsightDynamicAnalysis\\(\\) has no return type specified\\.$#" - count: 1 - path: app/cdash/tests/test_projectwebpage.php + message: "#^Variable \\$expected_proc_time might not be defined\\.$#" + count: 2 + path: app/cdash/tests/test_multiplesubprojects.php - - message: "#^Method ProjectWebPageTestCase\\:\\:testSubmissionInsightNotes\\(\\) has no return type specified\\.$#" - count: 1 - path: app/cdash/tests/test_projectwebpage.php + message: "#^Loose comparison via \"\\=\\=\" is not allowed\\.$#" + count: 2 + path: app/cdash/tests/test_namedmeasurements.php - - message: "#^Method ProjectWebPageTestCase\\:\\:testSubmissionInsightTest\\(\\) has no return type specified\\.$#" + message: "#^Method NamedMeasurementsTestCase\\:\\:testNamedMeasurements\\(\\) has no return type specified\\.$#" count: 1 - path: app/cdash/tests/test_projectwebpage.php + path: app/cdash/tests/test_namedmeasurements.php - - message: "#^Parameter \\#3 \\$subject of function str_replace expects array\\|string, string\\|null given\\.$#" + message: "#^Property NamedMeasurementsTestCase\\:\\:\\$project has no type specified\\.$#" count: 1 - path: app/cdash/tests/test_projectwebpage.php + path: app/cdash/tests/test_namedmeasurements.php - - message: "#^Method ProjectXmlSequenceTestCase\\:\\:submitFile\\(\\) has no return type specified\\.$#" - count: 1 - path: app/cdash/tests/test_projectxmlsequence.php + message: "#^Access to an undefined property NoBackupTestCase\\:\\:\\$Original\\.$#" + count: 2 + path: app/cdash/tests/test_nobackup.php - - message: "#^Method ProjectXmlSequenceTestCase\\:\\:submitFile\\(\\) has parameter \\$filename with no type specified\\.$#" + message: "#^Binary operation \"\\.\" between 'POST returned ' and mixed results in an error\\.$#" count: 1 - path: app/cdash/tests/test_projectxmlsequence.php + path: app/cdash/tests/test_nobackup.php - - message: "#^Method ProjectXmlSequenceTestCase\\:\\:testProjectXmlSequence\\(\\) has no return type specified\\.$#" + message: "#^Binary operation \"\\.\" between non\\-falsy\\-string and mixed results in an error\\.$#" count: 1 - path: app/cdash/tests/test_projectxmlsequence.php + path: app/cdash/tests/test_nobackup.php - - message: "#^Method PubProjectTestCase\\:\\:testCreateProject\\(\\) has no return type specified\\.$#" + message: """ + #^Call to deprecated method getPdo\\(\\) of class CDash\\\\Database\\: + 04/22/2023 Use Laravel query builder or Eloquent instead$# + """ count: 1 - path: app/cdash/tests/test_pubproject.php + path: app/cdash/tests/test_nobackup.php - - message: "#^Method PubProjectTestCase\\:\\:testEditProject\\(\\) has no return type specified\\.$#" + message: "#^Cannot access offset 'builderrors' on mixed\\.$#" count: 1 - path: app/cdash/tests/test_pubproject.php + path: app/cdash/tests/test_nobackup.php - - message: "#^Method PubProjectTestCase\\:\\:testIndexProjectTest\\(\\) has no return type specified\\.$#" + message: "#^Cannot access offset 'buildid' on mixed\\.$#" count: 1 - path: app/cdash/tests/test_pubproject.php + path: app/cdash/tests/test_nobackup.php - - message: "#^Method PubProjectTestCase\\:\\:testProjectTestInDatabase\\(\\) has no return type specified\\.$#" + message: "#^Cannot access offset 'description' on mixed\\.$#" count: 1 - path: app/cdash/tests/test_pubproject.php + path: app/cdash/tests/test_nobackup.php - - message: "#^Property PubProjectTestCase\\:\\:\\$ProjectId has no type specified\\.$#" + message: "#^Cannot access offset 'loctested' on mixed\\.$#" count: 1 - path: app/cdash/tests/test_pubproject.php + path: app/cdash/tests/test_nobackup.php - - message: """ - #^Call to deprecated method getPdo\\(\\) of class CDash\\\\Database\\: - 04/22/2023 Use Laravel query builder or Eloquent instead$# - """ - count: 1 - path: app/cdash/tests/test_putdynamicbuilds.php + message: "#^Cannot access offset 'status' on mixed\\.$#" + count: 2 + path: app/cdash/tests/test_nobackup.php - - message: "#^Cannot access property \\$id on App\\\\Models\\\\Site\\|null\\.$#" + message: "#^Cannot call method execute\\(\\) on PDOStatement\\|false\\.$#" count: 1 - path: app/cdash/tests/test_putdynamicbuilds.php + path: app/cdash/tests/test_nobackup.php - - message: "#^Cannot access property \\$name on App\\\\Models\\\\Site\\|null\\.$#" + message: "#^Cannot call method fetch\\(\\) on PDOStatement\\|false\\.$#" count: 1 - path: app/cdash/tests/test_putdynamicbuilds.php + path: app/cdash/tests/test_nobackup.php - - message: "#^Method PutDynamicBuildsTestCase\\:\\:testPutDynamicBuildsDiff\\(\\) has no return type specified\\.$#" - count: 1 - path: app/cdash/tests/test_putdynamicbuilds.php + message: "#^Loose comparison via \"\\!\\=\" is not allowed\\.$#" + count: 2 + path: app/cdash/tests/test_nobackup.php - - message: "#^Method PutDynamicBuildsTestCase\\:\\:verifyListGetsCreated\\(\\) has no return type specified\\.$#" + message: "#^Method NoBackupTestCase\\:\\:testNoBackup\\(\\) has no return type specified\\.$#" count: 1 - path: app/cdash/tests/test_putdynamicbuilds.php + path: app/cdash/tests/test_nobackup.php - - message: "#^Method PutDynamicBuildsTestCase\\:\\:verifyListGetsCreated\\(\\) has parameter \\$build_rules with no type specified\\.$#" + message: "#^Part \\$buildid \\(mixed\\) of encapsed string cannot be cast to string\\.$#" count: 1 - path: app/cdash/tests/test_putdynamicbuilds.php + path: app/cdash/tests/test_nobackup.php - - message: "#^Method PutDynamicBuildsTestCase\\:\\:verifyListGetsCreated\\(\\) has parameter \\$client with no type specified\\.$#" + message: "#^Property NoBackupTestCase\\:\\:\\$ConfigFile has no type specified\\.$#" count: 1 - path: app/cdash/tests/test_putdynamicbuilds.php + path: app/cdash/tests/test_nobackup.php - - message: "#^Method PutDynamicBuildsTestCase\\:\\:verifyListGetsCreated\\(\\) has parameter \\$stmt with no type specified\\.$#" + message: "#^Property NoBackupTestCase\\:\\:\\$Originals has no type specified\\.$#" count: 1 - path: app/cdash/tests/test_putdynamicbuilds.php + path: app/cdash/tests/test_nobackup.php - - message: "#^Property PutDynamicBuildsTestCase\\:\\:\\$ChildGroupId has no type specified\\.$#" + message: "#^Argument of an invalid type mixed supplied for foreach, only iterables are supported\\.$#" count: 1 - path: app/cdash/tests/test_putdynamicbuilds.php + path: app/cdash/tests/test_notesapi.php - - message: "#^Property PutDynamicBuildsTestCase\\:\\:\\$PDO has no type specified\\.$#" + message: "#^Call to deprecated method pass\\(\\) of class SimpleTestCase\\.$#" count: 1 - path: app/cdash/tests/test_putdynamicbuilds.php + path: app/cdash/tests/test_notesapi.php - - message: "#^Property PutDynamicBuildsTestCase\\:\\:\\$ParentGroupId has no type specified\\.$#" - count: 1 - path: app/cdash/tests/test_putdynamicbuilds.php + message: "#^Cannot access offset 'name' on mixed\\.$#" + count: 2 + path: app/cdash/tests/test_notesapi.php - - message: "#^Property PutDynamicBuildsTestCase\\:\\:\\$ProjectId has no type specified\\.$#" - count: 1 - path: app/cdash/tests/test_putdynamicbuilds.php + message: "#^Cannot access offset 'notes' on mixed\\.$#" + count: 2 + path: app/cdash/tests/test_notesapi.php - message: "#^Loose comparison via \"\\!\\=\" is not allowed\\.$#" - count: 3 - path: app/cdash/tests/test_querytests.php + count: 1 + path: app/cdash/tests/test_notesapi.php - - message: "#^Method QueryTestsTestCase\\:\\:testQueryTests\\(\\) has no return type specified\\.$#" + message: "#^Method NotesAPICase\\:\\:testNotesAPI\\(\\) has no return type specified\\.$#" count: 1 - path: app/cdash/tests/test_querytests.php + path: app/cdash/tests/test_notesapi.php - - message: "#^Method QueryTestsFilterLabelsTestCase\\:\\:testQueryTestsFilterLabels\\(\\) has no return type specified\\.$#" + message: "#^Parameter \\#1 \\$haystack of function strpos expects string, mixed given\\.$#" + count: 2 + path: app/cdash/tests/test_notesapi.php + + - + message: "#^Parameter \\#1 \\$value of function count expects array\\|Countable, mixed given\\.$#" count: 1 - path: app/cdash/tests/test_querytestsfilterlabels.php + path: app/cdash/tests/test_notesapi.php - - message: "#^Property QueryTestsFilterLabelsTestCase\\:\\:\\$project has no type specified\\.$#" + message: "#^Method NotesParserErrorMessagesTestCase\\:\\:testNotesParserErrorMessages\\(\\) has no return type specified\\.$#" count: 1 - path: app/cdash/tests/test_querytestsfilterlabels.php + path: app/cdash/tests/test_notesparsererrormessages.php - - message: "#^Method QueryTestsFilterLabelsTestCase\\:\\:testQueryTestsFilterLabels\\(\\) has no return type specified\\.$#" + message: "#^Property NotesParserErrorMessagesTestCase\\:\\:\\$project has no type specified\\.$#" count: 1 - path: app/cdash/tests/test_querytestsrevisionfilter.php + path: app/cdash/tests/test_notesparsererrormessages.php - - message: "#^Method RecoverPasswordTestCase\\:\\:testRecoverPassword\\(\\) has no return type specified\\.$#" + message: "#^Cannot access offset 'buildgroups' on mixed\\.$#" count: 1 - path: app/cdash/tests/test_recoverpassword.php + path: app/cdash/tests/test_numericupdate.php - - message: "#^Loose comparison via \"\\=\\=\" is not allowed\\.$#" + message: "#^Cannot access offset 'builds' on mixed\\.$#" count: 2 - path: app/cdash/tests/test_redundanttests.php + path: app/cdash/tests/test_numericupdate.php - - message: "#^Method RedundantTestsTestCase\\:\\:testRedundantTests\\(\\) has no return type specified\\.$#" + message: "#^Cannot access offset 'files' on mixed\\.$#" count: 1 - path: app/cdash/tests/test_redundanttests.php + path: app/cdash/tests/test_numericupdate.php - - message: "#^Property RedundantTestsTestCase\\:\\:\\$project has no type specified\\.$#" + message: "#^Cannot access offset 'id' on mixed\\.$#" count: 1 - path: app/cdash/tests/test_redundanttests.php + path: app/cdash/tests/test_numericupdate.php - - message: """ - #^Call to deprecated function pdo_query\\(\\)\\: - 04/01/2023$# - """ - count: 7 - path: app/cdash/tests/test_removebuilds.php + message: "#^Cannot access offset 'priorrevision' on mixed\\.$#" + count: 1 + path: app/cdash/tests/test_numericupdate.php - - message: "#^Call to deprecated method pass\\(\\) of class SimpleTestCase\\.$#" + message: "#^Cannot access offset 'revision' on mixed\\.$#" count: 1 - path: app/cdash/tests/test_removebuilds.php + path: app/cdash/tests/test_numericupdate.php - - message: "#^Method RemoveBuildsTestCase\\:\\:testBuildRemovalWorksAsExpected\\(\\) has no return type specified\\.$#" - count: 1 - path: app/cdash/tests/test_removebuilds.php + message: "#^Cannot access offset 'update' on mixed\\.$#" + count: 3 + path: app/cdash/tests/test_numericupdate.php - - message: "#^Method RemoveBuildsTestCase\\:\\:testRemoveBuilds\\(\\) has no return type specified\\.$#" - count: 1 - path: app/cdash/tests/test_removebuilds.php + message: "#^Cannot access offset 0 on mixed\\.$#" + count: 2 + path: app/cdash/tests/test_numericupdate.php - - message: "#^Method RemoveBuildsTestCase\\:\\:verify\\(\\) has no return type specified\\.$#" + message: "#^Method NumericUpdateTestCase\\:\\:testNumericUpdate\\(\\) has no return type specified\\.$#" count: 1 - path: app/cdash/tests/test_removebuilds.php + path: app/cdash/tests/test_numericupdate.php - - message: "#^Method RemoveBuildsTestCase\\:\\:verify\\(\\) has parameter \\$compare with no type specified\\.$#" + message: "#^Parameter \\#1 \\$array of function array_pop expects array, mixed given\\.$#" count: 1 - path: app/cdash/tests/test_removebuilds.php + path: app/cdash/tests/test_numericupdate.php - - message: "#^Method RemoveBuildsTestCase\\:\\:verify\\(\\) has parameter \\$deleted with no type specified\\.$#" + message: "#^Part \\$buildid \\(mixed\\) of encapsed string cannot be cast to string\\.$#" count: 1 - path: app/cdash/tests/test_removebuilds.php + path: app/cdash/tests/test_numericupdate.php - - message: "#^Method RemoveBuildsTestCase\\:\\:verify\\(\\) has parameter \\$expected with no type specified\\.$#" + message: "#^Property NumericUpdateTestCase\\:\\:\\$project has no type specified\\.$#" count: 1 - path: app/cdash/tests/test_removebuilds.php + path: app/cdash/tests/test_numericupdate.php - - message: "#^Method RemoveBuildsTestCase\\:\\:verify\\(\\) has parameter \\$field with no type specified\\.$#" - count: 1 - path: app/cdash/tests/test_removebuilds.php + message: "#^Binary operation \"\\.\" between 'POST returned ' and mixed results in an error\\.$#" + count: 2 + path: app/cdash/tests/test_opencovercoverage.php - - message: "#^Method RemoveBuildsTestCase\\:\\:verify\\(\\) has parameter \\$table with no type specified\\.$#" - count: 1 - path: app/cdash/tests/test_removebuilds.php + message: "#^Binary operation \"\\.\" between non\\-falsy\\-string and mixed results in an error\\.$#" + count: 2 + path: app/cdash/tests/test_opencovercoverage.php - - message: "#^Method RemoveBuildsTestCase\\:\\:verify\\(\\) has parameter \\$value with no type specified\\.$#" - count: 1 - path: app/cdash/tests/test_removebuilds.php + message: "#^Cannot access offset 'buildid' on mixed\\.$#" + count: 2 + path: app/cdash/tests/test_opencovercoverage.php - - message: "#^Method RemoveBuildsTestCase\\:\\:verify_get_columns\\(\\) has no return type specified\\.$#" - count: 1 - path: app/cdash/tests/test_removebuilds.php + message: "#^Cannot access offset 'description' on mixed\\.$#" + count: 2 + path: app/cdash/tests/test_opencovercoverage.php - - message: "#^Method RemoveBuildsTestCase\\:\\:verify_get_columns\\(\\) has parameter \\$columns with no type specified\\.$#" - count: 1 - path: app/cdash/tests/test_removebuilds.php + message: "#^Cannot access offset 'status' on mixed\\.$#" + count: 4 + path: app/cdash/tests/test_opencovercoverage.php - - message: "#^Method RemoveBuildsTestCase\\:\\:verify_get_columns\\(\\) has parameter \\$compare with no type specified\\.$#" - count: 1 - path: app/cdash/tests/test_removebuilds.php + message: "#^Loose comparison via \"\\!\\=\" is not allowed\\.$#" + count: 2 + path: app/cdash/tests/test_opencovercoverage.php - - message: "#^Method RemoveBuildsTestCase\\:\\:verify_get_columns\\(\\) has parameter \\$expected with no type specified\\.$#" + message: "#^Method OpenCoverCoverageTestCase\\:\\:tearDown\\(\\) has no return type specified\\.$#" count: 1 - path: app/cdash/tests/test_removebuilds.php + path: app/cdash/tests/test_opencovercoverage.php - - message: "#^Method RemoveBuildsTestCase\\:\\:verify_get_columns\\(\\) has parameter \\$field with no type specified\\.$#" + message: "#^Method OpenCoverCoverageTestCase\\:\\:testOpenCoverCoverage\\(\\) has no return type specified\\.$#" count: 1 - path: app/cdash/tests/test_removebuilds.php + path: app/cdash/tests/test_opencovercoverage.php - - message: "#^Method RemoveBuildsTestCase\\:\\:verify_get_columns\\(\\) has parameter \\$table with no type specified\\.$#" + message: "#^Method OpenCoverCoverageTestCase\\:\\:testOpenCoverCoverageWithDataJson\\(\\) has no return type specified\\.$#" count: 1 - path: app/cdash/tests/test_removebuilds.php + path: app/cdash/tests/test_opencovercoverage.php - - message: "#^Method RemoveBuildsTestCase\\:\\:verify_get_columns\\(\\) has parameter \\$value with no type specified\\.$#" - count: 1 - path: app/cdash/tests/test_removebuilds.php + message: "#^Part \\$buildid \\(mixed\\) of encapsed string cannot be cast to string\\.$#" + count: 2 + path: app/cdash/tests/test_opencovercoverage.php - - message: "#^Method RemoveBuildsTestCase\\:\\:verify_get_rows\\(\\) has no return type specified\\.$#" + message: "#^Property OpenCoverCoverageTestCase\\:\\:\\$buildId has no type specified\\.$#" count: 1 - path: app/cdash/tests/test_removebuilds.php + path: app/cdash/tests/test_opencovercoverage.php - - message: "#^Method RemoveBuildsTestCase\\:\\:verify_get_rows\\(\\) has parameter \\$column with no type specified\\.$#" + message: "#^Cannot access offset 'name' on mixed\\.$#" count: 1 - path: app/cdash/tests/test_removebuilds.php + path: app/cdash/tests/test_outputcolor.php - - message: "#^Method RemoveBuildsTestCase\\:\\:verify_get_rows\\(\\) has parameter \\$compare with no type specified\\.$#" + message: "#^Cannot access offset 'output' on mixed\\.$#" count: 1 - path: app/cdash/tests/test_removebuilds.php + path: app/cdash/tests/test_outputcolor.php - - message: "#^Method RemoveBuildsTestCase\\:\\:verify_get_rows\\(\\) has parameter \\$expected with no type specified\\.$#" + message: "#^Cannot access offset 'preformatted…' on mixed\\.$#" + count: 2 + path: app/cdash/tests/test_outputcolor.php + + - + message: "#^Cannot access offset 'test' on mixed\\.$#" + count: 3 + path: app/cdash/tests/test_outputcolor.php + + - + message: "#^Cannot access offset 'value' on mixed\\.$#" count: 1 - path: app/cdash/tests/test_removebuilds.php + path: app/cdash/tests/test_outputcolor.php - - message: "#^Method RemoveBuildsTestCase\\:\\:verify_get_rows\\(\\) has parameter \\$field with no type specified\\.$#" + message: "#^Cannot access offset 0 on mixed\\.$#" count: 1 - path: app/cdash/tests/test_removebuilds.php + path: app/cdash/tests/test_outputcolor.php - - message: "#^Method RemoveBuildsTestCase\\:\\:verify_get_rows\\(\\) has parameter \\$table with no type specified\\.$#" + message: "#^Method OutputColorTestCase\\:\\:getIdForTest\\(\\) has no return type specified\\.$#" count: 1 - path: app/cdash/tests/test_removebuilds.php + path: app/cdash/tests/test_outputcolor.php - - message: "#^Method RemoveBuildsTestCase\\:\\:verify_get_rows\\(\\) has parameter \\$value with no type specified\\.$#" + message: "#^Method OutputColorTestCase\\:\\:getIdForTest\\(\\) has parameter \\$testname with no type specified\\.$#" count: 1 - path: app/cdash/tests/test_removebuilds.php + path: app/cdash/tests/test_outputcolor.php - - message: "#^Parameter \\#1 \\$string of function base64_encode expects string, string\\|false given\\.$#" + message: "#^Method OutputColorTestCase\\:\\:testOutputColor\\(\\) has no return type specified\\.$#" count: 1 - path: app/cdash/tests/test_removebuilds.php + path: app/cdash/tests/test_outputcolor.php - - message: "#^Property App\\\\Models\\\\TestMeasurement\\:\\:\\$value \\(string\\) does not accept int\\.$#" - count: 2 - path: app/cdash/tests/test_removebuilds.php + message: "#^Parameter \\#1 \\$haystack of function strpos expects string, mixed given\\.$#" + count: 3 + path: app/cdash/tests/test_outputcolor.php - - message: "#^Unreachable statement \\- code above always terminates\\.$#" + message: "#^Parameter \\#1 \\$value of function count expects array\\|Countable, mixed given\\.$#" count: 1 - path: app/cdash/tests/test_removebuilds.php + path: app/cdash/tests/test_outputcolor.php - - message: "#^Variable property access on mixed\\.$#" - count: 2 - path: app/cdash/tests/test_removebuilds.php + message: "#^Access to an undefined property object\\:\\:\\$id\\.$#" + count: 1 + path: app/cdash/tests/test_parallelsubmissions.php - - message: """ - #^Call to deprecated function pdo_query\\(\\)\\: - 04/01/2023$# - """ + message: "#^Method ParallelSubmissionsTestCase\\:\\:testParallelSubmissions\\(\\) has no return type specified\\.$#" count: 1 - path: app/cdash/tests/test_replacebuild.php + path: app/cdash/tests/test_parallelsubmissions.php - - message: "#^Call to deprecated method pass\\(\\) of class SimpleTestCase\\.$#" + message: "#^Only booleans are allowed in an if condition, object\\|null given\\.$#" count: 1 - path: app/cdash/tests/test_replacebuild.php + path: app/cdash/tests/test_parallelsubmissions.php - - message: "#^Method ReplaceBuildTestCase\\:\\:testReplaceBuild\\(\\) has no return type specified\\.$#" + message: "#^Property ParallelSubmissionsTestCase\\:\\:\\$ConfigFile has no type specified\\.$#" count: 1 - path: app/cdash/tests/test_replacebuild.php + path: app/cdash/tests/test_parallelsubmissions.php - - message: "#^Only booleans are allowed in a negated boolean, PDOStatement\\|false given\\.$#" + message: "#^Property ParallelSubmissionsTestCase\\:\\:\\$Original has no type specified\\.$#" count: 1 - path: app/cdash/tests/test_replacebuild.php + path: app/cdash/tests/test_parallelsubmissions.php - - message: "#^Property ReplaceBuildTestCase\\:\\:\\$OriginalConfigSettings has no type specified\\.$#" + message: "#^Loose comparison via \"\\!\\=\" is not allowed\\.$#" count: 1 - path: app/cdash/tests/test_replacebuild.php + path: app/cdash/tests/test_passwordcomplexity.php - - message: "#^Method RevisionFilterIgnoresDateTestCase\\:\\:testRevisionFilterIgnoresDate\\(\\) has no return type specified\\.$#" + message: "#^Method PasswordComplexityTestCase\\:\\:complexityTest\\(\\) has no return type specified\\.$#" count: 1 - path: app/cdash/tests/test_revisionfilteracrossdates.php + path: app/cdash/tests/test_passwordcomplexity.php - - message: "#^Method SecondsFromIntervalTestCase\\:\\:intervalTest\\(\\) has no return type specified\\.$#" + message: "#^Method PasswordComplexityTestCase\\:\\:complexityTest\\(\\) has parameter \\$count with no type specified\\.$#" count: 1 - path: app/cdash/tests/test_seconds_from_interval.php + path: app/cdash/tests/test_passwordcomplexity.php - - message: "#^Method SecondsFromIntervalTestCase\\:\\:intervalTest\\(\\) has parameter \\$expected with no type specified\\.$#" + message: "#^Method PasswordComplexityTestCase\\:\\:complexityTest\\(\\) has parameter \\$expected with no type specified\\.$#" count: 1 - path: app/cdash/tests/test_seconds_from_interval.php + path: app/cdash/tests/test_passwordcomplexity.php - - message: "#^Method SecondsFromIntervalTestCase\\:\\:intervalTest\\(\\) has parameter \\$input with no type specified\\.$#" + message: "#^Method PasswordComplexityTestCase\\:\\:complexityTest\\(\\) has parameter \\$password with no type specified\\.$#" count: 1 - path: app/cdash/tests/test_seconds_from_interval.php + path: app/cdash/tests/test_passwordcomplexity.php - - message: "#^Method SecondsFromIntervalTestCase\\:\\:testSecondsFromInterval\\(\\) has no return type specified\\.$#" + message: "#^Method PasswordComplexityTestCase\\:\\:testPasswordComplexity\\(\\) has no return type specified\\.$#" count: 1 - path: app/cdash/tests/test_seconds_from_interval.php + path: app/cdash/tests/test_passwordcomplexity.php - - message: """ - #^Call to deprecated function pdo_fetch_array\\(\\)\\: - 04/01/2023$# - """ - count: 2 - path: app/cdash/tests/test_sequenceindependence.php + message: "#^Property PasswordComplexityTestCase\\:\\:\\$validator has no type specified\\.$#" + count: 1 + path: app/cdash/tests/test_passwordcomplexity.php - message: """ - #^Call to deprecated function pdo_query\\(\\)\\: - 04/01/2023$# + #^Call to deprecated function pdo_execute\\(\\)\\: + v2\\.5\\.0 01/22/2018$# """ - count: 4 - path: app/cdash/tests/test_sequenceindependence.php + count: 1 + path: app/cdash/tests/test_pdoexecutelogserrors.php - - message: "#^Call to deprecated method pass\\(\\) of class SimpleTestCase\\.$#" - count: 9 - path: app/cdash/tests/test_sequenceindependence.php + message: """ + #^Call to deprecated method getPdo\\(\\) of class CDash\\\\Database\\: + 04/22/2023 Use Laravel query builder or Eloquent instead$# + """ + count: 1 + path: app/cdash/tests/test_pdoexecutelogserrors.php - - message: "#^Cannot access offset 'loctested' on array\\|false\\|null\\.$#" - count: 2 - path: app/cdash/tests/test_sequenceindependence.php + message: "#^Method PdoExecuteLogsErrorsTestCase\\:\\:testPdoExecuteLogsErrors\\(\\) has no return type specified\\.$#" + count: 1 + path: app/cdash/tests/test_pdoexecutelogserrors.php - - message: "#^Cannot access offset 'numdefects' on array\\|false\\|null\\.$#" + message: "#^Parameter \\#1 \\$haystack of function str_contains expects string, string\\|false given\\.$#" count: 2 - path: app/cdash/tests/test_sequenceindependence.php + path: app/cdash/tests/test_pdoexecutelogserrors.php - - message: "#^Loose comparison via \"\\!\\=\" is not allowed\\.$#" - count: 7 - path: app/cdash/tests/test_sequenceindependence.php + message: "#^Parameter \\#1 \\$stmt of function pdo_execute expects PDOStatement, \\(PDOStatement\\|false\\) given\\.$#" + count: 1 + path: app/cdash/tests/test_pdoexecutelogserrors.php - - message: "#^Method SequenceIndependenceTestCase\\:\\:PerformOrderTest\\(\\) has no return type specified\\.$#" + message: "#^Method ProjectInDbTestCase\\:\\:createProjectTest4Db\\(\\) has no return type specified\\.$#" count: 1 - path: app/cdash/tests/test_sequenceindependence.php + path: app/cdash/tests/test_projectindb.php - - message: "#^Method SequenceIndependenceTestCase\\:\\:PerformOrderTest\\(\\) has parameter \\$file_order with no type specified\\.$#" + message: "#^Method ProjectInDbTestCase\\:\\:testProjectInBuildGroup\\(\\) has no return type specified\\.$#" count: 1 - path: app/cdash/tests/test_sequenceindependence.php + path: app/cdash/tests/test_projectindb.php - - message: "#^Method SequenceIndependenceTestCase\\:\\:SubmitFiles\\(\\) has no return type specified\\.$#" + message: "#^Method ProjectInDbTestCase\\:\\:testProjectInBuildGroupPosition\\(\\) has no return type specified\\.$#" count: 1 - path: app/cdash/tests/test_sequenceindependence.php + path: app/cdash/tests/test_projectindb.php - - message: "#^Method SequenceIndependenceTestCase\\:\\:SubmitFiles\\(\\) has parameter \\$file_order with no type specified\\.$#" + message: "#^Method ProjectInDbTestCase\\:\\:testProjectTest4DbInDatabase\\(\\) has no return type specified\\.$#" count: 1 - path: app/cdash/tests/test_sequenceindependence.php + path: app/cdash/tests/test_projectindb.php - - message: "#^Method SequenceIndependenceTestCase\\:\\:VerifyBuild\\(\\) has no return type specified\\.$#" + message: "#^Method ProjectInDbTestCase\\:\\:testUser2Project\\(\\) has no return type specified\\.$#" count: 1 - path: app/cdash/tests/test_sequenceindependence.php + path: app/cdash/tests/test_projectindb.php - - message: "#^Method SequenceIndependenceTestCase\\:\\:testConfigureFirst\\(\\) has no return type specified\\.$#" - count: 1 - path: app/cdash/tests/test_sequenceindependence.php + message: "#^Only booleans are allowed in a negated boolean, int\\<\\-1, 1\\> given\\.$#" + count: 2 + path: app/cdash/tests/test_projectindb.php - - message: "#^Method SequenceIndependenceTestCase\\:\\:testCoverageFirst\\(\\) has no return type specified\\.$#" + message: "#^Property ProjectInDbTestCase\\:\\:\\$projecttestid has no type specified\\.$#" count: 1 - path: app/cdash/tests/test_sequenceindependence.php + path: app/cdash/tests/test_projectindb.php - - message: "#^Method SequenceIndependenceTestCase\\:\\:testCoverageLogFirst\\(\\) has no return type specified\\.$#" + message: "#^Call to function in_array\\(\\) requires parameter \\#3 to be set\\.$#" count: 1 - path: app/cdash/tests/test_sequenceindependence.php + path: app/cdash/tests/test_projectmodel.php - - message: "#^Method SequenceIndependenceTestCase\\:\\:testDynamicAnalysisFirst\\(\\) has no return type specified\\.$#" + message: "#^Method ProjectModelTestCase\\:\\:testConvertToJsonHasNoPrivateMembers\\(\\) has no return type specified\\.$#" count: 1 - path: app/cdash/tests/test_sequenceindependence.php + path: app/cdash/tests/test_projectmodel.php - - message: "#^Method SequenceIndependenceTestCase\\:\\:testNotesFirst\\(\\) has no return type specified\\.$#" + message: "#^Method ProjectModelTestCase\\:\\:testProjectModel\\(\\) has no return type specified\\.$#" count: 1 - path: app/cdash/tests/test_sequenceindependence.php + path: app/cdash/tests/test_projectmodel.php - - message: "#^Method SequenceIndependenceTestCase\\:\\:testOriginalOrder\\(\\) has no return type specified\\.$#" + message: "#^Argument of an invalid type mixed supplied for foreach, only iterables are supported\\.$#" count: 1 - path: app/cdash/tests/test_sequenceindependence.php + path: app/cdash/tests/test_projectwebpage.php - - message: "#^Method SequenceIndependenceTestCase\\:\\:testReverseOrder\\(\\) has no return type specified\\.$#" + message: "#^Binary operation \"\\.\" between non\\-falsy\\-string and mixed results in an error\\.$#" count: 1 - path: app/cdash/tests/test_sequenceindependence.php + path: app/cdash/tests/test_projectwebpage.php - - message: "#^Method SequenceIndependenceTestCase\\:\\:testTestFirst\\(\\) has no return type specified\\.$#" + message: "#^Cannot access offset 'aaData' on mixed\\.$#" count: 1 - path: app/cdash/tests/test_sequenceindependence.php + path: app/cdash/tests/test_projectwebpage.php - - message: "#^Method SequenceIndependenceTestCase\\:\\:testUpdateFirst\\(\\) has no return type specified\\.$#" + message: "#^Cannot access offset 'buildgroups' on mixed\\.$#" + count: 4 + path: app/cdash/tests/test_projectwebpage.php + + - + message: "#^Cannot access offset 'buildid' on mixed\\.$#" count: 1 - path: app/cdash/tests/test_sequenceindependence.php + path: app/cdash/tests/test_projectwebpage.php - - message: "#^Only booleans are allowed in a negated boolean, PDOStatement\\|false given\\.$#" - count: 3 - path: app/cdash/tests/test_sequenceindependence.php + message: "#^Cannot access offset 'builds' on mixed\\.$#" + count: 2 + path: app/cdash/tests/test_projectwebpage.php - - message: "#^Call to deprecated method pass\\(\\) of class SimpleTestCase\\.$#" + message: "#^Cannot access offset 'coverages' on mixed\\.$#" + count: 2 + path: app/cdash/tests/test_projectwebpage.php + + - + message: "#^Cannot access offset 'id' on mixed\\.$#" count: 1 - path: app/cdash/tests/test_sitestatistics.php + path: app/cdash/tests/test_projectwebpage.php - - message: "#^Method SiteStatisticsTestCase\\:\\:testSiteStatistics\\(\\) has no return type specified\\.$#" + message: "#^Cannot access offset 'siteid' on mixed\\.$#" count: 1 - path: app/cdash/tests/test_sitestatistics.php + path: app/cdash/tests/test_projectwebpage.php - - message: "#^Method StartTimeFromNotesTestCase\\:\\:testStartTimeFromNotes\\(\\) has no return type specified\\.$#" + message: "#^Cannot access offset 0 on mixed\\.$#" + count: 5 + path: app/cdash/tests/test_projectwebpage.php + + - + message: "#^Method ProjectWebPageTestCase\\:\\:testAccessToWebPageProjectTest\\(\\) has no return type specified\\.$#" count: 1 - path: app/cdash/tests/test_starttimefromnotes.php + path: app/cdash/tests/test_projectwebpage.php - - message: "#^Property StartTimeFromNotesTestCase\\:\\:\\$project has no type specified\\.$#" + message: "#^Method ProjectWebPageTestCase\\:\\:testProjectExperimentalLinkBuildSummary\\(\\) has no return type specified\\.$#" count: 1 - path: app/cdash/tests/test_starttimefromnotes.php + path: app/cdash/tests/test_projectwebpage.php - - message: "#^Dynamic call to static method Illuminate\\\\Database\\\\Eloquent\\\\Relations\\\\HasMany\\\\:\\:firstOrFail\\(\\)\\.$#" + message: "#^Method ProjectWebPageTestCase\\:\\:testProjectExperimentalLinkMachineName\\(\\) has no return type specified\\.$#" count: 1 - path: app/cdash/tests/test_starttimefromupload.php + path: app/cdash/tests/test_projectwebpage.php - - message: "#^Method SubmissionAssignBuildIdTestCase\\:\\:testSubmissionAssignBuildId\\(\\) has no return type specified\\.$#" + message: "#^Method ProjectWebPageTestCase\\:\\:testSubmissionBatchmakeBuild\\(\\) has no return type specified\\.$#" count: 1 - path: app/cdash/tests/test_submission_assign_buildid.php + path: app/cdash/tests/test_projectwebpage.php - - message: "#^Method SubmitSortingDataTestCase\\:\\:submitFile\\(\\) has no return type specified\\.$#" + message: "#^Method ProjectWebPageTestCase\\:\\:testSubmissionBatchmakeConfigure\\(\\) has no return type specified\\.$#" count: 1 - path: app/cdash/tests/test_submitsortingdata.php + path: app/cdash/tests/test_projectwebpage.php - - message: "#^Method SubmitSortingDataTestCase\\:\\:submitFile\\(\\) has parameter \\$build with no type specified\\.$#" + message: "#^Method ProjectWebPageTestCase\\:\\:testSubmissionBatchmakeNotes\\(\\) has no return type specified\\.$#" count: 1 - path: app/cdash/tests/test_submitsortingdata.php + path: app/cdash/tests/test_projectwebpage.php - - message: "#^Method SubmitSortingDataTestCase\\:\\:submitFile\\(\\) has parameter \\$type with no type specified\\.$#" + message: "#^Method ProjectWebPageTestCase\\:\\:testSubmissionBatchmakeTest\\(\\) has no return type specified\\.$#" count: 1 - path: app/cdash/tests/test_submitsortingdata.php + path: app/cdash/tests/test_projectwebpage.php - - message: "#^Method SubmitSortingDataTestCase\\:\\:testSubmitSortingData\\(\\) has no return type specified\\.$#" + message: "#^Method ProjectWebPageTestCase\\:\\:testSubmissionBatchmakeUpdate\\(\\) has no return type specified\\.$#" count: 1 - path: app/cdash/tests/test_submitsortingdata.php + path: app/cdash/tests/test_projectwebpage.php - - message: "#^Call to deprecated method pass\\(\\) of class SimpleTestCase\\.$#" - count: 3 - path: app/cdash/tests/test_subproject.php + message: "#^Method ProjectWebPageTestCase\\:\\:testSubmissionInDb\\(\\) has no return type specified\\.$#" + count: 1 + path: app/cdash/tests/test_projectwebpage.php - - message: "#^Method SubProjectTestCase\\:\\:testAccessToWebPageProjectTest\\(\\) has no return type specified\\.$#" + message: "#^Method ProjectWebPageTestCase\\:\\:testSubmissionInsightBuild\\(\\) has no return type specified\\.$#" count: 1 - path: app/cdash/tests/test_subproject.php + path: app/cdash/tests/test_projectwebpage.php - - message: "#^Method SubProjectTestCase\\:\\:testSubmissionProjectDependencies\\(\\) has no return type specified\\.$#" + message: "#^Method ProjectWebPageTestCase\\:\\:testSubmissionInsightConfigure\\(\\) has no return type specified\\.$#" count: 1 - path: app/cdash/tests/test_subproject.php + path: app/cdash/tests/test_projectwebpage.php - - message: "#^Method SubProjectTestCase\\:\\:testSubmissionSubProjectBuild\\(\\) has no return type specified\\.$#" + message: "#^Method ProjectWebPageTestCase\\:\\:testSubmissionInsightCoverage\\(\\) has no return type specified\\.$#" count: 1 - path: app/cdash/tests/test_subproject.php + path: app/cdash/tests/test_projectwebpage.php - - message: "#^Method SubProjectTestCase\\:\\:testSubmissionSubProjectTest\\(\\) has no return type specified\\.$#" + message: "#^Method ProjectWebPageTestCase\\:\\:testSubmissionInsightCoverageLog\\(\\) has no return type specified\\.$#" count: 1 - path: app/cdash/tests/test_subproject.php + path: app/cdash/tests/test_projectwebpage.php - - message: "#^Argument of an invalid type array\\\\|false supplied for foreach, only iterables are supported\\.$#" + message: "#^Method ProjectWebPageTestCase\\:\\:testSubmissionInsightDynamicAnalysis\\(\\) has no return type specified\\.$#" count: 1 - path: app/cdash/tests/test_subprojectemail.php + path: app/cdash/tests/test_projectwebpage.php - - message: """ - #^Call to deprecated function pdo_execute\\(\\)\\: - v2\\.5\\.0 01/22/2018$# - """ - count: 2 - path: app/cdash/tests/test_subprojectemail.php + message: "#^Method ProjectWebPageTestCase\\:\\:testSubmissionInsightNotes\\(\\) has no return type specified\\.$#" + count: 1 + path: app/cdash/tests/test_projectwebpage.php - - message: "#^Cannot access property \\$admin on null\\.$#" + message: "#^Method ProjectWebPageTestCase\\:\\:testSubmissionInsightTest\\(\\) has no return type specified\\.$#" count: 1 - path: app/cdash/tests/test_subprojectemail.php + path: app/cdash/tests/test_projectwebpage.php - - message: "#^Cannot access property \\$email on null\\.$#" + message: "#^Parameter \\#1 \\$array of function array_pop expects array, mixed given\\.$#" + count: 2 + path: app/cdash/tests/test_projectwebpage.php + + - + message: "#^Parameter \\#1 \\$haystack of function strpos expects string, mixed given\\.$#" count: 1 - path: app/cdash/tests/test_subprojectemail.php + path: app/cdash/tests/test_projectwebpage.php - - message: "#^Cannot access property \\$firstname on null\\.$#" + message: "#^Parameter \\#1 \\$string of function substr expects string, mixed given\\.$#" count: 1 - path: app/cdash/tests/test_subprojectemail.php + path: app/cdash/tests/test_projectwebpage.php - - message: "#^Cannot access property \\$id on App\\\\Models\\\\User\\|null\\.$#" + message: "#^Parameter \\#1 \\$value of function count expects array\\|Countable, mixed given\\.$#" + count: 3 + path: app/cdash/tests/test_projectwebpage.php + + - + message: "#^Parameter \\#3 \\$subject of function str_replace expects array\\|string, string\\|null given\\.$#" count: 1 - path: app/cdash/tests/test_subprojectemail.php + path: app/cdash/tests/test_projectwebpage.php - - message: "#^Cannot access property \\$id on null\\.$#" + message: "#^Part \\$buildid \\(mixed\\) of encapsed string cannot be cast to string\\.$#" count: 1 - path: app/cdash/tests/test_subprojectemail.php + path: app/cdash/tests/test_projectwebpage.php - - message: "#^Cannot access property \\$lastname on null\\.$#" + message: "#^Part \\$siteid \\(mixed\\) of encapsed string cannot be cast to string\\.$#" count: 1 - path: app/cdash/tests/test_subprojectemail.php + path: app/cdash/tests/test_projectwebpage.php - - message: "#^Cannot access property \\$password on null\\.$#" + message: "#^Method ProjectXmlSequenceTestCase\\:\\:submitFile\\(\\) has no return type specified\\.$#" count: 1 - path: app/cdash/tests/test_subprojectemail.php + path: app/cdash/tests/test_projectxmlsequence.php - - message: "#^Cannot call method save\\(\\) on null\\.$#" + message: "#^Method ProjectXmlSequenceTestCase\\:\\:submitFile\\(\\) has parameter \\$filename with no type specified\\.$#" count: 1 - path: app/cdash/tests/test_subprojectemail.php + path: app/cdash/tests/test_projectxmlsequence.php - - message: "#^Method SubProjectEmailTestCase\\:\\:testSubProjectEmail\\(\\) has no return type specified\\.$#" + message: "#^Method ProjectXmlSequenceTestCase\\:\\:testProjectXmlSequence\\(\\) has no return type specified\\.$#" count: 1 - path: app/cdash/tests/test_subprojectemail.php + path: app/cdash/tests/test_projectxmlsequence.php - - message: "#^Only booleans are allowed in a negated boolean, App\\\\Models\\\\User\\|null given\\.$#" + message: "#^Method PubProjectTestCase\\:\\:testCreateProject\\(\\) has no return type specified\\.$#" count: 1 - path: app/cdash/tests/test_subprojectemail.php + path: app/cdash/tests/test_pubproject.php - - message: "#^Property SubProjectEmailTestCase\\:\\:\\$PDO has no type specified\\.$#" + message: "#^Method PubProjectTestCase\\:\\:testEditProject\\(\\) has no return type specified\\.$#" count: 1 - path: app/cdash/tests/test_subprojectemail.php + path: app/cdash/tests/test_pubproject.php - - message: "#^Property SubProjectEmailTestCase\\:\\:\\$Project has no type specified\\.$#" + message: "#^Method PubProjectTestCase\\:\\:testIndexProjectTest\\(\\) has no return type specified\\.$#" count: 1 - path: app/cdash/tests/test_subprojectemail.php + path: app/cdash/tests/test_pubproject.php - - message: "#^Call to deprecated method pass\\(\\) of class SimpleTestCase\\.$#" + message: "#^Method PubProjectTestCase\\:\\:testProjectTestInDatabase\\(\\) has no return type specified\\.$#" count: 1 - path: app/cdash/tests/test_subprojectnextprevious.php + path: app/cdash/tests/test_pubproject.php - - message: "#^Method SubProjectNextPreviousTestCase\\:\\:testSubProjectNextPrevious\\(\\) has no return type specified\\.$#" + message: "#^Property PubProjectTestCase\\:\\:\\$ProjectId has no type specified\\.$#" count: 1 - path: app/cdash/tests/test_subprojectnextprevious.php + path: app/cdash/tests/test_pubproject.php - message: """ - #^Call to deprecated method execute\\(\\) of class CDash\\\\Database\\: + #^Call to deprecated method getPdo\\(\\) of class CDash\\\\Database\\: 04/22/2023 Use Laravel query builder or Eloquent instead$# """ count: 1 - path: app/cdash/tests/test_subprojectorder.php + path: app/cdash/tests/test_putdynamicbuilds.php - - message: """ - #^Call to deprecated method prepare\\(\\) of class CDash\\\\Database\\: - 04/22/2023 Use Laravel query builder or Eloquent instead$# - """ + message: "#^Cannot access offset 'dynamics' on mixed\\.$#" + count: 2 + path: app/cdash/tests/test_putdynamicbuilds.php + + - + message: "#^Cannot access offset 'match' on mixed\\.$#" count: 1 - path: app/cdash/tests/test_subprojectorder.php + path: app/cdash/tests/test_putdynamicbuilds.php - - message: "#^Cannot call method fetchColumn\\(\\) on PDOStatement\\|false\\.$#" + message: "#^Cannot access offset 'rules' on mixed\\.$#" + count: 2 + path: app/cdash/tests/test_putdynamicbuilds.php + + - + message: "#^Cannot access offset 'siteid' on mixed\\.$#" count: 1 - path: app/cdash/tests/test_subprojectorder.php + path: app/cdash/tests/test_putdynamicbuilds.php - - message: "#^Method SubProjectOrderTestCase\\:\\:testSubProjectOrder\\(\\) has no return type specified\\.$#" + message: "#^Cannot access offset 0 on mixed\\.$#" + count: 4 + path: app/cdash/tests/test_putdynamicbuilds.php + + - + message: "#^Cannot access property \\$id on App\\\\Models\\\\Site\\|null\\.$#" count: 1 - path: app/cdash/tests/test_subprojectorder.php + path: app/cdash/tests/test_putdynamicbuilds.php - - message: "#^Parameter \\#1 \\$stmt of method CDash\\\\Database\\:\\:execute\\(\\) expects PDOStatement, PDOStatement\\|false given\\.$#" + message: "#^Cannot access property \\$name on App\\\\Models\\\\Site\\|null\\.$#" count: 1 - path: app/cdash/tests/test_subprojectorder.php + path: app/cdash/tests/test_putdynamicbuilds.php - - message: "#^Property SubProjectOrderTestCase\\:\\:\\$project has no type specified\\.$#" + message: "#^Method PutDynamicBuildsTestCase\\:\\:testPutDynamicBuildsDiff\\(\\) has no return type specified\\.$#" count: 1 - path: app/cdash/tests/test_subprojectorder.php + path: app/cdash/tests/test_putdynamicbuilds.php - - message: "#^Loose comparison via \"\\!\\=\" is not allowed\\.$#" - count: 2 - path: app/cdash/tests/test_subprojecttestfilters.php + message: "#^Method PutDynamicBuildsTestCase\\:\\:verifyListGetsCreated\\(\\) has no return type specified\\.$#" + count: 1 + path: app/cdash/tests/test_putdynamicbuilds.php - - message: "#^Method SubProjectTestFiltersTestCase\\:\\:testSubProjectTestFilters\\(\\) has no return type specified\\.$#" + message: "#^Method PutDynamicBuildsTestCase\\:\\:verifyListGetsCreated\\(\\) has parameter \\$build_rules with no type specified\\.$#" count: 1 - path: app/cdash/tests/test_subprojecttestfilters.php + path: app/cdash/tests/test_putdynamicbuilds.php - - message: """ - #^Call to deprecated method getPdo\\(\\) of class CDash\\\\Database\\: - 04/22/2023 Use Laravel query builder or Eloquent instead$# - """ + message: "#^Method PutDynamicBuildsTestCase\\:\\:verifyListGetsCreated\\(\\) has parameter \\$client with no type specified\\.$#" count: 1 - path: app/cdash/tests/test_subscribeprojectshowlabels.php + path: app/cdash/tests/test_putdynamicbuilds.php - - message: "#^Method SubscribeProjectShowLabelsTestCase\\:\\:testSubscribeProjectShowsLabels\\(\\) has no return type specified\\.$#" + message: "#^Method PutDynamicBuildsTestCase\\:\\:verifyListGetsCreated\\(\\) has parameter \\$stmt with no type specified\\.$#" count: 1 - path: app/cdash/tests/test_subscribeprojectshowlabels.php + path: app/cdash/tests/test_putdynamicbuilds.php + + - + message: "#^Property PutDynamicBuildsTestCase\\:\\:\\$ChildGroupId has no type specified\\.$#" + count: 1 + path: app/cdash/tests/test_putdynamicbuilds.php + + - + message: "#^Property PutDynamicBuildsTestCase\\:\\:\\$PDO has no type specified\\.$#" + count: 1 + path: app/cdash/tests/test_putdynamicbuilds.php + + - + message: "#^Property PutDynamicBuildsTestCase\\:\\:\\$ParentGroupId has no type specified\\.$#" + count: 1 + path: app/cdash/tests/test_putdynamicbuilds.php + + - + message: "#^Property PutDynamicBuildsTestCase\\:\\:\\$ProjectId has no type specified\\.$#" + count: 1 + path: app/cdash/tests/test_putdynamicbuilds.php + + - + message: "#^Cannot access offset 'builds' on mixed\\.$#" + count: 7 + path: app/cdash/tests/test_querytests.php + + - + message: "#^Cannot access offset 'filterontestoutput' on mixed\\.$#" + count: 1 + path: app/cdash/tests/test_querytests.php + + - + message: "#^Cannot access offset 'group' on mixed\\.$#" + count: 1 + path: app/cdash/tests/test_querytests.php + + - + message: "#^Cannot access offset 'labels' on mixed\\.$#" + count: 2 + path: app/cdash/tests/test_querytests.php + + - + message: "#^Cannot access offset 'matchingoutput' on mixed\\.$#" + count: 1 + path: app/cdash/tests/test_querytests.php + + - + message: "#^Cannot access offset 'menu' on mixed\\.$#" + count: 1 + path: app/cdash/tests/test_querytests.php + + - + message: "#^Cannot access offset 'next' on mixed\\.$#" + count: 1 + path: app/cdash/tests/test_querytests.php + + - + message: "#^Cannot access offset 'previous' on mixed\\.$#" + count: 1 + path: app/cdash/tests/test_querytests.php + + - + message: "#^Cannot access offset 0 on mixed\\.$#" + count: 4 + path: app/cdash/tests/test_querytests.php + + - + message: "#^Loose comparison via \"\\!\\=\" is not allowed\\.$#" + count: 3 + path: app/cdash/tests/test_querytests.php + + - + message: "#^Method QueryTestsTestCase\\:\\:testQueryTests\\(\\) has no return type specified\\.$#" + count: 1 + path: app/cdash/tests/test_querytests.php + + - + message: "#^Parameter \\#1 \\$haystack of function strpos expects string, mixed given\\.$#" + count: 1 + path: app/cdash/tests/test_querytests.php + + - + message: "#^Parameter \\#1 \\$result of method WebTestCase\\:\\:assertTrue\\(\\) expects bool, mixed given\\.$#" + count: 1 + path: app/cdash/tests/test_querytests.php + + - + message: "#^Parameter \\#1 \\$value of function count expects array\\|Countable, mixed given\\.$#" + count: 3 + path: app/cdash/tests/test_querytests.php + + - + message: "#^Part \\$next_url \\(mixed\\) of encapsed string cannot be cast to string\\.$#" + count: 1 + path: app/cdash/tests/test_querytests.php + + - + message: "#^Part \\$previous_url \\(mixed\\) of encapsed string cannot be cast to string\\.$#" + count: 1 + path: app/cdash/tests/test_querytests.php + + - + message: "#^Cannot access offset 'builds' on mixed\\.$#" + count: 1 + path: app/cdash/tests/test_querytestsfilterlabels.php + + - + message: "#^Method QueryTestsFilterLabelsTestCase\\:\\:testQueryTestsFilterLabels\\(\\) has no return type specified\\.$#" + count: 1 + path: app/cdash/tests/test_querytestsfilterlabels.php + + - + message: "#^Parameter \\#1 \\$value of function count expects array\\|Countable, mixed given\\.$#" + count: 1 + path: app/cdash/tests/test_querytestsfilterlabels.php + + - + message: "#^Property QueryTestsFilterLabelsTestCase\\:\\:\\$project has no type specified\\.$#" + count: 1 + path: app/cdash/tests/test_querytestsfilterlabels.php + + - + message: "#^Cannot access offset 'builds' on mixed\\.$#" + count: 3 + path: app/cdash/tests/test_querytestsrevisionfilter.php + + - + message: "#^Method QueryTestsFilterLabelsTestCase\\:\\:testQueryTestsFilterLabels\\(\\) has no return type specified\\.$#" + count: 1 + path: app/cdash/tests/test_querytestsrevisionfilter.php + + - + message: "#^Parameter \\#1 \\$value of function count expects array\\|Countable, mixed given\\.$#" + count: 3 + path: app/cdash/tests/test_querytestsrevisionfilter.php + + - + message: "#^Method RecoverPasswordTestCase\\:\\:testRecoverPassword\\(\\) has no return type specified\\.$#" + count: 1 + path: app/cdash/tests/test_recoverpassword.php + + - + message: "#^Argument of an invalid type mixed supplied for foreach, only iterables are supported\\.$#" + count: 1 + path: app/cdash/tests/test_redundanttests.php + + - + message: "#^Cannot access offset 'measurements' on mixed\\.$#" + count: 2 + path: app/cdash/tests/test_redundanttests.php + + - + message: "#^Cannot access offset 'output' on mixed\\.$#" + count: 2 + path: app/cdash/tests/test_redundanttests.php + + - + message: "#^Cannot access offset 'test' on mixed\\.$#" + count: 2 + path: app/cdash/tests/test_redundanttests.php + + - + message: "#^Cannot access offset 'tests' on mixed\\.$#" + count: 2 + path: app/cdash/tests/test_redundanttests.php + + - + message: "#^Cannot access offset 0 on mixed\\.$#" + count: 1 + path: app/cdash/tests/test_redundanttests.php + + - + message: "#^Loose comparison via \"\\=\\=\" is not allowed\\.$#" + count: 2 + path: app/cdash/tests/test_redundanttests.php + + - + message: "#^Method RedundantTestsTestCase\\:\\:testRedundantTests\\(\\) has no return type specified\\.$#" + count: 1 + path: app/cdash/tests/test_redundanttests.php + + - + message: "#^Parameter \\#1 \\$value of function count expects array\\|Countable, mixed given\\.$#" + count: 1 + path: app/cdash/tests/test_redundanttests.php + + - + message: "#^Property RedundantTestsTestCase\\:\\:\\$project has no type specified\\.$#" + count: 1 + path: app/cdash/tests/test_redundanttests.php + + - + message: """ + #^Call to deprecated function pdo_query\\(\\)\\: + 04/01/2023$# + """ + count: 7 + path: app/cdash/tests/test_removebuilds.php + + - + message: "#^Call to deprecated method pass\\(\\) of class SimpleTestCase\\.$#" + count: 1 + path: app/cdash/tests/test_removebuilds.php + + - + message: "#^Method RemoveBuildsTestCase\\:\\:testBuildRemovalWorksAsExpected\\(\\) has no return type specified\\.$#" + count: 1 + path: app/cdash/tests/test_removebuilds.php + + - + message: "#^Method RemoveBuildsTestCase\\:\\:testRemoveBuilds\\(\\) has no return type specified\\.$#" + count: 1 + path: app/cdash/tests/test_removebuilds.php + + - + message: "#^Method RemoveBuildsTestCase\\:\\:verify\\(\\) has no return type specified\\.$#" + count: 1 + path: app/cdash/tests/test_removebuilds.php + + - + message: "#^Method RemoveBuildsTestCase\\:\\:verify\\(\\) has parameter \\$compare with no type specified\\.$#" + count: 1 + path: app/cdash/tests/test_removebuilds.php + + - + message: "#^Method RemoveBuildsTestCase\\:\\:verify\\(\\) has parameter \\$deleted with no type specified\\.$#" + count: 1 + path: app/cdash/tests/test_removebuilds.php + + - + message: "#^Method RemoveBuildsTestCase\\:\\:verify\\(\\) has parameter \\$expected with no type specified\\.$#" + count: 1 + path: app/cdash/tests/test_removebuilds.php + + - + message: "#^Method RemoveBuildsTestCase\\:\\:verify\\(\\) has parameter \\$field with no type specified\\.$#" + count: 1 + path: app/cdash/tests/test_removebuilds.php + + - + message: "#^Method RemoveBuildsTestCase\\:\\:verify\\(\\) has parameter \\$table with no type specified\\.$#" + count: 1 + path: app/cdash/tests/test_removebuilds.php + + - + message: "#^Method RemoveBuildsTestCase\\:\\:verify\\(\\) has parameter \\$value with no type specified\\.$#" + count: 1 + path: app/cdash/tests/test_removebuilds.php + + - + message: "#^Method RemoveBuildsTestCase\\:\\:verify_get_columns\\(\\) has no return type specified\\.$#" + count: 1 + path: app/cdash/tests/test_removebuilds.php + + - + message: "#^Method RemoveBuildsTestCase\\:\\:verify_get_columns\\(\\) has parameter \\$columns with no type specified\\.$#" + count: 1 + path: app/cdash/tests/test_removebuilds.php + + - + message: "#^Method RemoveBuildsTestCase\\:\\:verify_get_columns\\(\\) has parameter \\$compare with no type specified\\.$#" + count: 1 + path: app/cdash/tests/test_removebuilds.php + + - + message: "#^Method RemoveBuildsTestCase\\:\\:verify_get_columns\\(\\) has parameter \\$expected with no type specified\\.$#" + count: 1 + path: app/cdash/tests/test_removebuilds.php + + - + message: "#^Method RemoveBuildsTestCase\\:\\:verify_get_columns\\(\\) has parameter \\$field with no type specified\\.$#" + count: 1 + path: app/cdash/tests/test_removebuilds.php + + - + message: "#^Method RemoveBuildsTestCase\\:\\:verify_get_columns\\(\\) has parameter \\$table with no type specified\\.$#" + count: 1 + path: app/cdash/tests/test_removebuilds.php + + - + message: "#^Method RemoveBuildsTestCase\\:\\:verify_get_columns\\(\\) has parameter \\$value with no type specified\\.$#" + count: 1 + path: app/cdash/tests/test_removebuilds.php + + - + message: "#^Method RemoveBuildsTestCase\\:\\:verify_get_rows\\(\\) has no return type specified\\.$#" + count: 1 + path: app/cdash/tests/test_removebuilds.php + + - + message: "#^Method RemoveBuildsTestCase\\:\\:verify_get_rows\\(\\) has parameter \\$column with no type specified\\.$#" + count: 1 + path: app/cdash/tests/test_removebuilds.php + + - + message: "#^Method RemoveBuildsTestCase\\:\\:verify_get_rows\\(\\) has parameter \\$compare with no type specified\\.$#" + count: 1 + path: app/cdash/tests/test_removebuilds.php + + - + message: "#^Method RemoveBuildsTestCase\\:\\:verify_get_rows\\(\\) has parameter \\$expected with no type specified\\.$#" + count: 1 + path: app/cdash/tests/test_removebuilds.php + + - + message: "#^Method RemoveBuildsTestCase\\:\\:verify_get_rows\\(\\) has parameter \\$field with no type specified\\.$#" + count: 1 + path: app/cdash/tests/test_removebuilds.php + + - + message: "#^Method RemoveBuildsTestCase\\:\\:verify_get_rows\\(\\) has parameter \\$table with no type specified\\.$#" + count: 1 + path: app/cdash/tests/test_removebuilds.php + + - + message: "#^Method RemoveBuildsTestCase\\:\\:verify_get_rows\\(\\) has parameter \\$value with no type specified\\.$#" + count: 1 + path: app/cdash/tests/test_removebuilds.php + + - + message: "#^Parameter \\#1 \\$string of function base64_encode expects string, string\\|false given\\.$#" + count: 1 + path: app/cdash/tests/test_removebuilds.php + + - + message: "#^Property App\\\\Models\\\\TestMeasurement\\:\\:\\$value \\(string\\) does not accept int\\.$#" + count: 2 + path: app/cdash/tests/test_removebuilds.php + + - + message: "#^Unreachable statement \\- code above always terminates\\.$#" + count: 1 + path: app/cdash/tests/test_removebuilds.php + + - + message: "#^Variable property access on mixed\\.$#" + count: 2 + path: app/cdash/tests/test_removebuilds.php + + - + message: """ + #^Call to deprecated function pdo_query\\(\\)\\: + 04/01/2023$# + """ + count: 1 + path: app/cdash/tests/test_replacebuild.php + + - + message: "#^Call to deprecated method pass\\(\\) of class SimpleTestCase\\.$#" + count: 1 + path: app/cdash/tests/test_replacebuild.php + + - + message: "#^Method ReplaceBuildTestCase\\:\\:testReplaceBuild\\(\\) has no return type specified\\.$#" + count: 1 + path: app/cdash/tests/test_replacebuild.php + + - + message: "#^Only booleans are allowed in a negated boolean, PDOStatement\\|false given\\.$#" + count: 1 + path: app/cdash/tests/test_replacebuild.php + + - + message: "#^Property ReplaceBuildTestCase\\:\\:\\$OriginalConfigSettings has no type specified\\.$#" + count: 1 + path: app/cdash/tests/test_replacebuild.php + + - + message: "#^Cannot access offset 'buildgroups' on mixed\\.$#" + count: 1 + path: app/cdash/tests/test_revisionfilteracrossdates.php + + - + message: "#^Cannot access offset 'builds' on mixed\\.$#" + count: 1 + path: app/cdash/tests/test_revisionfilteracrossdates.php + + - + message: "#^Method RevisionFilterIgnoresDateTestCase\\:\\:testRevisionFilterIgnoresDate\\(\\) has no return type specified\\.$#" + count: 1 + path: app/cdash/tests/test_revisionfilteracrossdates.php + + - + message: "#^Parameter \\#1 \\$array of function array_pop expects array, mixed given\\.$#" + count: 1 + path: app/cdash/tests/test_revisionfilteracrossdates.php + + - + message: "#^Parameter \\#1 \\$value of function count expects array\\|Countable, mixed given\\.$#" + count: 1 + path: app/cdash/tests/test_revisionfilteracrossdates.php + + - + message: "#^Method SecondsFromIntervalTestCase\\:\\:intervalTest\\(\\) has no return type specified\\.$#" + count: 1 + path: app/cdash/tests/test_seconds_from_interval.php + + - + message: "#^Method SecondsFromIntervalTestCase\\:\\:intervalTest\\(\\) has parameter \\$expected with no type specified\\.$#" + count: 1 + path: app/cdash/tests/test_seconds_from_interval.php + + - + message: "#^Method SecondsFromIntervalTestCase\\:\\:intervalTest\\(\\) has parameter \\$input with no type specified\\.$#" + count: 1 + path: app/cdash/tests/test_seconds_from_interval.php + + - + message: "#^Method SecondsFromIntervalTestCase\\:\\:testSecondsFromInterval\\(\\) has no return type specified\\.$#" + count: 1 + path: app/cdash/tests/test_seconds_from_interval.php + + - + message: """ + #^Call to deprecated function pdo_fetch_array\\(\\)\\: + 04/01/2023$# + """ + count: 2 + path: app/cdash/tests/test_sequenceindependence.php + + - + message: """ + #^Call to deprecated function pdo_query\\(\\)\\: + 04/01/2023$# + """ + count: 4 + path: app/cdash/tests/test_sequenceindependence.php + + - + message: "#^Call to deprecated method pass\\(\\) of class SimpleTestCase\\.$#" + count: 9 + path: app/cdash/tests/test_sequenceindependence.php + + - + message: "#^Cannot access offset 'loctested' on array\\|false\\|null\\.$#" + count: 2 + path: app/cdash/tests/test_sequenceindependence.php + + - + message: "#^Cannot access offset 'numdefects' on array\\|false\\|null\\.$#" + count: 2 + path: app/cdash/tests/test_sequenceindependence.php + + - + message: "#^Loose comparison via \"\\!\\=\" is not allowed\\.$#" + count: 7 + path: app/cdash/tests/test_sequenceindependence.php + + - + message: "#^Method SequenceIndependenceTestCase\\:\\:PerformOrderTest\\(\\) has no return type specified\\.$#" + count: 1 + path: app/cdash/tests/test_sequenceindependence.php + + - + message: "#^Method SequenceIndependenceTestCase\\:\\:PerformOrderTest\\(\\) has parameter \\$file_order with no type specified\\.$#" + count: 1 + path: app/cdash/tests/test_sequenceindependence.php + + - + message: "#^Method SequenceIndependenceTestCase\\:\\:SubmitFiles\\(\\) has no return type specified\\.$#" + count: 1 + path: app/cdash/tests/test_sequenceindependence.php + + - + message: "#^Method SequenceIndependenceTestCase\\:\\:SubmitFiles\\(\\) has parameter \\$file_order with no type specified\\.$#" + count: 1 + path: app/cdash/tests/test_sequenceindependence.php + + - + message: "#^Method SequenceIndependenceTestCase\\:\\:VerifyBuild\\(\\) has no return type specified\\.$#" + count: 1 + path: app/cdash/tests/test_sequenceindependence.php + + - + message: "#^Method SequenceIndependenceTestCase\\:\\:testConfigureFirst\\(\\) has no return type specified\\.$#" + count: 1 + path: app/cdash/tests/test_sequenceindependence.php + + - + message: "#^Method SequenceIndependenceTestCase\\:\\:testCoverageFirst\\(\\) has no return type specified\\.$#" + count: 1 + path: app/cdash/tests/test_sequenceindependence.php + + - + message: "#^Method SequenceIndependenceTestCase\\:\\:testCoverageLogFirst\\(\\) has no return type specified\\.$#" + count: 1 + path: app/cdash/tests/test_sequenceindependence.php + + - + message: "#^Method SequenceIndependenceTestCase\\:\\:testDynamicAnalysisFirst\\(\\) has no return type specified\\.$#" + count: 1 + path: app/cdash/tests/test_sequenceindependence.php + + - + message: "#^Method SequenceIndependenceTestCase\\:\\:testNotesFirst\\(\\) has no return type specified\\.$#" + count: 1 + path: app/cdash/tests/test_sequenceindependence.php + + - + message: "#^Method SequenceIndependenceTestCase\\:\\:testOriginalOrder\\(\\) has no return type specified\\.$#" + count: 1 + path: app/cdash/tests/test_sequenceindependence.php + + - + message: "#^Method SequenceIndependenceTestCase\\:\\:testReverseOrder\\(\\) has no return type specified\\.$#" + count: 1 + path: app/cdash/tests/test_sequenceindependence.php + + - + message: "#^Method SequenceIndependenceTestCase\\:\\:testTestFirst\\(\\) has no return type specified\\.$#" + count: 1 + path: app/cdash/tests/test_sequenceindependence.php + + - + message: "#^Method SequenceIndependenceTestCase\\:\\:testUpdateFirst\\(\\) has no return type specified\\.$#" + count: 1 + path: app/cdash/tests/test_sequenceindependence.php + + - + message: "#^Only booleans are allowed in a negated boolean, PDOStatement\\|false given\\.$#" + count: 3 + path: app/cdash/tests/test_sequenceindependence.php + + - + message: "#^Call to deprecated method pass\\(\\) of class SimpleTestCase\\.$#" + count: 1 + path: app/cdash/tests/test_sitestatistics.php + + - + message: "#^Method SiteStatisticsTestCase\\:\\:testSiteStatistics\\(\\) has no return type specified\\.$#" + count: 1 + path: app/cdash/tests/test_sitestatistics.php + + - + message: "#^Method StartTimeFromNotesTestCase\\:\\:testStartTimeFromNotes\\(\\) has no return type specified\\.$#" + count: 1 + path: app/cdash/tests/test_starttimefromnotes.php + + - + message: "#^Property StartTimeFromNotesTestCase\\:\\:\\$project has no type specified\\.$#" + count: 1 + path: app/cdash/tests/test_starttimefromnotes.php + + - + message: "#^Dynamic call to static method Illuminate\\\\Database\\\\Eloquent\\\\Relations\\\\HasMany\\\\:\\:firstOrFail\\(\\)\\.$#" + count: 1 + path: app/cdash/tests/test_starttimefromupload.php + + - + message: "#^Method SubmissionAssignBuildIdTestCase\\:\\:testSubmissionAssignBuildId\\(\\) has no return type specified\\.$#" + count: 1 + path: app/cdash/tests/test_submission_assign_buildid.php + + - + message: "#^Method SubmitSortingDataTestCase\\:\\:submitFile\\(\\) has no return type specified\\.$#" + count: 1 + path: app/cdash/tests/test_submitsortingdata.php + + - + message: "#^Method SubmitSortingDataTestCase\\:\\:submitFile\\(\\) has parameter \\$build with no type specified\\.$#" + count: 1 + path: app/cdash/tests/test_submitsortingdata.php + + - + message: "#^Method SubmitSortingDataTestCase\\:\\:submitFile\\(\\) has parameter \\$type with no type specified\\.$#" + count: 1 + path: app/cdash/tests/test_submitsortingdata.php + + - + message: "#^Method SubmitSortingDataTestCase\\:\\:testSubmitSortingData\\(\\) has no return type specified\\.$#" + count: 1 + path: app/cdash/tests/test_submitsortingdata.php + + - + message: "#^Call to deprecated method pass\\(\\) of class SimpleTestCase\\.$#" + count: 3 + path: app/cdash/tests/test_subproject.php + + - + message: "#^Method SubProjectTestCase\\:\\:testAccessToWebPageProjectTest\\(\\) has no return type specified\\.$#" + count: 1 + path: app/cdash/tests/test_subproject.php + + - + message: "#^Method SubProjectTestCase\\:\\:testSubmissionProjectDependencies\\(\\) has no return type specified\\.$#" + count: 1 + path: app/cdash/tests/test_subproject.php + + - + message: "#^Method SubProjectTestCase\\:\\:testSubmissionSubProjectBuild\\(\\) has no return type specified\\.$#" + count: 1 + path: app/cdash/tests/test_subproject.php + + - + message: "#^Method SubProjectTestCase\\:\\:testSubmissionSubProjectTest\\(\\) has no return type specified\\.$#" + count: 1 + path: app/cdash/tests/test_subproject.php + + - + message: "#^Argument of an invalid type array\\\\|false supplied for foreach, only iterables are supported\\.$#" + count: 1 + path: app/cdash/tests/test_subprojectemail.php + + - + message: """ + #^Call to deprecated function pdo_execute\\(\\)\\: + v2\\.5\\.0 01/22/2018$# + """ + count: 2 + path: app/cdash/tests/test_subprojectemail.php + + - + message: "#^Cannot access property \\$admin on null\\.$#" + count: 1 + path: app/cdash/tests/test_subprojectemail.php + + - + message: "#^Cannot access property \\$email on null\\.$#" + count: 1 + path: app/cdash/tests/test_subprojectemail.php + + - + message: "#^Cannot access property \\$firstname on null\\.$#" + count: 1 + path: app/cdash/tests/test_subprojectemail.php + + - + message: "#^Cannot access property \\$id on App\\\\Models\\\\User\\|null\\.$#" + count: 1 + path: app/cdash/tests/test_subprojectemail.php + + - + message: "#^Cannot access property \\$id on null\\.$#" + count: 1 + path: app/cdash/tests/test_subprojectemail.php + + - + message: "#^Cannot access property \\$lastname on null\\.$#" + count: 1 + path: app/cdash/tests/test_subprojectemail.php + + - + message: "#^Cannot access property \\$password on null\\.$#" + count: 1 + path: app/cdash/tests/test_subprojectemail.php + + - + message: "#^Cannot call method save\\(\\) on null\\.$#" + count: 1 + path: app/cdash/tests/test_subprojectemail.php + + - + message: "#^Method SubProjectEmailTestCase\\:\\:testSubProjectEmail\\(\\) has no return type specified\\.$#" + count: 1 + path: app/cdash/tests/test_subprojectemail.php + + - + message: "#^Only booleans are allowed in a negated boolean, App\\\\Models\\\\User\\|null given\\.$#" + count: 1 + path: app/cdash/tests/test_subprojectemail.php + + - + message: "#^Property SubProjectEmailTestCase\\:\\:\\$PDO has no type specified\\.$#" + count: 1 + path: app/cdash/tests/test_subprojectemail.php + + - + message: "#^Property SubProjectEmailTestCase\\:\\:\\$Project has no type specified\\.$#" + count: 1 + path: app/cdash/tests/test_subprojectemail.php + + - + message: "#^Argument of an invalid type mixed supplied for foreach, only iterables are supported\\.$#" + count: 1 + path: app/cdash/tests/test_subprojectnextprevious.php + + - + message: "#^Binary operation \"\\.\" between 'Expected …' and mixed results in an error\\.$#" + count: 2 + path: app/cdash/tests/test_subprojectnextprevious.php + + - + message: "#^Binary operation \"\\.\" between non\\-falsy\\-string and mixed results in an error\\.$#" + count: 4 + path: app/cdash/tests/test_subprojectnextprevious.php + + - + message: "#^Call to deprecated method pass\\(\\) of class SimpleTestCase\\.$#" + count: 1 + path: app/cdash/tests/test_subprojectnextprevious.php + + - + message: "#^Cannot access offset 'buildgroups' on mixed\\.$#" + count: 4 + path: app/cdash/tests/test_subprojectnextprevious.php + + - + message: "#^Cannot access offset 'buildid' on mixed\\.$#" + count: 8 + path: app/cdash/tests/test_subprojectnextprevious.php + + - + message: "#^Cannot access offset 'builds' on mixed\\.$#" + count: 3 + path: app/cdash/tests/test_subprojectnextprevious.php + + - + message: "#^Cannot access offset 'compilation' on mixed\\.$#" + count: 1 + path: app/cdash/tests/test_subprojectnextprevious.php + + - + message: "#^Cannot access offset 'current' on mixed\\.$#" + count: 5 + path: app/cdash/tests/test_subprojectnextprevious.php + + - + message: "#^Cannot access offset 'daysWithErrors' on mixed\\.$#" + count: 1 + path: app/cdash/tests/test_subprojectnextprevious.php + + - + message: "#^Cannot access offset 'failingDate' on mixed\\.$#" + count: 1 + path: app/cdash/tests/test_subprojectnextprevious.php + + - + message: "#^Cannot access offset 'hasErrors' on mixed\\.$#" + count: 1 + path: app/cdash/tests/test_subprojectnextprevious.php + + - + message: "#^Cannot access offset 'hasFailingTests' on mixed\\.$#" + count: 1 + path: app/cdash/tests/test_subprojectnextprevious.php + + - + message: "#^Cannot access offset 'label' on mixed\\.$#" + count: 2 + path: app/cdash/tests/test_subprojectnextprevious.php + + - + message: "#^Cannot access offset 'menu' on mixed\\.$#" + count: 15 + path: app/cdash/tests/test_subprojectnextprevious.php + + - + message: "#^Cannot access offset 'next' on mixed\\.$#" + count: 5 + path: app/cdash/tests/test_subprojectnextprevious.php + + - + message: "#^Cannot access offset 'nextbuild' on mixed\\.$#" + count: 4 + path: app/cdash/tests/test_subprojectnextprevious.php + + - + message: "#^Cannot access offset 'nnotrundiffn' on mixed\\.$#" + count: 1 + path: app/cdash/tests/test_subprojectnextprevious.php + + - + message: "#^Cannot access offset 'npassdiffp' on mixed\\.$#" + count: 1 + path: app/cdash/tests/test_subprojectnextprevious.php + + - + message: "#^Cannot access offset 'nwarningdiffp' on mixed\\.$#" + count: 1 + path: app/cdash/tests/test_subprojectnextprevious.php + + - + message: "#^Cannot access offset 'previous' on mixed\\.$#" + count: 5 + path: app/cdash/tests/test_subprojectnextprevious.php + + - + message: "#^Cannot access offset 'previousbuild' on mixed\\.$#" + count: 4 + path: app/cdash/tests/test_subprojectnextprevious.php + + - + message: "#^Cannot access offset 'test' on mixed\\.$#" + count: 2 + path: app/cdash/tests/test_subprojectnextprevious.php + + - + message: "#^Cannot access offset 0 on mixed\\.$#" + count: 1 + path: app/cdash/tests/test_subprojectnextprevious.php + + - + message: "#^Method SubProjectNextPreviousTestCase\\:\\:testSubProjectNextPrevious\\(\\) has no return type specified\\.$#" + count: 1 + path: app/cdash/tests/test_subprojectnextprevious.php + + - + message: "#^Parameter \\#1 \\$array of function array_pop expects array, mixed given\\.$#" + count: 2 + path: app/cdash/tests/test_subprojectnextprevious.php + + - + message: "#^Parameter \\#1 \\$haystack of function strpos expects string, mixed given\\.$#" + count: 15 + path: app/cdash/tests/test_subprojectnextprevious.php + + - + message: "#^Parameter \\#1 \\$value of function count expects array\\|Countable, mixed given\\.$#" + count: 3 + path: app/cdash/tests/test_subprojectnextprevious.php + + - + message: "#^Part \\$found \\(mixed\\) of encapsed string cannot be cast to string\\.$#" + count: 1 + path: app/cdash/tests/test_subprojectnextprevious.php + + - + message: "#^Part \\$label \\(mixed\\) of encapsed string cannot be cast to string\\.$#" + count: 1 + path: app/cdash/tests/test_subprojectnextprevious.php + + - + message: """ + #^Call to deprecated method execute\\(\\) of class CDash\\\\Database\\: + 04/22/2023 Use Laravel query builder or Eloquent instead$# + """ + count: 1 + path: app/cdash/tests/test_subprojectorder.php + + - + message: """ + #^Call to deprecated method prepare\\(\\) of class CDash\\\\Database\\: + 04/22/2023 Use Laravel query builder or Eloquent instead$# + """ + count: 1 + path: app/cdash/tests/test_subprojectorder.php + + - + message: "#^Cannot access offset 'buildgroups' on mixed\\.$#" + count: 1 + path: app/cdash/tests/test_subprojectorder.php + + - + message: "#^Cannot access offset 'builds' on mixed\\.$#" + count: 3 + path: app/cdash/tests/test_subprojectorder.php + + - + message: "#^Cannot access offset 'position' on mixed\\.$#" + count: 3 + path: app/cdash/tests/test_subprojectorder.php + + - + message: "#^Cannot access offset 0 on mixed\\.$#" + count: 1 + path: app/cdash/tests/test_subprojectorder.php + + - + message: "#^Cannot access offset 1 on mixed\\.$#" + count: 1 + path: app/cdash/tests/test_subprojectorder.php + + - + message: "#^Cannot access offset 2 on mixed\\.$#" + count: 1 + path: app/cdash/tests/test_subprojectorder.php + + - + message: "#^Cannot call method fetchColumn\\(\\) on PDOStatement\\|false\\.$#" + count: 1 + path: app/cdash/tests/test_subprojectorder.php + + - + message: "#^Method SubProjectOrderTestCase\\:\\:testSubProjectOrder\\(\\) has no return type specified\\.$#" + count: 1 + path: app/cdash/tests/test_subprojectorder.php + + - + message: "#^Parameter \\#1 \\$array of function array_pop expects array, mixed given\\.$#" + count: 1 + path: app/cdash/tests/test_subprojectorder.php + + - + message: "#^Parameter \\#1 \\$stmt of method CDash\\\\Database\\:\\:execute\\(\\) expects PDOStatement, PDOStatement\\|false given\\.$#" + count: 1 + path: app/cdash/tests/test_subprojectorder.php + + - + message: "#^Property SubProjectOrderTestCase\\:\\:\\$project has no type specified\\.$#" + count: 1 + path: app/cdash/tests/test_subprojectorder.php + + - + message: "#^Argument of an invalid type mixed supplied for foreach, only iterables are supported\\.$#" + count: 2 + path: app/cdash/tests/test_subprojecttestfilters.php + + - + message: "#^Cannot access offset 'buildgroups' on mixed\\.$#" + count: 2 + path: app/cdash/tests/test_subprojecttestfilters.php + + - + message: "#^Cannot access offset 'builds' on mixed\\.$#" + count: 4 + path: app/cdash/tests/test_subprojecttestfilters.php + + - + message: "#^Cannot access offset 'fail' on mixed\\.$#" + count: 2 + path: app/cdash/tests/test_subprojecttestfilters.php + + - + message: "#^Cannot access offset 'id' on mixed\\.$#" + count: 3 + path: app/cdash/tests/test_subprojecttestfilters.php + + - + message: "#^Cannot access offset 'notrun' on mixed\\.$#" + count: 2 + path: app/cdash/tests/test_subprojecttestfilters.php + + - + message: "#^Cannot access offset 'numFailed' on mixed\\.$#" + count: 2 + path: app/cdash/tests/test_subprojecttestfilters.php + + - + message: "#^Cannot access offset 'numNotRun' on mixed\\.$#" + count: 2 + path: app/cdash/tests/test_subprojecttestfilters.php + + - + message: "#^Cannot access offset 'numPassed' on mixed\\.$#" + count: 2 + path: app/cdash/tests/test_subprojecttestfilters.php + + - + message: "#^Cannot access offset 'pass' on mixed\\.$#" + count: 2 + path: app/cdash/tests/test_subprojecttestfilters.php + + - + message: "#^Cannot access offset 'subprojectname' on mixed\\.$#" + count: 5 + path: app/cdash/tests/test_subprojecttestfilters.php + + - + message: "#^Cannot access offset 'test' on mixed\\.$#" + count: 6 + path: app/cdash/tests/test_subprojecttestfilters.php + + - + message: "#^Cannot access offset 'testfilters' on mixed\\.$#" + count: 3 + path: app/cdash/tests/test_subprojecttestfilters.php + + - + message: "#^Cannot access offset 'tests' on mixed\\.$#" + count: 2 + path: app/cdash/tests/test_subprojecttestfilters.php + + - + message: "#^Cannot access offset 0 on mixed\\.$#" + count: 2 + path: app/cdash/tests/test_subprojecttestfilters.php + + - + message: "#^Loose comparison via \"\\!\\=\" is not allowed\\.$#" + count: 2 + path: app/cdash/tests/test_subprojecttestfilters.php + + - + message: "#^Method SubProjectTestFiltersTestCase\\:\\:testSubProjectTestFilters\\(\\) has no return type specified\\.$#" + count: 1 + path: app/cdash/tests/test_subprojecttestfilters.php + + - + message: "#^Parameter \\#1 \\$array of function array_pop expects array, mixed given\\.$#" + count: 2 + path: app/cdash/tests/test_subprojecttestfilters.php + + - + message: "#^Parameter \\#1 \\$value of function count expects array\\|Countable, mixed given\\.$#" + count: 2 + path: app/cdash/tests/test_subprojecttestfilters.php + + - + message: "#^Part \\$build\\['id'\\] \\(mixed\\) of encapsed string cannot be cast to string\\.$#" + count: 3 + path: app/cdash/tests/test_subprojecttestfilters.php + + - + message: "#^Part \\$test\\['subprojectname'\\] \\(mixed\\) of encapsed string cannot be cast to string\\.$#" + count: 1 + path: app/cdash/tests/test_subprojecttestfilters.php + + - + message: "#^Part \\$testfilters \\(mixed\\) of encapsed string cannot be cast to string\\.$#" + count: 2 + path: app/cdash/tests/test_subprojecttestfilters.php + + - + message: """ + #^Call to deprecated method getPdo\\(\\) of class CDash\\\\Database\\: + 04/22/2023 Use Laravel query builder or Eloquent instead$# + """ + count: 1 + path: app/cdash/tests/test_subscribeprojectshowlabels.php + + - + message: "#^Method SubscribeProjectShowLabelsTestCase\\:\\:testSubscribeProjectShowsLabels\\(\\) has no return type specified\\.$#" + count: 1 + path: app/cdash/tests/test_subscribeprojectshowlabels.php + + - + message: "#^Property SubscribeProjectShowLabelsTestCase\\:\\:\\$PDO has no type specified\\.$#" + count: 1 + path: app/cdash/tests/test_subscribeprojectshowlabels.php + + - + message: "#^Method SummaryEmailTestCase\\:\\:testSummaryEmail\\(\\) has no return type specified\\.$#" + count: 1 + path: app/cdash/tests/test_summaryemail.php + + - + message: """ + #^Call to deprecated method prepare\\(\\) of class CDash\\\\Database\\: + 04/22/2023 Use Laravel query builder or Eloquent instead$# + """ + count: 3 + path: app/cdash/tests/test_testgraphpermissions.php + + - + message: """ + #^Call to deprecated method query\\(\\) of class CDash\\\\Database\\: + 04/22/2023 Use Laravel query builder or Eloquent instead$# + """ + count: 1 + path: app/cdash/tests/test_testgraphpermissions.php + + - + message: "#^Cannot access offset 'error' on mixed\\.$#" + count: 2 + path: app/cdash/tests/test_testgraphpermissions.php + + - + message: "#^Cannot access offset 'id' on mixed\\.$#" + count: 1 + path: app/cdash/tests/test_testgraphpermissions.php + + - + message: "#^Cannot access offset 'projectid' on mixed\\.$#" + count: 1 + path: app/cdash/tests/test_testgraphpermissions.php + + - + message: "#^Cannot access offset 'testname' on mixed\\.$#" + count: 1 + path: app/cdash/tests/test_testgraphpermissions.php + + - + message: "#^Cannot call method execute\\(\\) on PDOStatement\\|false\\.$#" + count: 3 + path: app/cdash/tests/test_testgraphpermissions.php + + - + message: "#^Cannot call method fetch\\(\\) on PDOStatement\\|false\\.$#" + count: 2 + path: app/cdash/tests/test_testgraphpermissions.php + + - + message: "#^Method TestGraphPermissionsTestCase\\:\\:testTestGraphPermissions\\(\\) has no return type specified\\.$#" + count: 1 + path: app/cdash/tests/test_testgraphpermissions.php + + - + message: "#^Parameter \\#2 \\$array of function array_key_exists expects array, mixed given\\.$#" + count: 2 + path: app/cdash/tests/test_testgraphpermissions.php + + - + message: "#^Part \\$testname \\(mixed\\) of encapsed string cannot be cast to string\\.$#" + count: 4 + path: app/cdash/tests/test_testgraphpermissions.php + + - + message: "#^Property TestGraphPermissionsTestCase\\:\\:\\$build has no type specified\\.$#" + count: 1 + path: app/cdash/tests/test_testgraphpermissions.php + + - + message: "#^Property TestGraphPermissionsTestCase\\:\\:\\$project has no type specified\\.$#" + count: 1 + path: app/cdash/tests/test_testgraphpermissions.php + + - + message: "#^Argument of an invalid type mixed supplied for foreach, only iterables are supported\\.$#" + count: 1 + path: app/cdash/tests/test_testhistory.php + + - + message: "#^Cannot access offset 'buildid' on mixed\\.$#" + count: 3 + path: app/cdash/tests/test_testhistory.php + + - + message: "#^Cannot access offset 'buildtestid' on mixed\\.$#" + count: 5 + path: app/cdash/tests/test_testhistory.php + + - + message: "#^Cannot access offset 'current' on mixed\\.$#" + count: 3 + path: app/cdash/tests/test_testhistory.php + + - + message: "#^Cannot access offset 'data' on mixed\\.$#" + count: 17 + path: app/cdash/tests/test_testhistory.php + + - + message: "#^Cannot access offset 'history' on mixed\\.$#" + count: 1 + path: app/cdash/tests/test_testhistory.php + + - + message: "#^Cannot access offset 'label' on mixed\\.$#" + count: 4 + path: app/cdash/tests/test_testhistory.php + + - + message: "#^Cannot access offset 'menu' on mixed\\.$#" + count: 9 + path: app/cdash/tests/test_testhistory.php + + - + message: "#^Cannot access offset 'name' on mixed\\.$#" + count: 2 + path: app/cdash/tests/test_testhistory.php + + - + message: "#^Cannot access offset 'next' on mixed\\.$#" + count: 3 + path: app/cdash/tests/test_testhistory.php + + - + message: "#^Cannot access offset 'previous' on mixed\\.$#" + count: 3 + path: app/cdash/tests/test_testhistory.php + + - + message: "#^Cannot access offset 'test' on mixed\\.$#" + count: 3 + path: app/cdash/tests/test_testhistory.php - - message: "#^Property SubscribeProjectShowLabelsTestCase\\:\\:\\$PDO has no type specified\\.$#" + message: "#^Cannot access offset 'tests' on mixed\\.$#" count: 1 - path: app/cdash/tests/test_subscribeprojectshowlabels.php + path: app/cdash/tests/test_testhistory.php - - message: "#^Method SummaryEmailTestCase\\:\\:testSummaryEmail\\(\\) has no return type specified\\.$#" - count: 1 - path: app/cdash/tests/test_summaryemail.php + message: "#^Cannot access offset 'y' on mixed\\.$#" + count: 10 + path: app/cdash/tests/test_testhistory.php - - message: """ - #^Call to deprecated method prepare\\(\\) of class CDash\\\\Database\\: - 04/22/2023 Use Laravel query builder or Eloquent instead$# - """ - count: 3 - path: app/cdash/tests/test_testgraphpermissions.php + message: "#^Cannot access offset 0 on mixed\\.$#" + count: 14 + path: app/cdash/tests/test_testhistory.php - - message: """ - #^Call to deprecated method query\\(\\) of class CDash\\\\Database\\: - 04/22/2023 Use Laravel query builder or Eloquent instead$# - """ - count: 1 - path: app/cdash/tests/test_testgraphpermissions.php + message: "#^Cannot access offset 1 on mixed\\.$#" + count: 15 + path: app/cdash/tests/test_testhistory.php - - message: "#^Cannot call method execute\\(\\) on PDOStatement\\|false\\.$#" + message: "#^Cannot access offset 2 on mixed\\.$#" count: 3 - path: app/cdash/tests/test_testgraphpermissions.php + path: app/cdash/tests/test_testhistory.php - - message: "#^Cannot call method fetch\\(\\) on PDOStatement\\|false\\.$#" + message: "#^Cannot access offset 3 on mixed\\.$#" count: 2 - path: app/cdash/tests/test_testgraphpermissions.php - - - - message: "#^Method TestGraphPermissionsTestCase\\:\\:testTestGraphPermissions\\(\\) has no return type specified\\.$#" - count: 1 - path: app/cdash/tests/test_testgraphpermissions.php - - - - message: "#^Property TestGraphPermissionsTestCase\\:\\:\\$build has no type specified\\.$#" - count: 1 - path: app/cdash/tests/test_testgraphpermissions.php + path: app/cdash/tests/test_testhistory.php - - message: "#^Property TestGraphPermissionsTestCase\\:\\:\\$project has no type specified\\.$#" - count: 1 - path: app/cdash/tests/test_testgraphpermissions.php + message: "#^Cannot access offset 4 on mixed\\.$#" + count: 2 + path: app/cdash/tests/test_testhistory.php - message: "#^Left side of && is always true\\.$#" @@ -22928,6 +27998,41 @@ parameters: count: 1 path: app/cdash/tests/test_testhistory.php + - + message: "#^Parameter \\#1 \\$result of method WebTestCase\\:\\:assertFalse\\(\\) expects bool, mixed given\\.$#" + count: 2 + path: app/cdash/tests/test_testhistory.php + + - + message: "#^Parameter \\#1 \\$value of function count expects array\\|Countable, mixed given\\.$#" + count: 2 + path: app/cdash/tests/test_testhistory.php + + - + message: "#^Part \\$history \\(mixed\\) of encapsed string cannot be cast to string\\.$#" + count: 5 + path: app/cdash/tests/test_testhistory.php + + - + message: "#^Part \\$sporadic_ids\\[0\\] \\(mixed\\) of encapsed string cannot be cast to string\\.$#" + count: 2 + path: app/cdash/tests/test_testhistory.php + + - + message: "#^Part \\$sporadic_ids\\[1\\] \\(mixed\\) of encapsed string cannot be cast to string\\.$#" + count: 3 + path: app/cdash/tests/test_testhistory.php + + - + message: "#^Part \\$sporadic_ids\\[2\\] \\(mixed\\) of encapsed string cannot be cast to string\\.$#" + count: 5 + path: app/cdash/tests/test_testhistory.php + + - + message: "#^Part \\$test\\['name'\\] \\(mixed\\) of encapsed string cannot be cast to string\\.$#" + count: 1 + path: app/cdash/tests/test_testhistory.php + - message: "#^Property TestHistoryTestCase\\:\\:\\$project has no type specified\\.$#" count: 1 @@ -22961,6 +28066,16 @@ parameters: count: 1 path: app/cdash/tests/test_testoverview.php + - + message: "#^Cannot access offset 'error' on mixed\\.$#" + count: 2 + path: app/cdash/tests/test_testoverview.php + + - + message: "#^Cannot access offset 'tests' on mixed\\.$#" + count: 7 + path: app/cdash/tests/test_testoverview.php + - message: "#^Cannot call method fetchColumn\\(\\) on PDOStatement\\|false\\.$#" count: 1 @@ -22976,6 +28091,16 @@ parameters: count: 1 path: app/cdash/tests/test_testoverview.php + - + message: "#^Parameter \\#1 \\$value of function count expects array\\|Countable, mixed given\\.$#" + count: 6 + path: app/cdash/tests/test_testoverview.php + + - + message: "#^Argument of an invalid type mixed supplied for foreach, only iterables are supported\\.$#" + count: 2 + path: app/cdash/tests/test_timeline.php + - message: "#^Binary operation \"\\.\" between non\\-falsy\\-string and 0\\|0\\.0\\|''\\|'0'\\|array\\{\\}\\|false\\|null results in an error\\.$#" count: 1 @@ -22989,6 +28114,31 @@ parameters: count: 1 path: app/cdash/tests/test_timeline.php + - + message: "#^Cannot access offset 'buildgroups' on mixed\\.$#" + count: 1 + path: app/cdash/tests/test_timeline.php + + - + message: "#^Cannot access offset 'buildname' on mixed\\.$#" + count: 1 + path: app/cdash/tests/test_timeline.php + + - + message: "#^Cannot access offset 'builds' on mixed\\.$#" + count: 1 + path: app/cdash/tests/test_timeline.php + + - + message: "#^Cannot access offset 'expected' on mixed\\.$#" + count: 1 + path: app/cdash/tests/test_timeline.php + + - + message: "#^Cannot access offset 'id' on mixed\\.$#" + count: 1 + path: app/cdash/tests/test_timeline.php + - message: "#^Loose comparison via \"\\!\\=\" is not allowed\\.$#" count: 3 @@ -23074,11 +28224,31 @@ parameters: count: 1 path: app/cdash/tests/test_timeline.php + - + message: "#^Argument of an invalid type mixed supplied for foreach, only iterables are supported\\.$#" + count: 1 + path: app/cdash/tests/test_timeoutsandmissingtests.php + - message: "#^Call to deprecated method pass\\(\\) of class SimpleTestCase\\.$#" count: 2 path: app/cdash/tests/test_timeoutsandmissingtests.php + - + message: "#^Cannot access offset 'name' on mixed\\.$#" + count: 1 + path: app/cdash/tests/test_timeoutsandmissingtests.php + + - + message: "#^Cannot access offset 'numMissing' on mixed\\.$#" + count: 1 + path: app/cdash/tests/test_timeoutsandmissingtests.php + + - + message: "#^Cannot access offset 'tests' on mixed\\.$#" + count: 1 + path: app/cdash/tests/test_timeoutsandmissingtests.php + - message: "#^Method TimeoutsAndMissingTestsTestCase\\:\\:getLastBuildId\\(\\) has no return type specified\\.$#" count: 1 @@ -23125,6 +28295,21 @@ parameters: count: 1 path: app/cdash/tests/test_timestatus.php + - + message: "#^Cannot access offset 'current' on mixed\\.$#" + count: 1 + path: app/cdash/tests/test_timestatus.php + + - + message: "#^Cannot access offset 'menu' on mixed\\.$#" + count: 1 + path: app/cdash/tests/test_timestatus.php + + - + message: "#^Cannot access offset 'previous' on mixed\\.$#" + count: 1 + path: app/cdash/tests/test_timestatus.php + - message: "#^Loose comparison via \"\\!\\=\" is not allowed\\.$#" count: 1 @@ -23190,26 +28375,121 @@ parameters: count: 1 path: app/cdash/tests/test_timestatus.php + - + message: "#^Parameter \\#1 \\$haystack of function strpos expects string, mixed given\\.$#" + count: 2 + path: app/cdash/tests/test_timestatus.php + - message: "#^Property TimeStatusTestCase\\:\\:\\$PDO has no type specified\\.$#" count: 1 path: app/cdash/tests/test_timestatus.php + - + message: "#^Argument of an invalid type mixed supplied for foreach, only iterables are supported\\.$#" + count: 1 + path: app/cdash/tests/test_timesummary.php + + - + message: "#^Binary operation \"\\.\" between 'Expected configure…' and mixed results in an error\\.$#" + count: 1 + path: app/cdash/tests/test_timesummary.php + + - + message: "#^Binary operation \"\\.\" between 'Expected test…' and mixed results in an error\\.$#" + count: 1 + path: app/cdash/tests/test_timesummary.php + - message: "#^Call to deprecated method pass\\(\\) of class SimpleTestCase\\.$#" count: 1 path: app/cdash/tests/test_timesummary.php + - + message: "#^Cannot access offset 'buildgroups' on mixed\\.$#" + count: 1 + path: app/cdash/tests/test_timesummary.php + + - + message: "#^Cannot access offset 'builds' on mixed\\.$#" + count: 1 + path: app/cdash/tests/test_timesummary.php + + - + message: "#^Cannot access offset 'configure' on mixed\\.$#" + count: 2 + path: app/cdash/tests/test_timesummary.php + + - + message: "#^Cannot access offset 'site' on mixed\\.$#" + count: 1 + path: app/cdash/tests/test_timesummary.php + + - + message: "#^Cannot access offset 'test' on mixed\\.$#" + count: 2 + path: app/cdash/tests/test_timesummary.php + + - + message: "#^Cannot access offset 'timefull' on mixed\\.$#" + count: 2 + path: app/cdash/tests/test_timesummary.php + - message: "#^Method TimeSummaryTestCase\\:\\:testTimeSummary\\(\\) has no return type specified\\.$#" count: 1 path: app/cdash/tests/test_timesummary.php + - + message: "#^Parameter \\#1 \\$array of function array_pop expects array, mixed given\\.$#" + count: 1 + path: app/cdash/tests/test_timesummary.php + - message: "#^Variable \\$build might not be defined\\.$#" count: 4 path: app/cdash/tests/test_timesummary.php + - + message: "#^Argument of an invalid type mixed supplied for foreach, only iterables are supported\\.$#" + count: 1 + path: app/cdash/tests/test_truncateoutput.php + + - + message: "#^Binary operation \"\\.\" between non\\-falsy\\-string and mixed results in an error\\.$#" + count: 1 + path: app/cdash/tests/test_truncateoutput.php + + - + message: "#^Cannot access offset 'errors' on mixed\\.$#" + count: 2 + path: app/cdash/tests/test_truncateoutput.php + + - + message: "#^Cannot access offset 'output' on mixed\\.$#" + count: 1 + path: app/cdash/tests/test_truncateoutput.php + + - + message: "#^Cannot access offset 'stderror' on mixed\\.$#" + count: 1 + path: app/cdash/tests/test_truncateoutput.php + + - + message: "#^Cannot access offset 'stderror'\\|'stdoutput' on mixed\\.$#" + count: 2 + path: app/cdash/tests/test_truncateoutput.php + + - + message: "#^Cannot access offset 'test' on mixed\\.$#" + count: 1 + path: app/cdash/tests/test_truncateoutput.php + + - + message: "#^Cannot access offset 0 on mixed\\.$#" + count: 1 + path: app/cdash/tests/test_truncateoutput.php + - message: "#^Loose comparison via \"\\!\\=\" is not allowed\\.$#" count: 1 @@ -23230,6 +28510,11 @@ parameters: count: 1 path: app/cdash/tests/test_truncateoutput.php + - + message: "#^Parameter \\#1 \\$haystack of function strpos expects string, mixed given\\.$#" + count: 1 + path: app/cdash/tests/test_truncateoutput.php + - message: "#^Property TruncateOutputTestCase\\:\\:\\$BuildId has no type specified\\.$#" count: 1 @@ -23359,6 +28644,11 @@ parameters: count: 1 path: app/cdash/tests/test_updateappend.php + - + message: "#^Argument of an invalid type mixed supplied for foreach, only iterables are supported\\.$#" + count: 1 + path: app/cdash/tests/test_updateonlyuserstats.php + - message: """ #^Call to deprecated method getPdo\\(\\) of class CDash\\\\Database\\: @@ -23373,27 +28663,67 @@ parameters: path: app/cdash/tests/test_updateonlyuserstats.php - - message: "#^Cannot call method execute\\(\\) on PDOStatement\\|false\\.$#" + message: "#^Cannot access offset 'failed_errors'\\|'failed_tests'\\|'failed_warnings'\\|'fixed_errors'\\|'fixed_tests'\\|'fixed_warnings'\\|'totalupdatedfiles' on mixed\\.$#" + count: 1 + path: app/cdash/tests/test_updateonlyuserstats.php + + - + message: "#^Cannot access offset 'id' on mixed\\.$#" + count: 1 + path: app/cdash/tests/test_updateonlyuserstats.php + + - + message: "#^Cannot access offset 'name' on mixed\\.$#" + count: 1 + path: app/cdash/tests/test_updateonlyuserstats.php + + - + message: "#^Cannot access offset 'users' on mixed\\.$#" + count: 2 + path: app/cdash/tests/test_updateonlyuserstats.php + + - + message: "#^Cannot call method execute\\(\\) on PDOStatement\\|false\\.$#" + count: 1 + path: app/cdash/tests/test_updateonlyuserstats.php + + - + message: "#^Cannot call method fetch\\(\\) on PDOStatement\\|false\\.$#" + count: 1 + path: app/cdash/tests/test_updateonlyuserstats.php + + - + message: "#^Method UpdateOnlyUserStatsTestCase\\:\\:testCleanup\\(\\) has no return type specified\\.$#" + count: 1 + path: app/cdash/tests/test_updateonlyuserstats.php + + - + message: "#^Method UpdateOnlyUserStatsTestCase\\:\\:testSetup\\(\\) has no return type specified\\.$#" + count: 1 + path: app/cdash/tests/test_updateonlyuserstats.php + + - + message: "#^Method UpdateOnlyUserStatsTestCase\\:\\:testUpdateOnlyUserStats\\(\\) has no return type specified\\.$#" count: 1 path: app/cdash/tests/test_updateonlyuserstats.php - - message: "#^Cannot call method fetch\\(\\) on PDOStatement\\|false\\.$#" + message: "#^Parameter \\#1 \\$key of function array_key_exists expects int\\|string, mixed given\\.$#" count: 1 path: app/cdash/tests/test_updateonlyuserstats.php - - message: "#^Method UpdateOnlyUserStatsTestCase\\:\\:testCleanup\\(\\) has no return type specified\\.$#" + message: "#^Parameter \\#1 \\$value of function count expects array\\|Countable, mixed given\\.$#" count: 1 path: app/cdash/tests/test_updateonlyuserstats.php - - message: "#^Method UpdateOnlyUserStatsTestCase\\:\\:testSetup\\(\\) has no return type specified\\.$#" + message: "#^Part \\$found \\(mixed\\) of encapsed string cannot be cast to string\\.$#" count: 1 path: app/cdash/tests/test_updateonlyuserstats.php - - message: "#^Method UpdateOnlyUserStatsTestCase\\:\\:testUpdateOnlyUserStats\\(\\) has no return type specified\\.$#" + message: "#^Part \\$name \\(mixed\\) of encapsed string cannot be cast to string\\.$#" count: 1 path: app/cdash/tests/test_updateonlyuserstats.php @@ -23457,6 +28787,26 @@ parameters: count: 1 path: app/cdash/tests/test_upgrade.php + - + message: "#^Binary operation \"\\.\" between 'Expected…' and mixed results in an error\\.$#" + count: 1 + path: app/cdash/tests/test_uploadfile.php + + - + message: "#^Cannot access offset 'buildgroups' on mixed\\.$#" + count: 1 + path: app/cdash/tests/test_uploadfile.php + + - + message: "#^Cannot access offset 'builds' on mixed\\.$#" + count: 1 + path: app/cdash/tests/test_uploadfile.php + + - + message: "#^Cannot access offset 'label' on mixed\\.$#" + count: 1 + path: app/cdash/tests/test_uploadfile.php + - message: "#^Loose comparison via \"\\=\\=\" is not allowed\\.$#" count: 2 @@ -23477,6 +28827,11 @@ parameters: count: 1 path: app/cdash/tests/test_uploadfile.php + - + message: "#^Parameter \\#1 \\$array of function array_pop expects array, mixed given\\.$#" + count: 2 + path: app/cdash/tests/test_uploadfile.php + - message: "#^Property UploadFileTestCase\\:\\:\\$BuildId has no type specified\\.$#" count: 1 @@ -23492,6 +28847,21 @@ parameters: count: 1 path: app/cdash/tests/test_uploadfile.php + - + message: "#^Cannot access property \\$error on mixed\\.$#" + count: 2 + path: app/cdash/tests/test_usernotes.php + + - + message: "#^Cannot access property \\$note on mixed\\.$#" + count: 2 + path: app/cdash/tests/test_usernotes.php + + - + message: "#^Cannot access property \\$requirelogin on mixed\\.$#" + count: 2 + path: app/cdash/tests/test_usernotes.php + - message: "#^Method UserStatisticsTestCase\\:\\:testUserStatistics\\(\\) has no return type specified\\.$#" count: 1 @@ -23533,6 +28903,16 @@ parameters: count: 1 path: app/cdash/tests/test_viewdynamicanalysisfile.php + - + message: "#^Cannot access offset 'buildid' on mixed\\.$#" + count: 1 + path: app/cdash/tests/test_viewdynamicanalysisfile.php + + - + message: "#^Cannot access offset 'id' on mixed\\.$#" + count: 2 + path: app/cdash/tests/test_viewdynamicanalysisfile.php + - message: "#^Cannot call method fetch\\(\\) on PDOStatement\\|false\\.$#" count: 3 @@ -23548,6 +28928,11 @@ parameters: count: 1 path: app/cdash/tests/test_viewdynamicanalysisfile.php + - + message: "#^Parameter \\#1 \\$object_or_class of function property_exists expects object\\|string, mixed given\\.$#" + count: 1 + path: app/cdash/tests/test_viewdynamicanalysisfile.php + - message: "#^Parameter \\#1 \\$stmt of function pdo_execute expects PDOStatement, \\(PDOStatement\\|false\\) given\\.$#" count: 2 @@ -23563,11 +28948,51 @@ parameters: count: 1 path: app/cdash/tests/test_viewmap.php + - + message: "#^Argument of an invalid type mixed supplied for foreach, only iterables are supported\\.$#" + count: 1 + path: app/cdash/tests/test_viewsubprojects.php + + - + message: "#^Binary operation \"\\.\" between 'Expected NA for…' and mixed results in an error\\.$#" + count: 1 + path: app/cdash/tests/test_viewsubprojects.php + + - + message: "#^Binary operation \"\\.\" between literal\\-string&non\\-falsy\\-string and mixed results in an error\\.$#" + count: 1 + path: app/cdash/tests/test_viewsubprojects.php + + - + message: "#^Cannot access offset 'name' on mixed\\.$#" + count: 1 + path: app/cdash/tests/test_viewsubprojects.php + + - + message: "#^Cannot access offset 'nbuilderror'\\|'nbuildpass'\\|'nbuildwarning'\\|'nconfigureerror'\\|'nconfigurepass'\\|'nconfigurewarning'\\|'ntestfail'\\|'ntestnotrun'\\|'ntestpass'\\|'starttime' on mixed\\.$#" + count: 2 + path: app/cdash/tests/test_viewsubprojects.php + + - + message: "#^Cannot access offset 'starttime' on mixed\\.$#" + count: 1 + path: app/cdash/tests/test_viewsubprojects.php + + - + message: "#^Cannot access offset 'subprojects' on mixed\\.$#" + count: 1 + path: app/cdash/tests/test_viewsubprojects.php + - message: "#^Method ViewSubProjectsTestCase\\:\\:testViewSubProjects\\(\\) has no return type specified\\.$#" count: 1 path: app/cdash/tests/test_viewsubprojects.php + - + message: "#^Cannot access offset 'projects' on mixed\\.$#" + count: 2 + path: app/cdash/tests/test_viewsubprojectslinkoption.php + - message: "#^Loose comparison via \"\\=\\=\" is not allowed\\.$#" count: 1 @@ -23598,6 +29023,66 @@ parameters: count: 1 path: app/cdash/tests/test_viewsubprojectslinkoption.php + - + message: "#^Argument of an invalid type mixed supplied for foreach, only iterables are supported\\.$#" + count: 2 + path: app/cdash/tests/trilinos_submission_test.php + + - + message: "#^Binary operation \"\\.\" between 'Expected 36…' and mixed results in an error\\.$#" + count: 1 + path: app/cdash/tests/trilinos_submission_test.php + + - + message: "#^Binary operation \"\\.\" between 'Expected hut11…' and mixed results in an error\\.$#" + count: 1 + path: app/cdash/tests/trilinos_submission_test.php + + - + message: "#^Binary operation \"\\.\" between non\\-falsy\\-string and mixed results in an error\\.$#" + count: 1 + path: app/cdash/tests/trilinos_submission_test.php + + - + message: "#^Cannot access offset 'buildgroups' on mixed\\.$#" + count: 2 + path: app/cdash/tests/trilinos_submission_test.php + + - + message: "#^Cannot access offset 'buildname' on mixed\\.$#" + count: 1 + path: app/cdash/tests/trilinos_submission_test.php + + - + message: "#^Cannot access offset 'builds' on mixed\\.$#" + count: 3 + path: app/cdash/tests/trilinos_submission_test.php + + - + message: "#^Cannot access offset 'id' on mixed\\.$#" + count: 1 + path: app/cdash/tests/trilinos_submission_test.php + + - + message: "#^Cannot access offset 'label' on mixed\\.$#" + count: 1 + path: app/cdash/tests/trilinos_submission_test.php + + - + message: "#^Cannot access offset 'numchildren' on mixed\\.$#" + count: 2 + path: app/cdash/tests/trilinos_submission_test.php + + - + message: "#^Cannot access offset 'site' on mixed\\.$#" + count: 3 + path: app/cdash/tests/trilinos_submission_test.php + + - + message: "#^Cannot access offset mixed on mixed\\.$#" + count: 1 + path: app/cdash/tests/trilinos_submission_test.php + - message: "#^Loose comparison via \"\\!\\=\" is not allowed\\.$#" count: 4 @@ -23663,6 +29148,16 @@ parameters: count: 1 path: app/cdash/tests/trilinos_submission_test.php + - + message: "#^Parameter \\#1 \\$array of function array_pop expects array, mixed given\\.$#" + count: 2 + path: app/cdash/tests/trilinos_submission_test.php + + - + message: "#^Parameter \\#1 \\$value of function count expects array\\|Countable, mixed given\\.$#" + count: 1 + path: app/cdash/tests/trilinos_submission_test.php + - message: "#^Parameter \\#2 \\$string of function explode expects string, string\\|false given\\.$#" count: 1 @@ -23678,6 +29173,11 @@ parameters: count: 1 path: app/cdash/xml_handlers/BazelJSON_handler.php + - + message: "#^Binary operation \"\\.\\=\" between 'bazel ' and mixed results in an error\\.$#" + count: 1 + path: app/cdash/xml_handlers/BazelJSON_handler.php + - message: "#^Call to an undefined method App\\\\Models\\\\Project\\|Illuminate\\\\Database\\\\Eloquent\\\\Collection\\\\:\\:subprojects\\(\\)\\.$#" count: 1 @@ -23707,6 +29207,76 @@ parameters: count: 2 path: app/cdash/xml_handlers/BazelJSON_handler.php + - + message: "#^Cannot access offset 'command' on mixed\\.$#" + count: 1 + path: app/cdash/xml_handlers/BazelJSON_handler.php + + - + message: "#^Cannot access offset 'id' on mixed\\.$#" + count: 9 + path: app/cdash/xml_handlers/BazelJSON_handler.php + + - + message: "#^Cannot access offset 'label' on mixed\\.$#" + count: 4 + path: app/cdash/xml_handlers/BazelJSON_handler.php + + - + message: "#^Cannot access offset 'name' on mixed\\.$#" + count: 1 + path: app/cdash/xml_handlers/BazelJSON_handler.php + + - + message: "#^Cannot access offset 'path' on mixed\\.$#" + count: 1 + path: app/cdash/xml_handlers/BazelJSON_handler.php + + - + message: "#^Cannot access offset 'pattern' on mixed\\.$#" + count: 2 + path: app/cdash/xml_handlers/BazelJSON_handler.php + + - + message: "#^Cannot access offset 'progress' on mixed\\.$#" + count: 1 + path: app/cdash/xml_handlers/BazelJSON_handler.php + + - + message: "#^Cannot access offset 'started' on mixed\\.$#" + count: 2 + path: app/cdash/xml_handlers/BazelJSON_handler.php + + - + message: "#^Cannot access offset 'status' on mixed\\.$#" + count: 1 + path: app/cdash/xml_handlers/BazelJSON_handler.php + + - + message: "#^Cannot access offset 'stdout' on mixed\\.$#" + count: 1 + path: app/cdash/xml_handlers/BazelJSON_handler.php + + - + message: "#^Cannot access offset 'testResult' on mixed\\.$#" + count: 5 + path: app/cdash/xml_handlers/BazelJSON_handler.php + + - + message: "#^Cannot access offset 'testSummary' on mixed\\.$#" + count: 2 + path: app/cdash/xml_handlers/BazelJSON_handler.php + + - + message: "#^Cannot access offset 0 on mixed\\.$#" + count: 1 + path: app/cdash/xml_handlers/BazelJSON_handler.php + + - + message: "#^Cannot access offset int\\\\|int\\<1, max\\>\\|non\\-falsy\\-string on mixed\\.$#" + count: 1 + path: app/cdash/xml_handlers/BazelJSON_handler.php + - message: "#^Cannot call method fetch\\(\\) on PDOStatement\\|false\\.$#" count: 1 @@ -23767,6 +29337,11 @@ parameters: count: 1 path: app/cdash/xml_handlers/BazelJSON_handler.php + - + message: "#^Method BazelJSONHandler\\:\\:GetSubProjectForPath\\(\\) should return string but returns mixed\\.$#" + count: 1 + path: app/cdash/xml_handlers/BazelJSON_handler.php + - message: "#^Method BazelJSONHandler\\:\\:InitializeConfigure\\(\\) has no return type specified\\.$#" count: 1 @@ -23867,16 +29442,46 @@ parameters: count: 1 path: app/cdash/xml_handlers/BazelJSON_handler.php + - + message: "#^Parameter \\#1 \\$array of function array_keys expects array, mixed given\\.$#" + count: 1 + path: app/cdash/xml_handlers/BazelJSON_handler.php + + - + message: "#^Parameter \\#1 \\$filepath of static method BazelJSONHandler\\:\\:GetSubProjectForPath\\(\\) expects string, mixed given\\.$#" + count: 3 + path: app/cdash/xml_handlers/BazelJSON_handler.php + - message: "#^Parameter \\#1 \\$stmt of function pdo_execute expects PDOStatement, \\(PDOStatement\\|false\\) given\\.$#" count: 1 path: app/cdash/xml_handlers/BazelJSON_handler.php + - + message: "#^Parameter \\#1 \\$string of function strtolower expects string, mixed given\\.$#" + count: 1 + path: app/cdash/xml_handlers/BazelJSON_handler.php + - message: "#^Parameter \\#1 \\$string of function substr expects string, string\\|null given\\.$#" count: 3 path: app/cdash/xml_handlers/BazelJSON_handler.php + - + message: "#^Parameter \\#2 \\$array of function array_key_exists expects array, mixed given\\.$#" + count: 9 + path: app/cdash/xml_handlers/BazelJSON_handler.php + + - + message: "#^Parameter \\#2 \\$needle of function str_contains expects string, mixed given\\.$#" + count: 1 + path: app/cdash/xml_handlers/BazelJSON_handler.php + + - + message: "#^Parameter \\#2 \\$string of function explode expects string, mixed given\\.$#" + count: 1 + path: app/cdash/xml_handlers/BazelJSON_handler.php + - message: "#^Parameter \\#2 \\$subject of function preg_match expects string, string\\|null given\\.$#" count: 7 @@ -24005,6 +29610,16 @@ parameters: count: 1 path: app/cdash/xml_handlers/BuildPropertiesJSON_handler.php + - + message: "#^Cannot access property \\$Id on mixed\\.$#" + count: 2 + path: app/cdash/xml_handlers/BuildPropertiesJSON_handler.php + + - + message: "#^Cannot call method FillFromId\\(\\) on mixed\\.$#" + count: 1 + path: app/cdash/xml_handlers/BuildPropertiesJSON_handler.php + - message: "#^Method BuildPropertiesJSONHandler\\:\\:Parse\\(\\) has no return type specified\\.$#" count: 1 @@ -24025,16 +29640,41 @@ parameters: count: 1 path: app/cdash/xml_handlers/BuildPropertiesJSON_handler.php + - + message: "#^Property AbstractSubmissionHandler\\:\\:\\$Build \\(CDash\\\\Model\\\\Build\\) does not accept mixed\\.$#" + count: 1 + path: app/cdash/xml_handlers/BuildPropertiesJSON_handler.php + + - + message: "#^Property CDash\\\\Model\\\\BuildProperties\\:\\:\\$Properties \\(array\\) does not accept mixed\\.$#" + count: 1 + path: app/cdash/xml_handlers/BuildPropertiesJSON_handler.php + - message: "#^Argument of an invalid type array\\\\|false supplied for foreach, only iterables are supported\\.$#" count: 1 path: app/cdash/xml_handlers/GcovTar_handler.php - - message: """ - #^Call to deprecated function add_log\\(\\)\\: - 04/04/2023 Use \\\\Illuminate\\\\Support\\\\Facades\\\\Log for logging instead$# - """ + message: """ + #^Call to deprecated function add_log\\(\\)\\: + 04/04/2023 Use \\\\Illuminate\\\\Support\\\\Facades\\\\Log for logging instead$# + """ + count: 1 + path: app/cdash/xml_handlers/GcovTar_handler.php + + - + message: "#^Cannot call method getFilename\\(\\) on mixed\\.$#" + count: 4 + path: app/cdash/xml_handlers/GcovTar_handler.php + + - + message: "#^Cannot call method getPath\\(\\) on mixed\\.$#" + count: 1 + path: app/cdash/xml_handlers/GcovTar_handler.php + + - + message: "#^Cannot call method isFile\\(\\) on mixed\\.$#" count: 1 path: app/cdash/xml_handlers/GcovTar_handler.php @@ -24143,6 +29783,11 @@ parameters: count: 1 path: app/cdash/xml_handlers/GcovTar_handler.php + - + message: "#^Parameter \\#2 \\$array of function array_key_exists expects array, mixed given\\.$#" + count: 2 + path: app/cdash/xml_handlers/GcovTar_handler.php + - message: "#^Parameter \\#2 \\$offset of function substr expects int, int\\<0, max\\>\\|false given\\.$#" count: 1 @@ -24158,6 +29803,11 @@ parameters: count: 1 path: app/cdash/xml_handlers/GcovTar_handler.php + - + message: "#^Parameter \\#3 \\$subject of function str_replace expects array\\|string, mixed given\\.$#" + count: 1 + path: app/cdash/xml_handlers/GcovTar_handler.php + - message: "#^Property GcovTarHandler\\:\\:\\$AggregateBuildId has no type specified\\.$#" count: 1 @@ -24218,6 +29868,11 @@ parameters: count: 3 path: app/cdash/xml_handlers/JSCoverTar_handler.php + - + message: "#^Argument of an invalid type mixed supplied for foreach, only iterables are supported\\.$#" + count: 1 + path: app/cdash/xml_handlers/JSCoverTar_handler.php + - message: """ #^Call to deprecated function add_log\\(\\)\\: @@ -24231,6 +29886,11 @@ parameters: count: 1 path: app/cdash/xml_handlers/JSCoverTar_handler.php + - + message: "#^Cannot call method getFilename\\(\\) on mixed\\.$#" + count: 1 + path: app/cdash/xml_handlers/JSCoverTar_handler.php + - message: "#^Foreach overwrites \\$coverageSummary with its value variable\\.$#" count: 1 @@ -24276,16 +29936,36 @@ parameters: count: 1 path: app/cdash/xml_handlers/JSCoverTar_handler.php + - + message: "#^Parameter \\#1 \\$key of function array_key_exists expects int\\|string, mixed given\\.$#" + count: 1 + path: app/cdash/xml_handlers/JSCoverTar_handler.php + - message: "#^Parameter \\#1 \\$string of function substr expects string, string\\|false given\\.$#" count: 1 path: app/cdash/xml_handlers/JSCoverTar_handler.php + - + message: "#^Parameter \\#1 \\$string of function trim expects string, mixed given\\.$#" + count: 1 + path: app/cdash/xml_handlers/JSCoverTar_handler.php + + - + message: "#^Parameter \\#2 \\$array of function array_key_exists expects array, mixed given\\.$#" + count: 1 + path: app/cdash/xml_handlers/JSCoverTar_handler.php + - message: "#^Property JSCoverTarHandler\\:\\:\\$CoverageSummaries has no type specified\\.$#" count: 1 path: app/cdash/xml_handlers/JSCoverTar_handler.php + - + message: "#^Argument of an invalid type mixed supplied for foreach, only iterables are supported\\.$#" + count: 1 + path: app/cdash/xml_handlers/JavaJSONTar_handler.php + - message: """ #^Call to deprecated function add_log\\(\\)\\: @@ -24299,6 +29979,11 @@ parameters: count: 1 path: app/cdash/xml_handlers/JavaJSONTar_handler.php + - + message: "#^Cannot call method getFilename\\(\\) on mixed\\.$#" + count: 2 + path: app/cdash/xml_handlers/JavaJSONTar_handler.php + - message: "#^Loose comparison via \"\\=\\=\" is not allowed\\.$#" count: 2 @@ -24359,6 +30044,11 @@ parameters: count: 1 path: app/cdash/xml_handlers/JavaJSONTar_handler.php + - + message: "#^Parameter \\#2 \\$array of function array_key_exists expects array, mixed given\\.$#" + count: 2 + path: app/cdash/xml_handlers/JavaJSONTar_handler.php + - message: "#^Property JavaJSONTarHandler\\:\\:\\$CoverageSummaries has no type specified\\.$#" count: 1 @@ -24427,6 +30117,16 @@ parameters: count: 1 path: app/cdash/xml_handlers/OpenCoverTar_handler.php + - + message: "#^Cannot call method getFilename\\(\\) on mixed\\.$#" + count: 4 + path: app/cdash/xml_handlers/OpenCoverTar_handler.php + + - + message: "#^Cannot call method getPath\\(\\) on mixed\\.$#" + count: 1 + path: app/cdash/xml_handlers/OpenCoverTar_handler.php + - message: "#^Foreach overwrites \\$coverageSummary with its value variable\\.$#" count: 1 @@ -24582,6 +30282,11 @@ parameters: count: 2 path: app/cdash/xml_handlers/OpenCoverTar_handler.php + - + message: "#^Parameter \\#2 \\$array of function array_key_exists expects array, mixed given\\.$#" + count: 1 + path: app/cdash/xml_handlers/OpenCoverTar_handler.php + - message: "#^Parameter \\#2 \\$data of function xml_parse expects string, string\\|false given\\.$#" count: 1 @@ -24650,6 +30355,16 @@ parameters: count: 1 path: app/cdash/xml_handlers/SubProjectDirectories_handler.php + - + message: "#^Cannot access property \\$Id on mixed\\.$#" + count: 1 + path: app/cdash/xml_handlers/abstract_xml_handler.php + + - + message: "#^Cannot call method Fill\\(\\) on mixed\\.$#" + count: 1 + path: app/cdash/xml_handlers/abstract_xml_handler.php + - message: "#^Class AbstractXmlHandler has an uninitialized property \\$Project\\. Give it default value or assign it in the constructor\\.$#" count: 1 @@ -24745,6 +30460,11 @@ parameters: count: 1 path: app/cdash/xml_handlers/abstract_xml_handler.php + - + message: "#^Property AbstractXmlHandler\\:\\:\\$Project \\(CDash\\\\Model\\\\Project\\) does not accept mixed\\.$#" + count: 1 + path: app/cdash/xml_handlers/abstract_xml_handler.php + - message: "#^Property AbstractXmlHandler\\:\\:\\$SubProjectName has no type specified\\.$#" count: 1 @@ -24755,6 +30475,11 @@ parameters: count: 1 path: app/cdash/xml_handlers/abstract_xml_handler.php + - + message: "#^Binary operation \"/\" between mixed and 2 results in an error\\.$#" + count: 1 + path: app/cdash/xml_handlers/build_handler.php + - message: "#^Call to an undefined method object\\:\\:AddLabel\\(\\)\\.$#" count: 1 @@ -24770,6 +30495,76 @@ parameters: count: 1 path: app/cdash/xml_handlers/build_handler.php + - + message: "#^Cannot access property \\$CompilerName on mixed\\.$#" + count: 2 + path: app/cdash/xml_handlers/build_handler.php + + - + message: "#^Cannot access property \\$CompilerVersion on mixed\\.$#" + count: 2 + path: app/cdash/xml_handlers/build_handler.php + + - + message: "#^Cannot access property \\$Generator on mixed\\.$#" + count: 2 + path: app/cdash/xml_handlers/build_handler.php + + - + message: "#^Cannot access property \\$Name on mixed\\.$#" + count: 2 + path: app/cdash/xml_handlers/build_handler.php + + - + message: "#^Cannot access property \\$OSName on mixed\\.$#" + count: 2 + path: app/cdash/xml_handlers/build_handler.php + + - + message: "#^Cannot access property \\$OSPlatform on mixed\\.$#" + count: 2 + path: app/cdash/xml_handlers/build_handler.php + + - + message: "#^Cannot access property \\$OSRelease on mixed\\.$#" + count: 2 + path: app/cdash/xml_handlers/build_handler.php + + - + message: "#^Cannot access property \\$OSVersion on mixed\\.$#" + count: 2 + path: app/cdash/xml_handlers/build_handler.php + + - + message: "#^Cannot access property \\$SiteId on mixed\\.$#" + count: 2 + path: app/cdash/xml_handlers/build_handler.php + + - + message: "#^Cannot access property \\$Type on mixed\\.$#" + count: 5 + path: app/cdash/xml_handlers/build_handler.php + + - + message: "#^Cannot call method SetId\\(\\) on mixed\\.$#" + count: 1 + path: app/cdash/xml_handlers/build_handler.php + + - + message: "#^Cannot call method SetPullRequest\\(\\) on mixed\\.$#" + count: 2 + path: app/cdash/xml_handlers/build_handler.php + + - + message: "#^Cannot call method SetStamp\\(\\) on mixed\\.$#" + count: 2 + path: app/cdash/xml_handlers/build_handler.php + + - + message: "#^Cannot call method SetText\\(\\) on mixed\\.$#" + count: 1 + path: app/cdash/xml_handlers/build_handler.php + - message: "#^Class BuildHandler has an uninitialized property \\$BuildInformation\\. Give it default value or assign it in the constructor\\.$#" count: 1 @@ -24785,6 +30580,11 @@ parameters: count: 29 path: app/cdash/xml_handlers/build_handler.php + - + message: "#^Method BuildHandler\\:\\:GetBuildGroup\\(\\) should return CDash\\\\Model\\\\BuildGroup but returns mixed\\.$#" + count: 1 + path: app/cdash/xml_handlers/build_handler.php + - message: "#^Method BuildHandler\\:\\:GetCommitAuthors\\(\\) return type has no value type specified in iterable type array\\.$#" count: 1 @@ -24870,6 +30670,11 @@ parameters: count: 1 path: app/cdash/xml_handlers/build_handler.php + - + message: "#^Part \\$threshold \\(mixed\\) of encapsed string cannot be cast to string\\.$#" + count: 1 + path: app/cdash/xml_handlers/build_handler.php + - message: "#^Property BuildHandler\\:\\:\\$BuildCommand has no type specified\\.$#" count: 1 @@ -25451,82 +31256,217 @@ parameters: path: app/cdash/xml_handlers/done_handler.php - - message: "#^Method DoneHandler\\:\\:startElement\\(\\) has parameter \\$name with no type specified\\.$#" + message: "#^Method DoneHandler\\:\\:startElement\\(\\) has parameter \\$name with no type specified\\.$#" + count: 1 + path: app/cdash/xml_handlers/done_handler.php + + - + message: "#^Method DoneHandler\\:\\:startElement\\(\\) has parameter \\$parser with no type specified\\.$#" + count: 1 + path: app/cdash/xml_handlers/done_handler.php + + - + message: "#^Method DoneHandler\\:\\:text\\(\\) has no return type specified\\.$#" + count: 1 + path: app/cdash/xml_handlers/done_handler.php + + - + message: "#^Method DoneHandler\\:\\:text\\(\\) has parameter \\$data with no type specified\\.$#" + count: 1 + path: app/cdash/xml_handlers/done_handler.php + + - + message: "#^Method DoneHandler\\:\\:text\\(\\) has parameter \\$parser with no type specified\\.$#" + count: 1 + path: app/cdash/xml_handlers/done_handler.php + + - + message: "#^Property DoneHandler\\:\\:\\$FinalAttempt has no type specified\\.$#" + count: 1 + path: app/cdash/xml_handlers/done_handler.php + + - + message: "#^Property DoneHandler\\:\\:\\$PendingSubmissions has no type specified\\.$#" + count: 1 + path: app/cdash/xml_handlers/done_handler.php + + - + message: "#^Property DoneHandler\\:\\:\\$Requeue has no type specified\\.$#" + count: 1 + path: app/cdash/xml_handlers/done_handler.php + + - + message: "#^Property DoneHandler\\:\\:\\$backupFileName has no type specified\\.$#" + count: 1 + path: app/cdash/xml_handlers/done_handler.php + + - + message: "#^Access to an undefined property DynamicAnalysisHandler\\:\\:\\$BuildName\\.$#" + count: 5 + path: app/cdash/xml_handlers/dynamic_analysis_handler.php + + - + message: "#^Access to an undefined property DynamicAnalysisHandler\\:\\:\\$BuildStamp\\.$#" + count: 3 + path: app/cdash/xml_handlers/dynamic_analysis_handler.php + + - + message: "#^Access to an undefined property DynamicAnalysisHandler\\:\\:\\$Generator\\.$#" + count: 2 + path: app/cdash/xml_handlers/dynamic_analysis_handler.php + + - + message: "#^Access to an undefined property DynamicAnalysisHandler\\:\\:\\$PullRequest\\.$#" + count: 1 + path: app/cdash/xml_handlers/dynamic_analysis_handler.php + + - + message: "#^Call to an undefined method CDash\\\\Messaging\\\\Preferences\\\\NotificationPreferencesInterface\\:\\:get\\(\\)\\.$#" + count: 1 + path: app/cdash/xml_handlers/dynamic_analysis_handler.php + + - + message: "#^Call to function in_array\\(\\) requires parameter \\#3 to be set\\.$#" + count: 1 + path: app/cdash/xml_handlers/dynamic_analysis_handler.php + + - + message: "#^Cannot access offset mixed on 0\\|0\\.0\\|''\\|'0'\\|array\\{\\}\\|false\\|null\\.$#" + count: 1 + path: app/cdash/xml_handlers/dynamic_analysis_handler.php + + - + message: "#^Cannot access property \\$BuildId on mixed\\.$#" + count: 2 + path: app/cdash/xml_handlers/dynamic_analysis_handler.php + + - + message: "#^Cannot access property \\$Checker on mixed\\.$#" + count: 4 + path: app/cdash/xml_handlers/dynamic_analysis_handler.php + + - + message: "#^Cannot access property \\$CompilerName on mixed\\.$#" + count: 1 + path: app/cdash/xml_handlers/dynamic_analysis_handler.php + + - + message: "#^Cannot access property \\$CompilerVersion on mixed\\.$#" + count: 1 + path: app/cdash/xml_handlers/dynamic_analysis_handler.php + + - + message: "#^Cannot access property \\$Empty on mixed\\.$#" + count: 2 + path: app/cdash/xml_handlers/dynamic_analysis_handler.php + + - + message: "#^Cannot access property \\$EndTime on mixed\\.$#" + count: 1 + path: app/cdash/xml_handlers/dynamic_analysis_handler.php + + - + message: "#^Cannot access property \\$Generator on mixed\\.$#" + count: 1 + path: app/cdash/xml_handlers/dynamic_analysis_handler.php + + - + message: "#^Cannot access property \\$Id on mixed\\.$#" + count: 4 + path: app/cdash/xml_handlers/dynamic_analysis_handler.php + + - + message: "#^Cannot access property \\$InsertErrors on mixed\\.$#" + count: 1 + path: app/cdash/xml_handlers/dynamic_analysis_handler.php + + - + message: "#^Cannot access property \\$Name on mixed\\.$#" + count: 1 + path: app/cdash/xml_handlers/dynamic_analysis_handler.php + + - + message: "#^Cannot access property \\$OSName on mixed\\.$#" count: 1 - path: app/cdash/xml_handlers/done_handler.php + path: app/cdash/xml_handlers/dynamic_analysis_handler.php - - message: "#^Method DoneHandler\\:\\:startElement\\(\\) has parameter \\$parser with no type specified\\.$#" + message: "#^Cannot access property \\$OSPlatform on mixed\\.$#" count: 1 - path: app/cdash/xml_handlers/done_handler.php + path: app/cdash/xml_handlers/dynamic_analysis_handler.php - - message: "#^Method DoneHandler\\:\\:text\\(\\) has no return type specified\\.$#" + message: "#^Cannot access property \\$OSRelease on mixed\\.$#" count: 1 - path: app/cdash/xml_handlers/done_handler.php + path: app/cdash/xml_handlers/dynamic_analysis_handler.php - - message: "#^Method DoneHandler\\:\\:text\\(\\) has parameter \\$data with no type specified\\.$#" + message: "#^Cannot access property \\$OSVersion on mixed\\.$#" count: 1 - path: app/cdash/xml_handlers/done_handler.php + path: app/cdash/xml_handlers/dynamic_analysis_handler.php - - message: "#^Method DoneHandler\\:\\:text\\(\\) has parameter \\$parser with no type specified\\.$#" + message: "#^Cannot access property \\$ProjectId on mixed\\.$#" count: 1 - path: app/cdash/xml_handlers/done_handler.php + path: app/cdash/xml_handlers/dynamic_analysis_handler.php - - message: "#^Property DoneHandler\\:\\:\\$FinalAttempt has no type specified\\.$#" + message: "#^Cannot access property \\$SiteId on mixed\\.$#" count: 1 - path: app/cdash/xml_handlers/done_handler.php + path: app/cdash/xml_handlers/dynamic_analysis_handler.php - - message: "#^Property DoneHandler\\:\\:\\$PendingSubmissions has no type specified\\.$#" + message: "#^Cannot access property \\$StartTime on mixed\\.$#" count: 1 - path: app/cdash/xml_handlers/done_handler.php + path: app/cdash/xml_handlers/dynamic_analysis_handler.php - - message: "#^Property DoneHandler\\:\\:\\$Requeue has no type specified\\.$#" + message: "#^Cannot access property \\$Status on mixed\\.$#" + count: 2 + path: app/cdash/xml_handlers/dynamic_analysis_handler.php + + - + message: "#^Cannot access property \\$SubmitTime on mixed\\.$#" count: 1 - path: app/cdash/xml_handlers/done_handler.php + path: app/cdash/xml_handlers/dynamic_analysis_handler.php - - message: "#^Property DoneHandler\\:\\:\\$backupFileName has no type specified\\.$#" + message: "#^Cannot access property \\$Type on mixed\\.$#" count: 1 - path: app/cdash/xml_handlers/done_handler.php + path: app/cdash/xml_handlers/dynamic_analysis_handler.php - - message: "#^Access to an undefined property DynamicAnalysisHandler\\:\\:\\$BuildName\\.$#" - count: 5 + message: "#^Cannot call method GetIdFromName\\(\\) on mixed\\.$#" + count: 1 path: app/cdash/xml_handlers/dynamic_analysis_handler.php - - message: "#^Access to an undefined property DynamicAnalysisHandler\\:\\:\\$BuildStamp\\.$#" - count: 3 + message: "#^Cannot call method Insert\\(\\) on mixed\\.$#" + count: 1 path: app/cdash/xml_handlers/dynamic_analysis_handler.php - - message: "#^Access to an undefined property DynamicAnalysisHandler\\:\\:\\$Generator\\.$#" - count: 2 + message: "#^Cannot call method RemoveIfDone\\(\\) on mixed\\.$#" + count: 1 path: app/cdash/xml_handlers/dynamic_analysis_handler.php - - message: "#^Access to an undefined property DynamicAnalysisHandler\\:\\:\\$PullRequest\\.$#" + message: "#^Cannot call method SetId\\(\\) on mixed\\.$#" count: 1 path: app/cdash/xml_handlers/dynamic_analysis_handler.php - - message: "#^Call to an undefined method CDash\\\\Messaging\\\\Preferences\\\\NotificationPreferencesInterface\\:\\:get\\(\\)\\.$#" + message: "#^Cannot call method SetStamp\\(\\) on mixed\\.$#" count: 1 path: app/cdash/xml_handlers/dynamic_analysis_handler.php - - message: "#^Call to function in_array\\(\\) requires parameter \\#3 to be set\\.$#" + message: "#^Cannot call method SetSubProject\\(\\) on mixed\\.$#" count: 1 path: app/cdash/xml_handlers/dynamic_analysis_handler.php - - message: "#^Cannot access offset mixed on 0\\|0\\.0\\|''\\|'0'\\|array\\{\\}\\|false\\|null\\.$#" + message: "#^Cannot call method UpdateBuild\\(\\) on mixed\\.$#" count: 1 path: app/cdash/xml_handlers/dynamic_analysis_handler.php @@ -25550,6 +31490,11 @@ parameters: count: 22 path: app/cdash/xml_handlers/dynamic_analysis_handler.php + - + message: "#^Method DynamicAnalysisHandler\\:\\:GetBuildGroup\\(\\) should return CDash\\\\Model\\\\BuildGroup but returns mixed\\.$#" + count: 1 + path: app/cdash/xml_handlers/dynamic_analysis_handler.php + - message: "#^Method DynamicAnalysisHandler\\:\\:__construct\\(\\) has parameter \\$projectID with no type specified\\.$#" count: 1 @@ -25620,6 +31565,11 @@ parameters: count: 1 path: app/cdash/xml_handlers/dynamic_analysis_handler.php + - + message: "#^Parameter \\#1 \\$build of static method App\\\\Utils\\\\SubmissionUtils\\:\\:add_build\\(\\) expects CDash\\\\Model\\\\Build, mixed given\\.$#" + count: 1 + path: app/cdash/xml_handlers/dynamic_analysis_handler.php + - message: "#^Property DynamicAnalysisHandler\\:\\:\\$BuildInformation type has no value type specified in iterable type array\\.$#" count: 1 @@ -25635,6 +31585,11 @@ parameters: count: 1 path: app/cdash/xml_handlers/dynamic_analysis_handler.php + - + message: "#^Property DynamicAnalysisHandler\\:\\:\\$DynamicAnalysis \\(CDash\\\\Model\\\\DynamicAnalysis\\) does not accept mixed\\.$#" + count: 2 + path: app/cdash/xml_handlers/dynamic_analysis_handler.php + - message: "#^Property DynamicAnalysisHandler\\:\\:\\$DynamicAnalysisDefect has no type specified\\.$#" count: 1 @@ -25948,6 +31903,46 @@ parameters: count: 1 path: app/cdash/xml_handlers/testing_handler.php + - + message: "#^Cannot access property \\$Data on mixed\\.$#" + count: 1 + path: app/cdash/xml_handlers/testing_handler.php + + - + message: "#^Cannot access property \\$Extension on mixed\\.$#" + count: 1 + path: app/cdash/xml_handlers/testing_handler.php + + - + message: "#^Cannot access property \\$Id on mixed\\.$#" + count: 2 + path: app/cdash/xml_handlers/testing_handler.php + + - + message: "#^Cannot access property \\$Name on mixed\\.$#" + count: 1 + path: app/cdash/xml_handlers/testing_handler.php + + - + message: "#^Cannot access property \\$name on mixed\\.$#" + count: 2 + path: app/cdash/xml_handlers/testing_handler.php + + - + message: "#^Cannot access property \\$type on mixed\\.$#" + count: 1 + path: app/cdash/xml_handlers/testing_handler.php + + - + message: "#^Cannot call method SetId\\(\\) on mixed\\.$#" + count: 1 + path: app/cdash/xml_handlers/testing_handler.php + + - + message: "#^Cannot call method UpdateTestDuration\\(\\) on mixed\\.$#" + count: 1 + path: app/cdash/xml_handlers/testing_handler.php + - message: "#^Class TestingHandler has an uninitialized property \\$BuildInformation\\. Give it default value or assign it in the constructor\\.$#" count: 1 @@ -25963,6 +31958,11 @@ parameters: count: 34 path: app/cdash/xml_handlers/testing_handler.php + - + message: "#^Method TestingHandler\\:\\:GetBuildGroup\\(\\) should return CDash\\\\Model\\\\BuildGroup but returns mixed\\.$#" + count: 1 + path: app/cdash/xml_handlers/testing_handler.php + - message: "#^Method TestingHandler\\:\\:GetCommitAuthors\\(\\) return type has no value type specified in iterable type array\\.$#" count: 1 @@ -26038,6 +32038,11 @@ parameters: count: 3 path: app/cdash/xml_handlers/testing_handler.php + - + message: "#^Property AbstractXmlHandler\\:\\:\\$Project \\(CDash\\\\Model\\\\Project\\) does not accept mixed\\.$#" + count: 1 + path: app/cdash/xml_handlers/testing_handler.php + - message: "#^Property TestingHandler\\:\\:\\$BuildInformation type has no value type specified in iterable type array\\.$#" count: 1 @@ -26278,6 +32283,26 @@ parameters: count: 1 path: app/cdash/xml_handlers/update_handler.php + - + message: "#^Cannot access property \\$Append on mixed\\.$#" + count: 1 + path: app/cdash/xml_handlers/update_handler.php + + - + message: "#^Cannot access property \\$Generator on mixed\\.$#" + count: 1 + path: app/cdash/xml_handlers/update_handler.php + + - + message: "#^Cannot access property \\$Status on mixed\\.$#" + count: 1 + path: app/cdash/xml_handlers/update_handler.php + + - + message: "#^Cannot call method SetId\\(\\) on mixed\\.$#" + count: 1 + path: app/cdash/xml_handlers/update_handler.php + - message: "#^Construct empty\\(\\) is not allowed\\. Use more strict comparison\\.$#" count: 2 @@ -26293,6 +32318,11 @@ parameters: count: 23 path: app/cdash/xml_handlers/update_handler.php + - + message: "#^Method UpdateHandler\\:\\:GetBuildGroup\\(\\) should return CDash\\\\Model\\\\BuildGroup but returns mixed\\.$#" + count: 1 + path: app/cdash/xml_handlers/update_handler.php + - message: "#^Method UpdateHandler\\:\\:GetCommitAuthors\\(\\) return type has no value type specified in iterable type array\\.$#" count: 1 @@ -26343,6 +32373,11 @@ parameters: count: 1 path: app/cdash/xml_handlers/update_handler.php + - + message: "#^Property AbstractSubmissionHandler\\:\\:\\$Build \\(CDash\\\\Model\\\\Build\\) does not accept mixed\\.$#" + count: 2 + path: app/cdash/xml_handlers/update_handler.php + - message: "#^Property UpdateHandler\\:\\:\\$EndTimeStamp has no type specified\\.$#" count: 1 @@ -26508,6 +32543,11 @@ parameters: count: 1 path: app/cdash/xml_handlers/upload_handler.php + - + message: "#^Parameter \\#1 \\$basePath of class Illuminate\\\\Foundation\\\\Application constructor expects string\\|null, mixed given\\.$#" + count: 1 + path: bootstrap/app.php + - message: "#^Parameter \\#1 \\$title of static method Illuminate\\\\Support\\\\Str\\:\\:slug\\(\\) expects string, bool\\|string given\\.$#" count: 1 @@ -26658,6 +32698,21 @@ parameters: count: 4 path: database/migrations/2020_01_10_120602_drop_cdash_at_home.php + - + message: "#^Binary operation \"\\+\" between mixed and 4999 results in an error\\.$#" + count: 1 + path: database/migrations/2020_02_17_112005_reformat_test_data.php + + - + message: "#^Binary operation \"\\+\\=\" between mixed and 5000 results in an error\\.$#" + count: 1 + path: database/migrations/2020_02_17_112005_reformat_test_data.php + + - + message: "#^Binary operation \"\\-\" between mixed and mixed results in an error\\.$#" + count: 1 + path: database/migrations/2020_02_17_112005_reformat_test_data.php + - message: "#^Loose comparison via \"\\=\\=\" is not allowed\\.$#" count: 3 @@ -26683,11 +32738,91 @@ parameters: count: 1 path: database/migrations/2020_02_17_112005_reformat_test_data.php + - + message: "#^Part \\$start \\(mixed\\) of encapsed string cannot be cast to string\\.$#" + count: 2 + path: database/migrations/2020_02_17_112005_reformat_test_data.php + + - + message: "#^Cannot access property \\$id on mixed\\.$#" + count: 1 + path: database/migrations/2021_09_23_124054_add_measurement_order.php + + - + message: "#^Cannot access property \\$projectid on mixed\\.$#" + count: 1 + path: database/migrations/2021_09_23_124054_add_measurement_order.php + - message: "#^Parameter \\#3 \\$subject of function str_replace expects array\\|string, \\(array\\\\|string\\|null\\) given\\.$#" count: 1 path: database/migrations/2023_04_16_204249_project_name_regex.php + - + message: "#^Cannot call method getBaseName\\(\\) on mixed\\.$#" + count: 1 + path: database/migrations/2023_11_13_190025_move_uploaded_files_to_storage.php + + - + message: "#^Cannot call method getRealPath\\(\\) on mixed\\.$#" + count: 1 + path: database/migrations/2023_11_13_190025_move_uploaded_files_to_storage.php + + - + message: "#^Binary operation \"\\+\" between mixed and 4999 results in an error\\.$#" + count: 1 + path: database/migrations/2024_04_17_183212_remove_test_table.php + + - + message: "#^Binary operation \"\\+\\=\" between mixed and 5000 results in an error\\.$#" + count: 1 + path: database/migrations/2024_04_17_183212_remove_test_table.php + + - + message: "#^Binary operation \"\\-\" between mixed and mixed results in an error\\.$#" + count: 1 + path: database/migrations/2024_04_17_183212_remove_test_table.php + + - + message: "#^Part \\$start \\(mixed\\) of encapsed string cannot be cast to string\\.$#" + count: 2 + path: database/migrations/2024_04_17_183212_remove_test_table.php + + - + message: "#^Cannot access offset 'Id' on mixed\\.$#" + count: 1 + path: database/seeds/DatabaseSeeder.php + + - + message: "#^Cannot cast mixed to int\\.$#" + count: 1 + path: database/seeds/DatabaseSeeder.php + + - + message: "#^Method SocialiteProviders\\\\PingIdentity\\\\Provider\\:\\:getAuthEndpoint\\(\\) should return string but returns mixed\\.$#" + count: 1 + path: resources/providers/PingIdentity/Provider.php + + - + message: "#^Method SocialiteProviders\\\\PingIdentity\\\\Provider\\:\\:getInstanceUri\\(\\) should return string but returns mixed\\.$#" + count: 1 + path: resources/providers/PingIdentity/Provider.php + + - + message: "#^Method SocialiteProviders\\\\PingIdentity\\\\Provider\\:\\:getTokenEndpoint\\(\\) should return string but returns mixed\\.$#" + count: 1 + path: resources/providers/PingIdentity/Provider.php + + - + message: "#^Method SocialiteProviders\\\\PingIdentity\\\\Provider\\:\\:getUserByToken\\(\\) should return array\\ but returns mixed\\.$#" + count: 1 + path: resources/providers/PingIdentity/Provider.php + + - + message: "#^Method SocialiteProviders\\\\PingIdentity\\\\Provider\\:\\:getUserEndpoint\\(\\) should return string but returns mixed\\.$#" + count: 1 + path: resources/providers/PingIdentity/Provider.php + - message: "#^Method SocialiteProviders\\\\PingIdentity\\\\Provider\\:\\:mapUserToObject\\(\\) has parameter \\$user with no value type specified in iterable type array\\.$#" count: 1 @@ -26723,6 +32858,11 @@ parameters: count: 1 path: server.php + - + message: "#^Parameter \\#1 \\$url of function parse_url expects string, mixed given\\.$#" + count: 1 + path: server.php + - message: "#^Access to an undefined property CDash\\\\Model\\\\Build\\:\\:\\$Endime\\.$#" count: 2 @@ -26804,11 +32944,61 @@ parameters: count: 5 path: tests/Feature/GraphQL/ProjectTypeTest.php + - + message: "#^Binary operation \"\\.\" between mixed and '_' results in an error\\.$#" + count: 1 + path: tests/Feature/GraphQL/SiteTypeTest.php + + - + message: "#^Cannot access offset 'edges' on mixed\\.$#" + count: 3 + path: tests/Feature/GraphQL/SiteTypeTest.php + + - + message: "#^Cannot access offset 'information' on mixed\\.$#" + count: 1 + path: tests/Feature/GraphQL/SiteTypeTest.php + + - + message: "#^Cannot access offset 'node' on mixed\\.$#" + count: 3 + path: tests/Feature/GraphQL/SiteTypeTest.php + + - + message: "#^Cannot access offset 'projects' on mixed\\.$#" + count: 1 + path: tests/Feature/GraphQL/SiteTypeTest.php + + - + message: "#^Cannot access offset 'sites' on mixed\\.$#" + count: 1 + path: tests/Feature/GraphQL/SiteTypeTest.php + + - + message: "#^Cannot access offset 'timestamp' on mixed\\.$#" + count: 1 + path: tests/Feature/GraphQL/SiteTypeTest.php + + - + message: "#^Cannot access offset 0 on mixed\\.$#" + count: 3 + path: tests/Feature/GraphQL/SiteTypeTest.php + + - + message: "#^Parameter \\#1 \\$time of static method Carbon\\\\Carbon\\:\\:parse\\(\\) expects DateTimeInterface\\|string\\|null, mixed given\\.$#" + count: 1 + path: tests/Feature/GraphQL/SiteTypeTest.php + - message: "#^Dynamic call to static method Illuminate\\\\Database\\\\Eloquent\\\\Builder\\\\:\\:count\\(\\)\\.$#" count: 4 path: tests/Feature/Jobs/PruneJobsTest.php + - + message: "#^Cannot access offset 0 on mixed\\.$#" + count: 48 + path: tests/Feature/LdapIntegration.php + - message: "#^Dynamic call to static method Illuminate\\\\Database\\\\Eloquent\\\\Relations\\\\BelongsToMany\\\\:\\:pluck\\(\\)\\.$#" count: 3 @@ -26844,6 +33034,46 @@ parameters: count: 3 path: tests/Feature/LoginAndRegistration.php + - + message: "#^Cannot access offset 'color' on mixed\\.$#" + count: 6 + path: tests/Feature/Monitor.php + + - + message: "#^Cannot access offset 'data' on mixed\\.$#" + count: 3 + path: tests/Feature/Monitor.php + + - + message: "#^Cannot access offset 'name' on mixed\\.$#" + count: 2 + path: tests/Feature/Monitor.php + + - + message: "#^Cannot access offset 'time_chart_data' on mixed\\.$#" + count: 2 + path: tests/Feature/Monitor.php + + - + message: "#^Cannot access offset 'values' on mixed\\.$#" + count: 2 + path: tests/Feature/Monitor.php + + - + message: "#^Cannot access offset 0 on mixed\\.$#" + count: 5 + path: tests/Feature/Monitor.php + + - + message: "#^Cannot access offset 1 on mixed\\.$#" + count: 7 + path: tests/Feature/Monitor.php + + - + message: "#^Parameter \\#1 \\$array of function end expects array\\|object, mixed given\\.$#" + count: 2 + path: tests/Feature/Monitor.php + - message: "#^Cannot access property \\$id on App\\\\Models\\\\User\\|null\\.$#" count: 1 @@ -26924,6 +33154,16 @@ parameters: count: 1 path: tests/Unit/app/ControllerNameTest.php + - + message: "#^Parameter \\#2 \\.\\.\\.\\$arrays of function array_merge expects array, mixed given\\.$#" + count: 1 + path: tests/Unit/app/ControllerNameTest.php + + - + message: "#^Parameter \\#3 \\$subject of function str_replace expects array\\|string, mixed given\\.$#" + count: 1 + path: tests/Unit/app/ControllerNameTest.php + - message: """ #^Call to deprecated method setMethods\\(\\) of class PHPUnit\\\\Framework\\\\MockObject\\\\MockBuilder\\: diff --git a/phpstan.neon b/phpstan.neon index 5690cc9df..0461fc6f0 100644 --- a/phpstan.neon +++ b/phpstan.neon @@ -43,8 +43,9 @@ parameters: checkUninitializedProperties: true checkTooWideReturnTypesInProtectedAndPublicMethods: true checkBenevolentUnionTypes: true + reportAnyTypeWideningInVarTag: true - level: 8 + level: 9 includes: - vendor/phpstan/phpstan/conf/bleedingEdge.neon