From 42722e7e13054cd8eaba03c70426c710242ea4f9 Mon Sep 17 00:00:00 2001 From: Stefano Sonzogni Date: Mon, 28 Oct 2024 12:03:27 +0000 Subject: [PATCH] fix selection --- composer.lock | 465 +++++++++--------- src/Application.php | 1 - src/Controller/SelectionsController.php | 6 + src/Model/Entity/Club.php | 1 - src/Model/Entity/Selection.php | 3 + src/Model/Table/ArticlesTable.php | 22 +- src/Model/Table/ChampionshipsTable.php | 22 +- src/Model/Table/ClubsTable.php | 22 +- src/Model/Table/DispositionsTable.php | 22 +- src/Model/Table/LeaguesTable.php | 22 +- src/Model/Table/LineupsTable.php | 22 +- src/Model/Table/MatchdaysTable.php | 22 +- src/Model/Table/MembersStatsTable.php | 22 +- src/Model/Table/MembersTable.php | 22 +- src/Model/Table/MembersTeamsTable.php | 22 +- .../Table/NotificationSubscriptionsTable.php | 22 +- src/Model/Table/PlayersTable.php | 22 +- .../Table/PublicKeyCredentialSourcesTable.php | 22 +- src/Model/Table/PushSubscriptionsTable.php | 22 +- src/Model/Table/RatingsTable.php | 22 +- src/Model/Table/RolesTable.php | 22 +- src/Model/Table/RollOfHonorsTable.php | 22 +- src/Model/Table/ScoresTable.php | 22 +- src/Model/Table/SeasonsTable.php | 22 +- src/Model/Table/SelectionsTable.php | 52 +- src/Model/Table/TeamsTable.php | 22 +- src/Model/Table/TransfertsTable.php | 22 +- src/Model/Table/UsersTable.php | 22 +- src/Service/TransfertService.php | 2 +- src/Stream/Verb/Aggregated/Lineup.php | 4 +- 30 files changed, 530 insertions(+), 488 deletions(-) diff --git a/composer.lock b/composer.lock index f526f342..f413e658 100644 --- a/composer.lock +++ b/composer.lock @@ -235,16 +235,16 @@ }, { "name": "cakephp/authentication", - "version": "3.1.1", + "version": "3.2.1", "source": { "type": "git", "url": "https://github.com/cakephp/authentication.git", - "reference": "33b4fa34950b137c5ab263ad20347f8da9c5cf66" + "reference": "3583745feb37c5069930cd1661bb0723a8f64f99" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/cakephp/authentication/zipball/33b4fa34950b137c5ab263ad20347f8da9c5cf66", - "reference": "33b4fa34950b137c5ab263ad20347f8da9c5cf66", + "url": "https://api.github.com/repos/cakephp/authentication/zipball/3583745feb37c5069930cd1661bb0723a8f64f99", + "reference": "3583745feb37c5069930cd1661bb0723a8f64f99", "shasum": "" }, "require": { @@ -256,10 +256,10 @@ "psr/http-server-middleware": "^1.0" }, "require-dev": { - "cakephp/cakephp": "^5.0", + "cakephp/cakephp": "^5.1.0", "cakephp/cakephp-codesniffer": "^5.0", "firebase/php-jwt": "^6.2", - "phpunit/phpunit": "^10.1.0" + "phpunit/phpunit": "^10.5.5 || ^11.1.3" }, "suggest": { "cakephp/cakephp": "Install full core to use \"CookieAuthenticator\".", @@ -298,24 +298,24 @@ "issues": "https://github.com/cakephp/authentication/issues", "source": "https://github.com/cakephp/authentication" }, - "time": "2024-10-07T13:51:14+00:00" + "time": "2024-10-18T15:48:32+00:00" }, { "name": "cakephp/authorization", - "version": "3.2.0", + "version": "3.3.1", "source": { "type": "git", "url": "https://github.com/cakephp/authorization.git", - "reference": "9cc8b114134cc7079197c3ed10ba2deec34bffbe" + "reference": "f53cab7b54d4109e734a41940a7c2a9af3ac34ee" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/cakephp/authorization/zipball/9cc8b114134cc7079197c3ed10ba2deec34bffbe", - "reference": "9cc8b114134cc7079197c3ed10ba2deec34bffbe", + "url": "https://api.github.com/repos/cakephp/authorization/zipball/f53cab7b54d4109e734a41940a7c2a9af3ac34ee", + "reference": "f53cab7b54d4109e734a41940a7c2a9af3ac34ee", "shasum": "" }, "require": { - "cakephp/http": "^5.0", + "cakephp/http": "^5.1", "php": ">=8.1", "psr/http-client": "^1.0", "psr/http-message": "^1.1 || ^2.0", @@ -324,10 +324,10 @@ }, "require-dev": { "cakephp/authentication": "^3.0", - "cakephp/bake": "^3.0", - "cakephp/cakephp": "^5.0", - "cakephp/cakephp-codesniffer": "^5.0", - "phpunit/phpunit": "^10.1.0" + "cakephp/bake": "^3.2", + "cakephp/cakephp": "^5.1", + "cakephp/cakephp-codesniffer": "^5.1", + "phpunit/phpunit": "^10.5.5 || ^11.1.3" }, "suggest": { "cakephp/http": "To use \"RequestPolicyInterface\" (Not needed separately if using full CakePHP framework).", @@ -363,7 +363,7 @@ "issues": "https://github.com/cakephp/authorization/issues", "source": "https://github.com/cakephp/authorization" }, - "time": "2024-07-25T12:20:58+00:00" + "time": "2024-10-18T15:48:21+00:00" }, { "name": "cakephp/bake", @@ -707,23 +707,23 @@ }, { "name": "cakephp/twig-view", - "version": "2.0.2", + "version": "2.0.3", "source": { "type": "git", "url": "https://github.com/cakephp/twig-view.git", - "reference": "2bda8f75e97d821b20bda521c4306240241c401b" + "reference": "b11df8e8734ae556d98b143192377dbc6a6f5360" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/cakephp/twig-view/zipball/2bda8f75e97d821b20bda521c4306240241c401b", - "reference": "2bda8f75e97d821b20bda521c4306240241c401b", + "url": "https://api.github.com/repos/cakephp/twig-view/zipball/b11df8e8734ae556d98b143192377dbc6a6f5360", + "reference": "b11df8e8734ae556d98b143192377dbc6a6f5360", "shasum": "" }, "require": { "cakephp/cakephp": "^5.0.0", "jasny/twig-extensions": "^1.3", "twig/markdown-extra": "^3.0", - "twig/twig": "^3.10.3" + "twig/twig": "^3.11.1" }, "conflict": { "wyrihaximus/twig-view": "*" @@ -731,10 +731,9 @@ "require-dev": { "cakephp/cakephp-codesniffer": "^5.0", "cakephp/debug_kit": "^5.0", - "cakephp/plugin-installer": "^1.3", "michelf/php-markdown": "^1.9", "mikey179/vfsstream": "^1.6.10", - "phpunit/phpunit": "^10.1.0" + "phpunit/phpunit": "^10.5.5 || ^11.1.3" }, "type": "cakephp-plugin", "autoload": { @@ -765,7 +764,7 @@ "issues": "https://github.com/cakephp/twig-view/issues", "source": "https://github.com/cakephp/twig-view" }, - "time": "2024-07-02T20:42:26+00:00" + "time": "2024-10-11T07:53:08+00:00" }, { "name": "cnizzardini/cakephp-preloader", @@ -1355,16 +1354,16 @@ }, { "name": "friendsofcake/crud", - "version": "7.1.0", + "version": "7.1.1", "source": { "type": "git", "url": "https://github.com/FriendsOfCake/crud.git", - "reference": "1472e017011196e071992fd3fde932a42c281ba7" + "reference": "0803fced3b1f55a753fac0a16fe894d59d9f47f5" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/FriendsOfCake/crud/zipball/1472e017011196e071992fd3fde932a42c281ba7", - "reference": "1472e017011196e071992fd3fde932a42c281ba7", + "url": "https://api.github.com/repos/FriendsOfCake/crud/zipball/0803fced3b1f55a753fac0a16fe894d59d9f47f5", + "reference": "0803fced3b1f55a753fac0a16fe894d59d9f47f5", "shasum": "" }, "require": { @@ -1432,7 +1431,7 @@ "source": "https://github.com/FriendsOfCake/crud", "wiki": "http://crud.readthedocs.org/en/latest/" }, - "time": "2024-09-17T10:36:20+00:00" + "time": "2024-10-21T18:20:08+00:00" }, { "name": "get-stream/stream", @@ -1621,16 +1620,16 @@ }, { "name": "guzzlehttp/promises", - "version": "2.0.3", + "version": "2.0.4", "source": { "type": "git", "url": "https://github.com/guzzle/promises.git", - "reference": "6ea8dd08867a2a42619d65c3deb2c0fcbf81c8f8" + "reference": "f9c436286ab2892c7db7be8c8da4ef61ccf7b455" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/guzzle/promises/zipball/6ea8dd08867a2a42619d65c3deb2c0fcbf81c8f8", - "reference": "6ea8dd08867a2a42619d65c3deb2c0fcbf81c8f8", + "url": "https://api.github.com/repos/guzzle/promises/zipball/f9c436286ab2892c7db7be8c8da4ef61ccf7b455", + "reference": "f9c436286ab2892c7db7be8c8da4ef61ccf7b455", "shasum": "" }, "require": { @@ -1684,7 +1683,7 @@ ], "support": { "issues": "https://github.com/guzzle/promises/issues", - "source": "https://github.com/guzzle/promises/tree/2.0.3" + "source": "https://github.com/guzzle/promises/tree/2.0.4" }, "funding": [ { @@ -1700,7 +1699,7 @@ "type": "tidelift" } ], - "time": "2024-07-18T10:29:17+00:00" + "time": "2024-10-17T10:06:22+00:00" }, { "name": "guzzlehttp/psr7", @@ -2001,23 +2000,26 @@ }, { "name": "laminas/laminas-diactoros", - "version": "3.4.0", + "version": "3.5.0", "source": { "type": "git", "url": "https://github.com/laminas/laminas-diactoros.git", - "reference": "2cce7e77ca4c6c4183e9e8d4edeba483afc14487" + "reference": "143a16306602ce56b8b092a7914fef03c37f9ed2" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/laminas/laminas-diactoros/zipball/2cce7e77ca4c6c4183e9e8d4edeba483afc14487", - "reference": "2cce7e77ca4c6c4183e9e8d4edeba483afc14487", + "url": "https://api.github.com/repos/laminas/laminas-diactoros/zipball/143a16306602ce56b8b092a7914fef03c37f9ed2", + "reference": "143a16306602ce56b8b092a7914fef03c37f9ed2", "shasum": "" }, "require": { - "php": "~8.1.0 || ~8.2.0 || ~8.3.0", - "psr/http-factory": "^1.0.2", + "php": "~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0", + "psr/http-factory": "^1.1", "psr/http-message": "^1.1 || ^2.0" }, + "conflict": { + "amphp/amp": "<2.6.4" + }, "provide": { "psr/http-factory-implementation": "^1.0", "psr/http-message-implementation": "^1.1 || ^2.0" @@ -2030,9 +2032,9 @@ "http-interop/http-factory-tests": "^2.2.0", "laminas/laminas-coding-standard": "~2.5.0", "php-http/psr7-integration-tests": "^1.4.0", - "phpunit/phpunit": "^10.5.31", + "phpunit/phpunit": "^10.5.36", "psalm/plugin-phpunit": "^0.19.0", - "vimeo/psalm": "^5.25.0" + "vimeo/psalm": "^5.26.1" }, "type": "library", "extra": { @@ -2082,34 +2084,34 @@ "type": "community_bridge" } ], - "time": "2024-09-11T00:55:07+00:00" + "time": "2024-10-14T11:59:49+00:00" }, { "name": "laminas/laminas-httphandlerrunner", - "version": "2.10.0", + "version": "2.11.0", "source": { "type": "git", "url": "https://github.com/laminas/laminas-httphandlerrunner.git", - "reference": "35a0ba92e940a2f9533754f5a56187fa321f7693" + "reference": "c428d9f67f280d155637cbe2b7245b5188c8cdae" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/laminas/laminas-httphandlerrunner/zipball/35a0ba92e940a2f9533754f5a56187fa321f7693", - "reference": "35a0ba92e940a2f9533754f5a56187fa321f7693", + "url": "https://api.github.com/repos/laminas/laminas-httphandlerrunner/zipball/c428d9f67f280d155637cbe2b7245b5188c8cdae", + "reference": "c428d9f67f280d155637cbe2b7245b5188c8cdae", "shasum": "" }, "require": { - "php": "~8.1.0 || ~8.2.0 || ~8.3.0", + "php": "~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0", "psr/http-message": "^1.0 || ^2.0", "psr/http-message-implementation": "^1.0 || ^2.0", "psr/http-server-handler": "^1.0" }, "require-dev": { - "laminas/laminas-coding-standard": "~2.5.0", - "laminas/laminas-diactoros": "^3.3.0", - "phpunit/phpunit": "^10.5.5", - "psalm/plugin-phpunit": "^0.18.4", - "vimeo/psalm": "^5.18" + "laminas/laminas-coding-standard": "~3.0.0", + "laminas/laminas-diactoros": "^3.4.0", + "phpunit/phpunit": "^10.5.36", + "psalm/plugin-phpunit": "^0.19.0", + "vimeo/psalm": "^5.26.1" }, "type": "library", "extra": { @@ -2149,7 +2151,7 @@ "type": "community_bridge" } ], - "time": "2024-01-04T10:50:34+00:00" + "time": "2024-10-17T20:37:17+00:00" }, { "name": "laravel/serializable-closure", @@ -2214,16 +2216,16 @@ }, { "name": "league/container", - "version": "4.2.2", + "version": "4.2.3", "source": { "type": "git", "url": "https://github.com/thephpleague/container.git", - "reference": "ff346319ca1ff0e78277dc2311a42107cc1aab88" + "reference": "72f9bebe7bd623007782a40f5ec305661ab706d8" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/thephpleague/container/zipball/ff346319ca1ff0e78277dc2311a42107cc1aab88", - "reference": "ff346319ca1ff0e78277dc2311a42107cc1aab88", + "url": "https://api.github.com/repos/thephpleague/container/zipball/72f9bebe7bd623007782a40f5ec305661ab706d8", + "reference": "72f9bebe7bd623007782a40f5ec305661ab706d8", "shasum": "" }, "require": { @@ -2284,7 +2286,7 @@ ], "support": { "issues": "https://github.com/thephpleague/container/issues", - "source": "https://github.com/thephpleague/container/tree/4.2.2" + "source": "https://github.com/thephpleague/container/tree/4.2.3" }, "funding": [ { @@ -2292,7 +2294,7 @@ "type": "github" } ], - "time": "2024-03-13T13:12:53+00:00" + "time": "2024-10-23T12:06:58+00:00" }, { "name": "league/flysystem", @@ -2911,16 +2913,16 @@ }, { "name": "phpstan/phpdoc-parser", - "version": "1.32.0", + "version": "1.33.0", "source": { "type": "git", "url": "https://github.com/phpstan/phpdoc-parser.git", - "reference": "6ca22b154efdd9e3c68c56f5d94670920a1c19a4" + "reference": "82a311fd3690fb2bf7b64d5c98f912b3dd746140" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpdoc-parser/zipball/6ca22b154efdd9e3c68c56f5d94670920a1c19a4", - "reference": "6ca22b154efdd9e3c68c56f5d94670920a1c19a4", + "url": "https://api.github.com/repos/phpstan/phpdoc-parser/zipball/82a311fd3690fb2bf7b64d5c98f912b3dd746140", + "reference": "82a311fd3690fb2bf7b64d5c98f912b3dd746140", "shasum": "" }, "require": { @@ -2952,9 +2954,9 @@ "description": "PHPDoc parser with support for nullable, intersection and generic types", "support": { "issues": "https://github.com/phpstan/phpdoc-parser/issues", - "source": "https://github.com/phpstan/phpdoc-parser/tree/1.32.0" + "source": "https://github.com/phpstan/phpdoc-parser/tree/1.33.0" }, - "time": "2024-09-26T07:23:32+00:00" + "time": "2024-10-13T11:25:22+00:00" }, { "name": "psr/cache", @@ -4112,16 +4114,16 @@ }, { "name": "symfony/clock", - "version": "v7.1.1", + "version": "v7.1.6", "source": { "type": "git", "url": "https://github.com/symfony/clock.git", - "reference": "3dfc8b084853586de51dd1441c6242c76a28cbe7" + "reference": "97bebc53548684c17ed696bc8af016880f0f098d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/clock/zipball/3dfc8b084853586de51dd1441c6242c76a28cbe7", - "reference": "3dfc8b084853586de51dd1441c6242c76a28cbe7", + "url": "https://api.github.com/repos/symfony/clock/zipball/97bebc53548684c17ed696bc8af016880f0f098d", + "reference": "97bebc53548684c17ed696bc8af016880f0f098d", "shasum": "" }, "require": { @@ -4166,7 +4168,7 @@ "time" ], "support": { - "source": "https://github.com/symfony/clock/tree/v7.1.1" + "source": "https://github.com/symfony/clock/tree/v7.1.6" }, "funding": [ { @@ -4182,20 +4184,20 @@ "type": "tidelift" } ], - "time": "2024-05-31T14:57:53+00:00" + "time": "2024-09-25T14:20:29+00:00" }, { "name": "symfony/config", - "version": "v7.1.1", + "version": "v7.1.6", "source": { "type": "git", "url": "https://github.com/symfony/config.git", - "reference": "2210fc99fa42a259eb6c89d1f724ce0c4d62d5d2" + "reference": "5c6152766251ff45a44b76affadd5287e253fb27" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/config/zipball/2210fc99fa42a259eb6c89d1f724ce0c4d62d5d2", - "reference": "2210fc99fa42a259eb6c89d1f724ce0c4d62d5d2", + "url": "https://api.github.com/repos/symfony/config/zipball/5c6152766251ff45a44b76affadd5287e253fb27", + "reference": "5c6152766251ff45a44b76affadd5287e253fb27", "shasum": "" }, "require": { @@ -4241,7 +4243,7 @@ "description": "Helps you find, load, combine, autofill and validate configuration values of any kind", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/config/tree/v7.1.1" + "source": "https://github.com/symfony/config/tree/v7.1.6" }, "funding": [ { @@ -4257,20 +4259,20 @@ "type": "tidelift" } ], - "time": "2024-05-31T14:57:53+00:00" + "time": "2024-10-25T15:11:02+00:00" }, { "name": "symfony/console", - "version": "v7.1.5", + "version": "v7.1.6", "source": { "type": "git", "url": "https://github.com/symfony/console.git", - "reference": "0fa539d12b3ccf068a722bbbffa07ca7079af9ee" + "reference": "bb5192af6edc797cbab5c8e8ecfea2fe5f421e57" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/console/zipball/0fa539d12b3ccf068a722bbbffa07ca7079af9ee", - "reference": "0fa539d12b3ccf068a722bbbffa07ca7079af9ee", + "url": "https://api.github.com/repos/symfony/console/zipball/bb5192af6edc797cbab5c8e8ecfea2fe5f421e57", + "reference": "bb5192af6edc797cbab5c8e8ecfea2fe5f421e57", "shasum": "" }, "require": { @@ -4334,7 +4336,7 @@ "terminal" ], "support": { - "source": "https://github.com/symfony/console/tree/v7.1.5" + "source": "https://github.com/symfony/console/tree/v7.1.6" }, "funding": [ { @@ -4350,20 +4352,20 @@ "type": "tidelift" } ], - "time": "2024-09-20T08:28:38+00:00" + "time": "2024-10-09T08:46:59+00:00" }, { "name": "symfony/css-selector", - "version": "v7.1.1", + "version": "v7.1.6", "source": { "type": "git", "url": "https://github.com/symfony/css-selector.git", - "reference": "1c7cee86c6f812896af54434f8ce29c8d94f9ff4" + "reference": "4aa4f6b3d6749c14d3aa815eef8226632e7bbc66" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/css-selector/zipball/1c7cee86c6f812896af54434f8ce29c8d94f9ff4", - "reference": "1c7cee86c6f812896af54434f8ce29c8d94f9ff4", + "url": "https://api.github.com/repos/symfony/css-selector/zipball/4aa4f6b3d6749c14d3aa815eef8226632e7bbc66", + "reference": "4aa4f6b3d6749c14d3aa815eef8226632e7bbc66", "shasum": "" }, "require": { @@ -4399,7 +4401,7 @@ "description": "Converts CSS selectors to XPath expressions", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/css-selector/tree/v7.1.1" + "source": "https://github.com/symfony/css-selector/tree/v7.1.6" }, "funding": [ { @@ -4415,20 +4417,20 @@ "type": "tidelift" } ], - "time": "2024-05-31T14:57:53+00:00" + "time": "2024-09-25T14:20:29+00:00" }, { "name": "symfony/dependency-injection", - "version": "v7.1.5", + "version": "v7.1.6", "source": { "type": "git", "url": "https://github.com/symfony/dependency-injection.git", - "reference": "38465f925ec4e0707b090e9147c65869837d639d" + "reference": "1f12f9d580ef8dd09e3b756aa111cc2d5f311bfd" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/38465f925ec4e0707b090e9147c65869837d639d", - "reference": "38465f925ec4e0707b090e9147c65869837d639d", + "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/1f12f9d580ef8dd09e3b756aa111cc2d5f311bfd", + "reference": "1f12f9d580ef8dd09e3b756aa111cc2d5f311bfd", "shasum": "" }, "require": { @@ -4479,7 +4481,7 @@ "description": "Allows you to standardize and centralize the way objects are constructed in your application", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/dependency-injection/tree/v7.1.5" + "source": "https://github.com/symfony/dependency-injection/tree/v7.1.6" }, "funding": [ { @@ -4495,7 +4497,7 @@ "type": "tidelift" } ], - "time": "2024-09-20T08:28:38+00:00" + "time": "2024-10-25T15:11:02+00:00" }, { "name": "symfony/deprecation-contracts", @@ -4566,16 +4568,16 @@ }, { "name": "symfony/dom-crawler", - "version": "v7.1.5", + "version": "v7.1.6", "source": { "type": "git", "url": "https://github.com/symfony/dom-crawler.git", - "reference": "b92af238457a7cdd2738f941cd525d76313e8283" + "reference": "794ddd5481ba15d8a04132c95e211cd5656e09fb" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/dom-crawler/zipball/b92af238457a7cdd2738f941cd525d76313e8283", - "reference": "b92af238457a7cdd2738f941cd525d76313e8283", + "url": "https://api.github.com/repos/symfony/dom-crawler/zipball/794ddd5481ba15d8a04132c95e211cd5656e09fb", + "reference": "794ddd5481ba15d8a04132c95e211cd5656e09fb", "shasum": "" }, "require": { @@ -4613,7 +4615,7 @@ "description": "Eases DOM navigation for HTML and XML documents", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/dom-crawler/tree/v7.1.5" + "source": "https://github.com/symfony/dom-crawler/tree/v7.1.6" }, "funding": [ { @@ -4629,20 +4631,20 @@ "type": "tidelift" } ], - "time": "2024-09-15T06:48:17+00:00" + "time": "2024-10-25T15:11:02+00:00" }, { "name": "symfony/event-dispatcher", - "version": "v7.1.1", + "version": "v7.1.6", "source": { "type": "git", "url": "https://github.com/symfony/event-dispatcher.git", - "reference": "9fa7f7a21beb22a39a8f3f28618b29e50d7a55a7" + "reference": "87254c78dd50721cfd015b62277a8281c5589702" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/9fa7f7a21beb22a39a8f3f28618b29e50d7a55a7", - "reference": "9fa7f7a21beb22a39a8f3f28618b29e50d7a55a7", + "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/87254c78dd50721cfd015b62277a8281c5589702", + "reference": "87254c78dd50721cfd015b62277a8281c5589702", "shasum": "" }, "require": { @@ -4693,7 +4695,7 @@ "description": "Provides tools that allow your application components to communicate with each other by dispatching events and listening to them", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/event-dispatcher/tree/v7.1.1" + "source": "https://github.com/symfony/event-dispatcher/tree/v7.1.6" }, "funding": [ { @@ -4709,7 +4711,7 @@ "type": "tidelift" } ], - "time": "2024-05-31T14:57:53+00:00" + "time": "2024-09-25T14:20:29+00:00" }, { "name": "symfony/event-dispatcher-contracts", @@ -4789,16 +4791,16 @@ }, { "name": "symfony/filesystem", - "version": "v7.1.5", + "version": "v7.1.6", "source": { "type": "git", "url": "https://github.com/symfony/filesystem.git", - "reference": "61fe0566189bf32e8cfee78335d8776f64a66f5a" + "reference": "c835867b3c62bb05c7fe3d637c871c7ae52024d4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/filesystem/zipball/61fe0566189bf32e8cfee78335d8776f64a66f5a", - "reference": "61fe0566189bf32e8cfee78335d8776f64a66f5a", + "url": "https://api.github.com/repos/symfony/filesystem/zipball/c835867b3c62bb05c7fe3d637c871c7ae52024d4", + "reference": "c835867b3c62bb05c7fe3d637c871c7ae52024d4", "shasum": "" }, "require": { @@ -4835,7 +4837,7 @@ "description": "Provides basic utilities for the filesystem", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/filesystem/tree/v7.1.5" + "source": "https://github.com/symfony/filesystem/tree/v7.1.6" }, "funding": [ { @@ -4851,20 +4853,20 @@ "type": "tidelift" } ], - "time": "2024-09-17T09:16:35+00:00" + "time": "2024-10-25T15:11:02+00:00" }, { "name": "symfony/finder", - "version": "v7.1.4", + "version": "v7.1.6", "source": { "type": "git", "url": "https://github.com/symfony/finder.git", - "reference": "d95bbf319f7d052082fb7af147e0f835a695e823" + "reference": "2cb89664897be33f78c65d3d2845954c8d7a43b8" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/finder/zipball/d95bbf319f7d052082fb7af147e0f835a695e823", - "reference": "d95bbf319f7d052082fb7af147e0f835a695e823", + "url": "https://api.github.com/repos/symfony/finder/zipball/2cb89664897be33f78c65d3d2845954c8d7a43b8", + "reference": "2cb89664897be33f78c65d3d2845954c8d7a43b8", "shasum": "" }, "require": { @@ -4899,7 +4901,7 @@ "description": "Finds files and directories via an intuitive fluent interface", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/finder/tree/v7.1.4" + "source": "https://github.com/symfony/finder/tree/v7.1.6" }, "funding": [ { @@ -4915,20 +4917,20 @@ "type": "tidelift" } ], - "time": "2024-08-13T14:28:19+00:00" + "time": "2024-10-01T08:31:23+00:00" }, { "name": "symfony/lock", - "version": "v7.1.1", + "version": "v7.1.6", "source": { "type": "git", "url": "https://github.com/symfony/lock.git", - "reference": "1f8c941f1270dee046e09a826bcdd3b2ebada45e" + "reference": "1b898398007d80b4f32128df4b4f0c07c0368cf4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/lock/zipball/1f8c941f1270dee046e09a826bcdd3b2ebada45e", - "reference": "1f8c941f1270dee046e09a826bcdd3b2ebada45e", + "url": "https://api.github.com/repos/symfony/lock/zipball/1b898398007d80b4f32128df4b4f0c07c0368cf4", + "reference": "1b898398007d80b4f32128df4b4f0c07c0368cf4", "shasum": "" }, "require": { @@ -4977,7 +4979,7 @@ "semaphore" ], "support": { - "source": "https://github.com/symfony/lock/tree/v7.1.1" + "source": "https://github.com/symfony/lock/tree/v7.1.6" }, "funding": [ { @@ -4993,20 +4995,20 @@ "type": "tidelift" } ], - "time": "2024-05-31T14:57:53+00:00" + "time": "2024-10-25T15:34:21+00:00" }, { "name": "symfony/mailer", - "version": "v7.1.5", + "version": "v7.1.6", "source": { "type": "git", "url": "https://github.com/symfony/mailer.git", - "reference": "bbf21460c56f29810da3df3e206e38dfbb01e80b" + "reference": "69c9948451fb3a6a4d47dc8261d1794734e76cdd" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/mailer/zipball/bbf21460c56f29810da3df3e206e38dfbb01e80b", - "reference": "bbf21460c56f29810da3df3e206e38dfbb01e80b", + "url": "https://api.github.com/repos/symfony/mailer/zipball/69c9948451fb3a6a4d47dc8261d1794734e76cdd", + "reference": "69c9948451fb3a6a4d47dc8261d1794734e76cdd", "shasum": "" }, "require": { @@ -5057,7 +5059,7 @@ "description": "Helps sending emails", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/mailer/tree/v7.1.5" + "source": "https://github.com/symfony/mailer/tree/v7.1.6" }, "funding": [ { @@ -5073,20 +5075,20 @@ "type": "tidelift" } ], - "time": "2024-09-08T12:32:26+00:00" + "time": "2024-09-25T14:20:29+00:00" }, { "name": "symfony/mime", - "version": "v7.1.5", + "version": "v7.1.6", "source": { "type": "git", "url": "https://github.com/symfony/mime.git", - "reference": "711d2e167e8ce65b05aea6b258c449671cdd38ff" + "reference": "caa1e521edb2650b8470918dfe51708c237f0598" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/mime/zipball/711d2e167e8ce65b05aea6b258c449671cdd38ff", - "reference": "711d2e167e8ce65b05aea6b258c449671cdd38ff", + "url": "https://api.github.com/repos/symfony/mime/zipball/caa1e521edb2650b8470918dfe51708c237f0598", + "reference": "caa1e521edb2650b8470918dfe51708c237f0598", "shasum": "" }, "require": { @@ -5141,7 +5143,7 @@ "mime-type" ], "support": { - "source": "https://github.com/symfony/mime/tree/v7.1.5" + "source": "https://github.com/symfony/mime/tree/v7.1.6" }, "funding": [ { @@ -5157,7 +5159,7 @@ "type": "tidelift" } ], - "time": "2024-09-20T08:28:38+00:00" + "time": "2024-10-25T15:11:02+00:00" }, { "name": "symfony/polyfill-ctype", @@ -5793,16 +5795,16 @@ }, { "name": "symfony/process", - "version": "v7.1.5", + "version": "v7.1.6", "source": { "type": "git", "url": "https://github.com/symfony/process.git", - "reference": "5c03ee6369281177f07f7c68252a280beccba847" + "reference": "6aaa189ddb4ff6b5de8fa3210f2fb42c87b4d12e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/process/zipball/5c03ee6369281177f07f7c68252a280beccba847", - "reference": "5c03ee6369281177f07f7c68252a280beccba847", + "url": "https://api.github.com/repos/symfony/process/zipball/6aaa189ddb4ff6b5de8fa3210f2fb42c87b4d12e", + "reference": "6aaa189ddb4ff6b5de8fa3210f2fb42c87b4d12e", "shasum": "" }, "require": { @@ -5834,7 +5836,7 @@ "description": "Executes commands in sub-processes", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/process/tree/v7.1.5" + "source": "https://github.com/symfony/process/tree/v7.1.6" }, "funding": [ { @@ -5850,20 +5852,20 @@ "type": "tidelift" } ], - "time": "2024-09-19T21:48:23+00:00" + "time": "2024-09-25T14:20:29+00:00" }, { "name": "symfony/property-access", - "version": "v7.1.4", + "version": "v7.1.6", "source": { "type": "git", "url": "https://github.com/symfony/property-access.git", - "reference": "6c709f97103355016e5782d0622437ae381012ad" + "reference": "975d7f7fd8fcb952364c6badc46d01a580532bf9" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/property-access/zipball/6c709f97103355016e5782d0622437ae381012ad", - "reference": "6c709f97103355016e5782d0622437ae381012ad", + "url": "https://api.github.com/repos/symfony/property-access/zipball/975d7f7fd8fcb952364c6badc46d01a580532bf9", + "reference": "975d7f7fd8fcb952364c6badc46d01a580532bf9", "shasum": "" }, "require": { @@ -5910,7 +5912,7 @@ "reflection" ], "support": { - "source": "https://github.com/symfony/property-access/tree/v7.1.4" + "source": "https://github.com/symfony/property-access/tree/v7.1.6" }, "funding": [ { @@ -5926,20 +5928,20 @@ "type": "tidelift" } ], - "time": "2024-08-30T16:12:47+00:00" + "time": "2024-09-25T14:20:29+00:00" }, { "name": "symfony/property-info", - "version": "v7.1.3", + "version": "v7.1.6", "source": { "type": "git", "url": "https://github.com/symfony/property-info.git", - "reference": "88a279df2db5b7919cac6f35d6a5d1d7147e6a9b" + "reference": "6b630ff585d9fdc72f50369885ad4364a849cf02" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/property-info/zipball/88a279df2db5b7919cac6f35d6a5d1d7147e6a9b", - "reference": "88a279df2db5b7919cac6f35d6a5d1d7147e6a9b", + "url": "https://api.github.com/repos/symfony/property-info/zipball/6b630ff585d9fdc72f50369885ad4364a849cf02", + "reference": "6b630ff585d9fdc72f50369885ad4364a849cf02", "shasum": "" }, "require": { @@ -5994,7 +5996,7 @@ "validator" ], "support": { - "source": "https://github.com/symfony/property-info/tree/v7.1.3" + "source": "https://github.com/symfony/property-info/tree/v7.1.6" }, "funding": [ { @@ -6010,20 +6012,20 @@ "type": "tidelift" } ], - "time": "2024-07-26T07:36:36+00:00" + "time": "2024-09-25T14:20:29+00:00" }, { "name": "symfony/serializer", - "version": "v7.1.5", + "version": "v7.1.6", "source": { "type": "git", "url": "https://github.com/symfony/serializer.git", - "reference": "71d6e1f70f00752d1469d0f5e83b0a51716f288b" + "reference": "537f125ed7ddb8fffac34a83dfd6905e044ca76f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/serializer/zipball/71d6e1f70f00752d1469d0f5e83b0a51716f288b", - "reference": "71d6e1f70f00752d1469d0f5e83b0a51716f288b", + "url": "https://api.github.com/repos/symfony/serializer/zipball/537f125ed7ddb8fffac34a83dfd6905e044ca76f", + "reference": "537f125ed7ddb8fffac34a83dfd6905e044ca76f", "shasum": "" }, "require": { @@ -6093,7 +6095,7 @@ "description": "Handles serializing and deserializing data structures, including object graphs, into array structures or other formats like XML and JSON.", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/serializer/tree/v7.1.5" + "source": "https://github.com/symfony/serializer/tree/v7.1.6" }, "funding": [ { @@ -6109,7 +6111,7 @@ "type": "tidelift" } ], - "time": "2024-09-20T12:13:15+00:00" + "time": "2024-10-09T08:46:59+00:00" }, { "name": "symfony/service-contracts", @@ -6196,16 +6198,16 @@ }, { "name": "symfony/string", - "version": "v7.1.5", + "version": "v7.1.6", "source": { "type": "git", "url": "https://github.com/symfony/string.git", - "reference": "d66f9c343fa894ec2037cc928381df90a7ad4306" + "reference": "61b72d66bf96c360a727ae6232df5ac83c71f626" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/string/zipball/d66f9c343fa894ec2037cc928381df90a7ad4306", - "reference": "d66f9c343fa894ec2037cc928381df90a7ad4306", + "url": "https://api.github.com/repos/symfony/string/zipball/61b72d66bf96c360a727ae6232df5ac83c71f626", + "reference": "61b72d66bf96c360a727ae6232df5ac83c71f626", "shasum": "" }, "require": { @@ -6263,7 +6265,7 @@ "utf8" ], "support": { - "source": "https://github.com/symfony/string/tree/v7.1.5" + "source": "https://github.com/symfony/string/tree/v7.1.6" }, "funding": [ { @@ -6279,20 +6281,20 @@ "type": "tidelift" } ], - "time": "2024-09-20T08:28:38+00:00" + "time": "2024-09-25T14:20:29+00:00" }, { "name": "symfony/type-info", - "version": "v7.1.5", + "version": "v7.1.6", "source": { "type": "git", "url": "https://github.com/symfony/type-info.git", - "reference": "9f6094aa900d2c06bd61576a6f279d4ac441515f" + "reference": "a13032128c307470955c45c99201349b15cd7f4a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/type-info/zipball/9f6094aa900d2c06bd61576a6f279d4ac441515f", - "reference": "9f6094aa900d2c06bd61576a6f279d4ac441515f", + "url": "https://api.github.com/repos/symfony/type-info/zipball/a13032128c307470955c45c99201349b15cd7f4a", + "reference": "a13032128c307470955c45c99201349b15cd7f4a", "shasum": "" }, "require": { @@ -6345,7 +6347,7 @@ "type" ], "support": { - "source": "https://github.com/symfony/type-info/tree/v7.1.5" + "source": "https://github.com/symfony/type-info/tree/v7.1.6" }, "funding": [ { @@ -6361,20 +6363,20 @@ "type": "tidelift" } ], - "time": "2024-09-19T21:48:23+00:00" + "time": "2024-09-25T14:20:29+00:00" }, { "name": "symfony/uid", - "version": "v7.1.5", + "version": "v7.1.6", "source": { "type": "git", "url": "https://github.com/symfony/uid.git", - "reference": "8c7bb8acb933964055215d89f9a9871df0239317" + "reference": "65befb3bb2d503bbffbd08c815aa38b472999917" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/uid/zipball/8c7bb8acb933964055215d89f9a9871df0239317", - "reference": "8c7bb8acb933964055215d89f9a9871df0239317", + "url": "https://api.github.com/repos/symfony/uid/zipball/65befb3bb2d503bbffbd08c815aa38b472999917", + "reference": "65befb3bb2d503bbffbd08c815aa38b472999917", "shasum": "" }, "require": { @@ -6419,7 +6421,7 @@ "uuid" ], "support": { - "source": "https://github.com/symfony/uid/tree/v7.1.5" + "source": "https://github.com/symfony/uid/tree/v7.1.6" }, "funding": [ { @@ -6435,20 +6437,20 @@ "type": "tidelift" } ], - "time": "2024-09-17T09:16:35+00:00" + "time": "2024-09-25T14:20:29+00:00" }, { "name": "symfony/var-dumper", - "version": "v7.1.5", + "version": "v7.1.6", "source": { "type": "git", "url": "https://github.com/symfony/var-dumper.git", - "reference": "e20e03889539fd4e4211e14d2179226c513c010d" + "reference": "cb5bd55a6b8c2c1c7fb68b0aeae0e257948a720c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/var-dumper/zipball/e20e03889539fd4e4211e14d2179226c513c010d", - "reference": "e20e03889539fd4e4211e14d2179226c513c010d", + "url": "https://api.github.com/repos/symfony/var-dumper/zipball/cb5bd55a6b8c2c1c7fb68b0aeae0e257948a720c", + "reference": "cb5bd55a6b8c2c1c7fb68b0aeae0e257948a720c", "shasum": "" }, "require": { @@ -6502,7 +6504,7 @@ "dump" ], "support": { - "source": "https://github.com/symfony/var-dumper/tree/v7.1.5" + "source": "https://github.com/symfony/var-dumper/tree/v7.1.6" }, "funding": [ { @@ -6518,20 +6520,20 @@ "type": "tidelift" } ], - "time": "2024-09-16T10:07:02+00:00" + "time": "2024-09-25T14:20:29+00:00" }, { "name": "symfony/var-exporter", - "version": "v7.1.2", + "version": "v7.1.6", "source": { "type": "git", "url": "https://github.com/symfony/var-exporter.git", - "reference": "b80a669a2264609f07f1667f891dbfca25eba44c" + "reference": "90173ef89c40e7c8c616653241048705f84130ef" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/var-exporter/zipball/b80a669a2264609f07f1667f891dbfca25eba44c", - "reference": "b80a669a2264609f07f1667f891dbfca25eba44c", + "url": "https://api.github.com/repos/symfony/var-exporter/zipball/90173ef89c40e7c8c616653241048705f84130ef", + "reference": "90173ef89c40e7c8c616653241048705f84130ef", "shasum": "" }, "require": { @@ -6578,7 +6580,7 @@ "serialize" ], "support": { - "source": "https://github.com/symfony/var-exporter/tree/v7.1.2" + "source": "https://github.com/symfony/var-exporter/tree/v7.1.6" }, "funding": [ { @@ -6594,20 +6596,20 @@ "type": "tidelift" } ], - "time": "2024-06-28T08:00:31+00:00" + "time": "2024-09-25T14:20:29+00:00" }, { "name": "symfony/yaml", - "version": "v7.1.5", + "version": "v7.1.6", "source": { "type": "git", "url": "https://github.com/symfony/yaml.git", - "reference": "4e561c316e135e053bd758bf3b3eb291d9919de4" + "reference": "3ced3f29e4f0d6bce2170ff26719f1fe9aacc671" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/yaml/zipball/4e561c316e135e053bd758bf3b3eb291d9919de4", - "reference": "4e561c316e135e053bd758bf3b3eb291d9919de4", + "url": "https://api.github.com/repos/symfony/yaml/zipball/3ced3f29e4f0d6bce2170ff26719f1fe9aacc671", + "reference": "3ced3f29e4f0d6bce2170ff26719f1fe9aacc671", "shasum": "" }, "require": { @@ -6649,7 +6651,7 @@ "description": "Loads and dumps YAML files", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/yaml/tree/v7.1.5" + "source": "https://github.com/symfony/yaml/tree/v7.1.6" }, "funding": [ { @@ -6665,7 +6667,7 @@ "type": "tidelift" } ], - "time": "2024-09-17T12:49:58+00:00" + "time": "2024-09-25T14:20:29+00:00" }, { "name": "twig/markdown-extra", @@ -8179,16 +8181,16 @@ }, { "name": "dereuromark/cakephp-ide-helper", - "version": "2.4.0", + "version": "2.5.3", "source": { "type": "git", "url": "https://github.com/dereuromark/cakephp-ide-helper.git", - "reference": "f1b1813b09b0092d959d64027fd1efa14fc47dc4" + "reference": "c9208407bd91ab3c2d2e8062892c6a9b2d0d232d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/dereuromark/cakephp-ide-helper/zipball/f1b1813b09b0092d959d64027fd1efa14fc47dc4", - "reference": "f1b1813b09b0092d959d64027fd1efa14fc47dc4", + "url": "https://api.github.com/repos/dereuromark/cakephp-ide-helper/zipball/c9208407bd91ab3c2d2e8062892c6a9b2d0d232d", + "reference": "c9208407bd91ab3c2d2e8062892c6a9b2d0d232d", "shasum": "" }, "require": { @@ -8200,9 +8202,10 @@ "squizlabs/php_codesniffer": "^3.7" }, "require-dev": { + "cakephp/cakephp": "^5.1.0", "cakephp/migrations": "^4.0.1", "cakephp/plugin-installer": "^2.0.1", - "dereuromark/cakephp-shim": "^3.0.0", + "dereuromark/cakephp-shim": "^3.3.0", "fig-r/psr2r-sniffer": "dev-master", "phpunit/phpunit": "^10.5.5 || ^11.1.3" }, @@ -8251,7 +8254,7 @@ "type": "github" } ], - "time": "2024-09-16T14:02:15+00:00" + "time": "2024-10-17T10:04:05+00:00" }, { "name": "dnoegel/php-xdg-base-dir", @@ -8292,16 +8295,16 @@ }, { "name": "doctrine/sql-formatter", - "version": "1.5.0", + "version": "1.5.1", "source": { "type": "git", "url": "https://github.com/doctrine/sql-formatter.git", - "reference": "16ca9e39877369d664f06dacde468548298bdc40" + "reference": "b784cbde727cf806721451dde40eff4fec3bbe86" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/sql-formatter/zipball/16ca9e39877369d664f06dacde468548298bdc40", - "reference": "16ca9e39877369d664f06dacde468548298bdc40", + "url": "https://api.github.com/repos/doctrine/sql-formatter/zipball/b784cbde727cf806721451dde40eff4fec3bbe86", + "reference": "b784cbde727cf806721451dde40eff4fec3bbe86", "shasum": "" }, "require": { @@ -8342,9 +8345,9 @@ ], "support": { "issues": "https://github.com/doctrine/sql-formatter/issues", - "source": "https://github.com/doctrine/sql-formatter/tree/1.5.0" + "source": "https://github.com/doctrine/sql-formatter/tree/1.5.1" }, - "time": "2024-09-11T07:29:40+00:00" + "time": "2024-10-21T18:21:57+00:00" }, { "name": "ergebnis/composer-normalize", @@ -9277,16 +9280,16 @@ }, { "name": "phpstan/phpstan", - "version": "1.12.6", + "version": "1.12.7", "source": { "type": "git", "url": "https://github.com/phpstan/phpstan.git", - "reference": "dc4d2f145a88ea7141ae698effd64d9df46527ae" + "reference": "dc2b9976bd8b0f84ec9b0e50cc35378551de7af0" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan/zipball/dc4d2f145a88ea7141ae698effd64d9df46527ae", - "reference": "dc4d2f145a88ea7141ae698effd64d9df46527ae", + "url": "https://api.github.com/repos/phpstan/phpstan/zipball/dc2b9976bd8b0f84ec9b0e50cc35378551de7af0", + "reference": "dc2b9976bd8b0f84ec9b0e50cc35378551de7af0", "shasum": "" }, "require": { @@ -9331,7 +9334,7 @@ "type": "github" } ], - "time": "2024-10-06T15:03:59+00:00" + "time": "2024-10-18T11:12:07+00:00" }, { "name": "phpunit/php-code-coverage", @@ -9656,16 +9659,16 @@ }, { "name": "phpunit/phpunit", - "version": "10.5.36", + "version": "10.5.37", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/phpunit.git", - "reference": "aa0a8ce701ea7ee314b0dfaa8970dc94f3f8c870" + "reference": "c7cffa0efa2b70c22366523e6d804c9419eb2400" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/aa0a8ce701ea7ee314b0dfaa8970dc94f3f8c870", - "reference": "aa0a8ce701ea7ee314b0dfaa8970dc94f3f8c870", + "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/c7cffa0efa2b70c22366523e6d804c9419eb2400", + "reference": "c7cffa0efa2b70c22366523e6d804c9419eb2400", "shasum": "" }, "require": { @@ -9686,7 +9689,7 @@ "phpunit/php-timer": "^6.0.0", "sebastian/cli-parser": "^2.0.1", "sebastian/code-unit": "^2.0.0", - "sebastian/comparator": "^5.0.2", + "sebastian/comparator": "^5.0.3", "sebastian/diff": "^5.1.1", "sebastian/environment": "^6.1.0", "sebastian/exporter": "^5.1.2", @@ -9737,7 +9740,7 @@ "support": { "issues": "https://github.com/sebastianbergmann/phpunit/issues", "security": "https://github.com/sebastianbergmann/phpunit/security/policy", - "source": "https://github.com/sebastianbergmann/phpunit/tree/10.5.36" + "source": "https://github.com/sebastianbergmann/phpunit/tree/10.5.37" }, "funding": [ { @@ -9753,7 +9756,7 @@ "type": "tidelift" } ], - "time": "2024-10-08T15:36:51+00:00" + "time": "2024-10-19T13:03:41+00:00" }, { "name": "react/promise", @@ -10085,16 +10088,16 @@ }, { "name": "sebastian/comparator", - "version": "5.0.2", + "version": "5.0.3", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/comparator.git", - "reference": "2d3e04c3b4c1e84a5e7382221ad8883c8fbc4f53" + "reference": "a18251eb0b7a2dcd2f7aa3d6078b18545ef0558e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/2d3e04c3b4c1e84a5e7382221ad8883c8fbc4f53", - "reference": "2d3e04c3b4c1e84a5e7382221ad8883c8fbc4f53", + "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/a18251eb0b7a2dcd2f7aa3d6078b18545ef0558e", + "reference": "a18251eb0b7a2dcd2f7aa3d6078b18545ef0558e", "shasum": "" }, "require": { @@ -10105,7 +10108,7 @@ "sebastian/exporter": "^5.0" }, "require-dev": { - "phpunit/phpunit": "^10.4" + "phpunit/phpunit": "^10.5" }, "type": "library", "extra": { @@ -10150,7 +10153,7 @@ "support": { "issues": "https://github.com/sebastianbergmann/comparator/issues", "security": "https://github.com/sebastianbergmann/comparator/security/policy", - "source": "https://github.com/sebastianbergmann/comparator/tree/5.0.2" + "source": "https://github.com/sebastianbergmann/comparator/tree/5.0.3" }, "funding": [ { @@ -10158,7 +10161,7 @@ "type": "github" } ], - "time": "2024-08-12T06:03:08+00:00" + "time": "2024-10-18T14:56:07+00:00" }, { "name": "sebastian/complexity", diff --git a/src/Application.php b/src/Application.php index 49d7fb26..c78b7f78 100644 --- a/src/Application.php +++ b/src/Application.php @@ -1,5 +1,4 @@ getSubject()->entity; $selection->matchday_id = $this->currentMatchday->id; $selection->active = true; + + $this->Selections->updateQuery()->set(['active' => false])->where([ + 'team_id' => $selection->team_id, + 'matchday_id' => $selection->matchday_id, + 'active' => true, + ]); } ); diff --git a/src/Model/Entity/Club.php b/src/Model/Entity/Club.php index f1bb09d2..085f11ff 100644 --- a/src/Model/Entity/Club.php +++ b/src/Model/Entity/Club.php @@ -1,5 +1,4 @@ true, 'team_id' => true, 'matchday_id' => true, + 'created_at' => false, + 'modified_at' => false, 'old_member' => true, 'new_member' => true, 'team' => true, diff --git a/src/Model/Table/ArticlesTable.php b/src/Model/Table/ArticlesTable.php index e06f4960..ec7f2377 100644 --- a/src/Model/Table/ArticlesTable.php +++ b/src/Model/Table/ArticlesTable.php @@ -18,18 +18,18 @@ * @property \App\Model\Table\TeamsTable&\Cake\ORM\Association\BelongsTo $Teams * @property \App\Model\Table\MatchdaysTable&\Cake\ORM\Association\BelongsTo $Matchdays * @method \App\Model\Entity\Article get(mixed $primaryKey, array|string $finder = 'all', \Psr\SimpleCache\CacheInterface|string|null $cache = null, \Closure|string|null $cacheKey = null, mixed ...$args) - * @method \App\Model\Entity\Article newEntity(array $data, array $options = []) - * @method \App\Model\Entity\Article[] newEntities(array $data, array $options = []) - * @method \App\Model\Entity\Article|false save(\Cake\Datasource\EntityInterface $entity, array $options = []) - * @method \App\Model\Entity\Article saveOrFail(\Cake\Datasource\EntityInterface $entity, array $options = []) - * @method \App\Model\Entity\Article patchEntity(\Cake\Datasource\EntityInterface $entity, array $data, array $options = []) - * @method \App\Model\Entity\Article[] patchEntities(iterable $entities, array $data, array $options = []) - * @method \App\Model\Entity\Article findOrCreate($search, ?callable $callback = null, array $options = []) + * @method \App\Model\Entity\Article newEntity(array $data, array $options = []) + * @method \App\Model\Entity\Article[] newEntities(array $data, array $options = []) + * @method \App\Model\Entity\Article|false save(\Cake\Datasource\EntityInterface $entity, array $options = []) + * @method \App\Model\Entity\Article saveOrFail(\Cake\Datasource\EntityInterface $entity, array $options = []) + * @method \App\Model\Entity\Article patchEntity(\Cake\Datasource\EntityInterface $entity, array $data, array $options = []) + * @method \App\Model\Entity\Article[] patchEntities(iterable<\Cake\Datasource\EntityInterface> $entities, array $data, array $options = []) + * @method \App\Model\Entity\Article findOrCreate(\Cake\ORM\Query\SelectQuery|callable|array $search, ?callable $callback = null, array $options = []) * @method \App\Model\Entity\Article newEmptyEntity() - * @method \App\Model\Entity\Article[]|\Cake\Datasource\ResultSetInterface|false saveMany(iterable $entities, array $options = []) - * @method \App\Model\Entity\Article[]|\Cake\Datasource\ResultSetInterface saveManyOrFail(iterable $entities, array $options = []) - * @method \App\Model\Entity\Article[]|\Cake\Datasource\ResultSetInterface|false deleteMany(iterable $entities, array $options = []) - * @method \App\Model\Entity\Article[]|\Cake\Datasource\ResultSetInterface deleteManyOrFail(iterable $entities, array $options = []) + * @method \App\Model\Entity\Article[]|\Cake\Datasource\ResultSetInterface<\App\Model\Entity\Article>|false saveMany(iterable<\Cake\Datasource\EntityInterface> $entities, array $options = []) + * @method \App\Model\Entity\Article[]|\Cake\Datasource\ResultSetInterface<\App\Model\Entity\Article> saveManyOrFail(iterable<\Cake\Datasource\EntityInterface> $entities, array $options = []) + * @method \App\Model\Entity\Article[]|\Cake\Datasource\ResultSetInterface<\App\Model\Entity\Article>|false deleteMany(iterable<\Cake\Datasource\EntityInterface> $entities, array $options = []) + * @method \App\Model\Entity\Article[]|\Cake\Datasource\ResultSetInterface<\App\Model\Entity\Article> deleteManyOrFail(iterable<\Cake\Datasource\EntityInterface> $entities, array $options = []) * @mixin \Cake\ORM\Behavior\TimestampBehavior */ class ArticlesTable extends Table diff --git a/src/Model/Table/ChampionshipsTable.php b/src/Model/Table/ChampionshipsTable.php index 038cfb17..5ffd5e99 100644 --- a/src/Model/Table/ChampionshipsTable.php +++ b/src/Model/Table/ChampionshipsTable.php @@ -16,18 +16,18 @@ * @property \App\Model\Table\RollOfHonorsTable&\Cake\ORM\Association\HasMany $RollOfHonors * @property \App\Model\Table\TeamsTable&\Cake\ORM\Association\HasMany $Teams * @method \App\Model\Entity\Championship get(mixed $primaryKey, array|string $finder = 'all', \Psr\SimpleCache\CacheInterface|string|null $cache = null, \Closure|string|null $cacheKey = null, mixed ...$args) - * @method \App\Model\Entity\Championship newEntity(array $data, array $options = []) - * @method \App\Model\Entity\Championship[] newEntities(array $data, array $options = []) - * @method \App\Model\Entity\Championship|false save(\Cake\Datasource\EntityInterface $entity, array $options = []) - * @method \App\Model\Entity\Championship saveOrFail(\Cake\Datasource\EntityInterface $entity, array $options = []) - * @method \App\Model\Entity\Championship patchEntity(\Cake\Datasource\EntityInterface $entity, array $data, array $options = []) - * @method \App\Model\Entity\Championship[] patchEntities(iterable $entities, array $data, array $options = []) - * @method \App\Model\Entity\Championship findOrCreate($search, ?callable $callback = null, array $options = []) + * @method \App\Model\Entity\Championship newEntity(array $data, array $options = []) + * @method \App\Model\Entity\Championship[] newEntities(array $data, array $options = []) + * @method \App\Model\Entity\Championship|false save(\Cake\Datasource\EntityInterface $entity, array $options = []) + * @method \App\Model\Entity\Championship saveOrFail(\Cake\Datasource\EntityInterface $entity, array $options = []) + * @method \App\Model\Entity\Championship patchEntity(\Cake\Datasource\EntityInterface $entity, array $data, array $options = []) + * @method \App\Model\Entity\Championship[] patchEntities(iterable<\Cake\Datasource\EntityInterface> $entities, array $data, array $options = []) + * @method \App\Model\Entity\Championship findOrCreate(\Cake\ORM\Query\SelectQuery|callable|array $search, ?callable $callback = null, array $options = []) * @method \App\Model\Entity\Championship newEmptyEntity() - * @method \App\Model\Entity\Championship[]|\Cake\Datasource\ResultSetInterface|false saveMany(iterable $entities, array $options = []) - * @method \App\Model\Entity\Championship[]|\Cake\Datasource\ResultSetInterface saveManyOrFail(iterable $entities, array $options = []) - * @method \App\Model\Entity\Championship[]|\Cake\Datasource\ResultSetInterface|false deleteMany(iterable $entities, array $options = []) - * @method \App\Model\Entity\Championship[]|\Cake\Datasource\ResultSetInterface deleteManyOrFail(iterable $entities, array $options = []) + * @method \App\Model\Entity\Championship[]|\Cake\Datasource\ResultSetInterface<\App\Model\Entity\Championship>|false saveMany(iterable<\Cake\Datasource\EntityInterface> $entities, array $options = []) + * @method \App\Model\Entity\Championship[]|\Cake\Datasource\ResultSetInterface<\App\Model\Entity\Championship> saveManyOrFail(iterable<\Cake\Datasource\EntityInterface> $entities, array $options = []) + * @method \App\Model\Entity\Championship[]|\Cake\Datasource\ResultSetInterface<\App\Model\Entity\Championship>|false deleteMany(iterable<\Cake\Datasource\EntityInterface> $entities, array $options = []) + * @method \App\Model\Entity\Championship[]|\Cake\Datasource\ResultSetInterface<\App\Model\Entity\Championship> deleteManyOrFail(iterable<\Cake\Datasource\EntityInterface> $entities, array $options = []) */ class ChampionshipsTable extends Table { diff --git a/src/Model/Table/ClubsTable.php b/src/Model/Table/ClubsTable.php index 6d9692d7..1f3ac508 100644 --- a/src/Model/Table/ClubsTable.php +++ b/src/Model/Table/ClubsTable.php @@ -12,18 +12,18 @@ * * @property \App\Model\Table\MembersTable&\Cake\ORM\Association\HasMany $Members * @method \App\Model\Entity\Club get(mixed $primaryKey, array|string $finder = 'all', \Psr\SimpleCache\CacheInterface|string|null $cache = null, \Closure|string|null $cacheKey = null, mixed ...$args) - * @method \App\Model\Entity\Club newEntity(array $data, array $options = []) - * @method \App\Model\Entity\Club[] newEntities(array $data, array $options = []) - * @method \App\Model\Entity\Club|false save(\Cake\Datasource\EntityInterface $entity, array $options = []) - * @method \App\Model\Entity\Club saveOrFail(\Cake\Datasource\EntityInterface $entity, array $options = []) - * @method \App\Model\Entity\Club patchEntity(\Cake\Datasource\EntityInterface $entity, array $data, array $options = []) - * @method \App\Model\Entity\Club[] patchEntities(iterable $entities, array $data, array $options = []) - * @method \App\Model\Entity\Club findOrCreate($search, ?callable $callback = null, array $options = []) + * @method \App\Model\Entity\Club newEntity(array $data, array $options = []) + * @method \App\Model\Entity\Club[] newEntities(array $data, array $options = []) + * @method \App\Model\Entity\Club|false save(\Cake\Datasource\EntityInterface $entity, array $options = []) + * @method \App\Model\Entity\Club saveOrFail(\Cake\Datasource\EntityInterface $entity, array $options = []) + * @method \App\Model\Entity\Club patchEntity(\Cake\Datasource\EntityInterface $entity, array $data, array $options = []) + * @method \App\Model\Entity\Club[] patchEntities(iterable<\Cake\Datasource\EntityInterface> $entities, array $data, array $options = []) + * @method \App\Model\Entity\Club findOrCreate(\Cake\ORM\Query\SelectQuery|callable|array $search, ?callable $callback = null, array $options = []) * @method \App\Model\Entity\Club newEmptyEntity() - * @method \App\Model\Entity\Club[]|\Cake\Datasource\ResultSetInterface|false saveMany(iterable $entities, array $options = []) - * @method \App\Model\Entity\Club[]|\Cake\Datasource\ResultSetInterface saveManyOrFail(iterable $entities, array $options = []) - * @method \App\Model\Entity\Club[]|\Cake\Datasource\ResultSetInterface|false deleteMany(iterable $entities, array $options = []) - * @method \App\Model\Entity\Club[]|\Cake\Datasource\ResultSetInterface deleteManyOrFail(iterable $entities, array $options = []) + * @method \App\Model\Entity\Club[]|\Cake\Datasource\ResultSetInterface<\App\Model\Entity\Club>|false saveMany(iterable<\Cake\Datasource\EntityInterface> $entities, array $options = []) + * @method \App\Model\Entity\Club[]|\Cake\Datasource\ResultSetInterface<\App\Model\Entity\Club> saveManyOrFail(iterable<\Cake\Datasource\EntityInterface> $entities, array $options = []) + * @method \App\Model\Entity\Club[]|\Cake\Datasource\ResultSetInterface<\App\Model\Entity\Club>|false deleteMany(iterable<\Cake\Datasource\EntityInterface> $entities, array $options = []) + * @method \App\Model\Entity\Club[]|\Cake\Datasource\ResultSetInterface<\App\Model\Entity\Club> deleteManyOrFail(iterable<\Cake\Datasource\EntityInterface> $entities, array $options = []) */ class ClubsTable extends Table { diff --git a/src/Model/Table/DispositionsTable.php b/src/Model/Table/DispositionsTable.php index 8f3f85bb..adf55036 100644 --- a/src/Model/Table/DispositionsTable.php +++ b/src/Model/Table/DispositionsTable.php @@ -15,18 +15,18 @@ * @property \App\Model\Table\MembersTable&\Cake\ORM\Association\BelongsTo $Members * @property \Cake\ORM\Table&\Cake\ORM\Association\HasOne $Rating * @method \App\Model\Entity\Disposition get(mixed $primaryKey, array|string $finder = 'all', \Psr\SimpleCache\CacheInterface|string|null $cache = null, \Closure|string|null $cacheKey = null, mixed ...$args) - * @method \App\Model\Entity\Disposition newEntity(array $data, array $options = []) - * @method \App\Model\Entity\Disposition[] newEntities(array $data, array $options = []) - * @method \App\Model\Entity\Disposition|false save(\Cake\Datasource\EntityInterface $entity, array $options = []) - * @method \App\Model\Entity\Disposition saveOrFail(\Cake\Datasource\EntityInterface $entity, array $options = []) - * @method \App\Model\Entity\Disposition patchEntity(\Cake\Datasource\EntityInterface $entity, array $data, array $options = []) - * @method \App\Model\Entity\Disposition[] patchEntities(iterable $entities, array $data, array $options = []) - * @method \App\Model\Entity\Disposition findOrCreate($search, ?callable $callback = null, array $options = []) + * @method \App\Model\Entity\Disposition newEntity(array $data, array $options = []) + * @method \App\Model\Entity\Disposition[] newEntities(array $data, array $options = []) + * @method \App\Model\Entity\Disposition|false save(\Cake\Datasource\EntityInterface $entity, array $options = []) + * @method \App\Model\Entity\Disposition saveOrFail(\Cake\Datasource\EntityInterface $entity, array $options = []) + * @method \App\Model\Entity\Disposition patchEntity(\Cake\Datasource\EntityInterface $entity, array $data, array $options = []) + * @method \App\Model\Entity\Disposition[] patchEntities(iterable<\Cake\Datasource\EntityInterface> $entities, array $data, array $options = []) + * @method \App\Model\Entity\Disposition findOrCreate(\Cake\ORM\Query\SelectQuery|callable|array $search, ?callable $callback = null, array $options = []) * @method \App\Model\Entity\Disposition newEmptyEntity() - * @method \App\Model\Entity\Disposition[]|\Cake\Datasource\ResultSetInterface|false saveMany(iterable $entities, array $options = []) - * @method \App\Model\Entity\Disposition[]|\Cake\Datasource\ResultSetInterface saveManyOrFail(iterable $entities, array $options = []) - * @method \App\Model\Entity\Disposition[]|\Cake\Datasource\ResultSetInterface|false deleteMany(iterable $entities, array $options = []) - * @method \App\Model\Entity\Disposition[]|\Cake\Datasource\ResultSetInterface deleteManyOrFail(iterable $entities, array $options = []) + * @method \App\Model\Entity\Disposition[]|\Cake\Datasource\ResultSetInterface<\App\Model\Entity\Disposition>|false saveMany(iterable<\Cake\Datasource\EntityInterface> $entities, array $options = []) + * @method \App\Model\Entity\Disposition[]|\Cake\Datasource\ResultSetInterface<\App\Model\Entity\Disposition> saveManyOrFail(iterable<\Cake\Datasource\EntityInterface> $entities, array $options = []) + * @method \App\Model\Entity\Disposition[]|\Cake\Datasource\ResultSetInterface<\App\Model\Entity\Disposition>|false deleteMany(iterable<\Cake\Datasource\EntityInterface> $entities, array $options = []) + * @method \App\Model\Entity\Disposition[]|\Cake\Datasource\ResultSetInterface<\App\Model\Entity\Disposition> deleteManyOrFail(iterable<\Cake\Datasource\EntityInterface> $entities, array $options = []) */ class DispositionsTable extends Table { diff --git a/src/Model/Table/LeaguesTable.php b/src/Model/Table/LeaguesTable.php index f491f466..13ecbcb3 100644 --- a/src/Model/Table/LeaguesTable.php +++ b/src/Model/Table/LeaguesTable.php @@ -11,18 +11,18 @@ * * @property \App\Model\Table\ChampionshipsTable&\Cake\ORM\Association\HasMany $Championships * @method \App\Model\Entity\League get(mixed $primaryKey, array|string $finder = 'all', \Psr\SimpleCache\CacheInterface|string|null $cache = null, \Closure|string|null $cacheKey = null, mixed ...$args) - * @method \App\Model\Entity\League newEntity(array $data, array $options = []) - * @method \App\Model\Entity\League[] newEntities(array $data, array $options = []) - * @method \App\Model\Entity\League|false save(\Cake\Datasource\EntityInterface $entity, array $options = []) - * @method \App\Model\Entity\League saveOrFail(\Cake\Datasource\EntityInterface $entity, array $options = []) - * @method \App\Model\Entity\League patchEntity(\Cake\Datasource\EntityInterface $entity, array $data, array $options = []) - * @method \App\Model\Entity\League[] patchEntities(iterable $entities, array $data, array $options = []) - * @method \App\Model\Entity\League findOrCreate($search, ?callable $callback = null, array $options = []) + * @method \App\Model\Entity\League newEntity(array $data, array $options = []) + * @method \App\Model\Entity\League[] newEntities(array $data, array $options = []) + * @method \App\Model\Entity\League|false save(\Cake\Datasource\EntityInterface $entity, array $options = []) + * @method \App\Model\Entity\League saveOrFail(\Cake\Datasource\EntityInterface $entity, array $options = []) + * @method \App\Model\Entity\League patchEntity(\Cake\Datasource\EntityInterface $entity, array $data, array $options = []) + * @method \App\Model\Entity\League[] patchEntities(iterable<\Cake\Datasource\EntityInterface> $entities, array $data, array $options = []) + * @method \App\Model\Entity\League findOrCreate(\Cake\ORM\Query\SelectQuery|callable|array $search, ?callable $callback = null, array $options = []) * @method \App\Model\Entity\League newEmptyEntity() - * @method \App\Model\Entity\League[]|\Cake\Datasource\ResultSetInterface|false saveMany(iterable $entities, array $options = []) - * @method \App\Model\Entity\League[]|\Cake\Datasource\ResultSetInterface saveManyOrFail(iterable $entities, array $options = []) - * @method \App\Model\Entity\League[]|\Cake\Datasource\ResultSetInterface|false deleteMany(iterable $entities, array $options = []) - * @method \App\Model\Entity\League[]|\Cake\Datasource\ResultSetInterface deleteManyOrFail(iterable $entities, array $options = []) + * @method \App\Model\Entity\League[]|\Cake\Datasource\ResultSetInterface<\App\Model\Entity\League>|false saveMany(iterable<\Cake\Datasource\EntityInterface> $entities, array $options = []) + * @method \App\Model\Entity\League[]|\Cake\Datasource\ResultSetInterface<\App\Model\Entity\League> saveManyOrFail(iterable<\Cake\Datasource\EntityInterface> $entities, array $options = []) + * @method \App\Model\Entity\League[]|\Cake\Datasource\ResultSetInterface<\App\Model\Entity\League>|false deleteMany(iterable<\Cake\Datasource\EntityInterface> $entities, array $options = []) + * @method \App\Model\Entity\League[]|\Cake\Datasource\ResultSetInterface<\App\Model\Entity\League> deleteManyOrFail(iterable<\Cake\Datasource\EntityInterface> $entities, array $options = []) */ class LeaguesTable extends Table { diff --git a/src/Model/Table/LineupsTable.php b/src/Model/Table/LineupsTable.php index 33a7652b..b5ebeea5 100644 --- a/src/Model/Table/LineupsTable.php +++ b/src/Model/Table/LineupsTable.php @@ -27,18 +27,18 @@ * @property \App\Model\Table\DispositionsTable&\Cake\ORM\Association\HasMany $Dispositions * @property \App\Model\Table\ScoresTable&\Cake\ORM\Association\HasOne $Scores * @method \App\Model\Entity\Lineup get(mixed $primaryKey, array|string $finder = 'all', \Psr\SimpleCache\CacheInterface|string|null $cache = null, \Closure|string|null $cacheKey = null, mixed ...$args) - * @method \App\Model\Entity\Lineup newEntity(array $data, array $options = []) - * @method \App\Model\Entity\Lineup[] newEntities(array $data, array $options = []) - * @method \App\Model\Entity\Lineup|false save(\Cake\Datasource\EntityInterface $entity, array $options = []) - * @method \App\Model\Entity\Lineup saveOrFail(\Cake\Datasource\EntityInterface $entity, array $options = []) - * @method \App\Model\Entity\Lineup patchEntity(\Cake\Datasource\EntityInterface $entity, array $data, array $options = []) - * @method \App\Model\Entity\Lineup[] patchEntities(iterable $entities, array $data, array $options = []) - * @method \App\Model\Entity\Lineup findOrCreate($search, ?callable $callback = null, array $options = []) + * @method \App\Model\Entity\Lineup newEntity(array $data, array $options = []) + * @method \App\Model\Entity\Lineup[] newEntities(array $data, array $options = []) + * @method \App\Model\Entity\Lineup|false save(\Cake\Datasource\EntityInterface $entity, array $options = []) + * @method \App\Model\Entity\Lineup saveOrFail(\Cake\Datasource\EntityInterface $entity, array $options = []) + * @method \App\Model\Entity\Lineup patchEntity(\Cake\Datasource\EntityInterface $entity, array $data, array $options = []) + * @method \App\Model\Entity\Lineup[] patchEntities(iterable<\Cake\Datasource\EntityInterface> $entities, array $data, array $options = []) + * @method \App\Model\Entity\Lineup findOrCreate(\Cake\ORM\Query\SelectQuery|callable|array $search, ?callable $callback = null, array $options = []) * @method \App\Model\Entity\Lineup newEmptyEntity() - * @method \App\Model\Entity\Lineup[]|\Cake\Datasource\ResultSetInterface|false saveMany(iterable $entities, array $options = []) - * @method \App\Model\Entity\Lineup[]|\Cake\Datasource\ResultSetInterface saveManyOrFail(iterable $entities, array $options = []) - * @method \App\Model\Entity\Lineup[]|\Cake\Datasource\ResultSetInterface|false deleteMany(iterable $entities, array $options = []) - * @method \App\Model\Entity\Lineup[]|\Cake\Datasource\ResultSetInterface deleteManyOrFail(iterable $entities, array $options = []) + * @method \App\Model\Entity\Lineup[]|\Cake\Datasource\ResultSetInterface<\App\Model\Entity\Lineup>|false saveMany(iterable<\Cake\Datasource\EntityInterface> $entities, array $options = []) + * @method \App\Model\Entity\Lineup[]|\Cake\Datasource\ResultSetInterface<\App\Model\Entity\Lineup> saveManyOrFail(iterable<\Cake\Datasource\EntityInterface> $entities, array $options = []) + * @method \App\Model\Entity\Lineup[]|\Cake\Datasource\ResultSetInterface<\App\Model\Entity\Lineup>|false deleteMany(iterable<\Cake\Datasource\EntityInterface> $entities, array $options = []) + * @method \App\Model\Entity\Lineup[]|\Cake\Datasource\ResultSetInterface<\App\Model\Entity\Lineup> deleteManyOrFail(iterable<\Cake\Datasource\EntityInterface> $entities, array $options = []) * @mixin \Cake\ORM\Behavior\TimestampBehavior * @property \App\Model\Table\MembersTable&\Cake\ORM\Association\BelongsTo $Members */ diff --git a/src/Model/Table/MatchdaysTable.php b/src/Model/Table/MatchdaysTable.php index 99d8b8db..fa2ccc1e 100644 --- a/src/Model/Table/MatchdaysTable.php +++ b/src/Model/Table/MatchdaysTable.php @@ -21,18 +21,18 @@ * @property \App\Model\Table\SelectionsTable&\Cake\ORM\Association\HasMany $Selections * @property \App\Model\Table\TransfertsTable&\Cake\ORM\Association\HasMany $Transferts * @method \App\Model\Entity\Matchday get(mixed $primaryKey, array|string $finder = 'all', \Psr\SimpleCache\CacheInterface|string|null $cache = null, \Closure|string|null $cacheKey = null, mixed ...$args) - * @method \App\Model\Entity\Matchday newEntity(array $data, array $options = []) - * @method \App\Model\Entity\Matchday[] newEntities(array $data, array $options = []) - * @method \App\Model\Entity\Matchday|false save(\Cake\Datasource\EntityInterface $entity, array $options = []) - * @method \App\Model\Entity\Matchday saveOrFail(\Cake\Datasource\EntityInterface $entity, array $options = []) - * @method \App\Model\Entity\Matchday patchEntity(\Cake\Datasource\EntityInterface $entity, array $data, array $options = []) - * @method \App\Model\Entity\Matchday[] patchEntities(iterable $entities, array $data, array $options = []) - * @method \App\Model\Entity\Matchday findOrCreate($search, ?callable $callback = null, array $options = []) + * @method \App\Model\Entity\Matchday newEntity(array $data, array $options = []) + * @method \App\Model\Entity\Matchday[] newEntities(array $data, array $options = []) + * @method \App\Model\Entity\Matchday|false save(\Cake\Datasource\EntityInterface $entity, array $options = []) + * @method \App\Model\Entity\Matchday saveOrFail(\Cake\Datasource\EntityInterface $entity, array $options = []) + * @method \App\Model\Entity\Matchday patchEntity(\Cake\Datasource\EntityInterface $entity, array $data, array $options = []) + * @method \App\Model\Entity\Matchday[] patchEntities(iterable<\Cake\Datasource\EntityInterface> $entities, array $data, array $options = []) + * @method \App\Model\Entity\Matchday findOrCreate(\Cake\ORM\Query\SelectQuery|callable|array $search, ?callable $callback = null, array $options = []) * @method \App\Model\Entity\Matchday newEmptyEntity() - * @method \App\Model\Entity\Matchday[]|\Cake\Datasource\ResultSetInterface|false saveMany(iterable $entities, array $options = []) - * @method \App\Model\Entity\Matchday[]|\Cake\Datasource\ResultSetInterface saveManyOrFail(iterable $entities, array $options = []) - * @method \App\Model\Entity\Matchday[]|\Cake\Datasource\ResultSetInterface|false deleteMany(iterable $entities, array $options = []) - * @method \App\Model\Entity\Matchday[]|\Cake\Datasource\ResultSetInterface deleteManyOrFail(iterable $entities, array $options = []) + * @method \App\Model\Entity\Matchday[]|\Cake\Datasource\ResultSetInterface<\App\Model\Entity\Matchday>|false saveMany(iterable<\Cake\Datasource\EntityInterface> $entities, array $options = []) + * @method \App\Model\Entity\Matchday[]|\Cake\Datasource\ResultSetInterface<\App\Model\Entity\Matchday> saveManyOrFail(iterable<\Cake\Datasource\EntityInterface> $entities, array $options = []) + * @method \App\Model\Entity\Matchday[]|\Cake\Datasource\ResultSetInterface<\App\Model\Entity\Matchday>|false deleteMany(iterable<\Cake\Datasource\EntityInterface> $entities, array $options = []) + * @method \App\Model\Entity\Matchday[]|\Cake\Datasource\ResultSetInterface<\App\Model\Entity\Matchday> deleteManyOrFail(iterable<\Cake\Datasource\EntityInterface> $entities, array $options = []) */ class MatchdaysTable extends Table { diff --git a/src/Model/Table/MembersStatsTable.php b/src/Model/Table/MembersStatsTable.php index 1bff1ad2..694bc796 100644 --- a/src/Model/Table/MembersStatsTable.php +++ b/src/Model/Table/MembersStatsTable.php @@ -13,18 +13,18 @@ * * @property \App\Model\Table\MembersTable&\Cake\ORM\Association\BelongsTo $Members * @method \App\Model\Entity\MembersStat get(mixed $primaryKey, array|string $finder = 'all', \Psr\SimpleCache\CacheInterface|string|null $cache = null, \Closure|string|null $cacheKey = null, mixed ...$args) - * @method \App\Model\Entity\MembersStat newEntity(array $data, array $options = []) - * @method \App\Model\Entity\MembersStat[] newEntities(array $data, array $options = []) - * @method \App\Model\Entity\MembersStat|false save(\Cake\Datasource\EntityInterface $entity, array $options = []) - * @method \App\Model\Entity\MembersStat patchEntity(\Cake\Datasource\EntityInterface $entity, array $data, array $options = []) - * @method \App\Model\Entity\MembersStat[] patchEntities(iterable $entities, array $data, array $options = []) - * @method \App\Model\Entity\MembersStat findOrCreate($search, ?callable $callback = null, array $options = []) - * @method \App\Model\Entity\MembersStat saveOrFail(\Cake\Datasource\EntityInterface $entity, array $options = []) + * @method \App\Model\Entity\MembersStat newEntity(array $data, array $options = []) + * @method \App\Model\Entity\MembersStat[] newEntities(array $data, array $options = []) + * @method \App\Model\Entity\MembersStat|false save(\Cake\Datasource\EntityInterface $entity, array $options = []) + * @method \App\Model\Entity\MembersStat patchEntity(\Cake\Datasource\EntityInterface $entity, array $data, array $options = []) + * @method \App\Model\Entity\MembersStat[] patchEntities(iterable<\Cake\Datasource\EntityInterface> $entities, array $data, array $options = []) + * @method \App\Model\Entity\MembersStat findOrCreate(\Cake\ORM\Query\SelectQuery|callable|array $search, ?callable $callback = null, array $options = []) + * @method \App\Model\Entity\MembersStat saveOrFail(\Cake\Datasource\EntityInterface $entity, array $options = []) * @method \App\Model\Entity\MembersStat newEmptyEntity() - * @method \App\Model\Entity\MembersStat[]|\Cake\Datasource\ResultSetInterface|false saveMany(iterable $entities, array $options = []) - * @method \App\Model\Entity\MembersStat[]|\Cake\Datasource\ResultSetInterface saveManyOrFail(iterable $entities, array $options = []) - * @method \App\Model\Entity\MembersStat[]|\Cake\Datasource\ResultSetInterface|false deleteMany(iterable $entities, array $options = []) - * @method \App\Model\Entity\MembersStat[]|\Cake\Datasource\ResultSetInterface deleteManyOrFail(iterable $entities, array $options = []) + * @method \App\Model\Entity\MembersStat[]|\Cake\Datasource\ResultSetInterface<\App\Model\Entity\MembersStat>|false saveMany(iterable<\Cake\Datasource\EntityInterface> $entities, array $options = []) + * @method \App\Model\Entity\MembersStat[]|\Cake\Datasource\ResultSetInterface<\App\Model\Entity\MembersStat> saveManyOrFail(iterable<\Cake\Datasource\EntityInterface> $entities, array $options = []) + * @method \App\Model\Entity\MembersStat[]|\Cake\Datasource\ResultSetInterface<\App\Model\Entity\MembersStat>|false deleteMany(iterable<\Cake\Datasource\EntityInterface> $entities, array $options = []) + * @method \App\Model\Entity\MembersStat[]|\Cake\Datasource\ResultSetInterface<\App\Model\Entity\MembersStat> deleteManyOrFail(iterable<\Cake\Datasource\EntityInterface> $entities, array $options = []) */ class MembersStatsTable extends Table { diff --git a/src/Model/Table/MembersTable.php b/src/Model/Table/MembersTable.php index bdd1a8b4..23d2e5b2 100644 --- a/src/Model/Table/MembersTable.php +++ b/src/Model/Table/MembersTable.php @@ -27,18 +27,18 @@ * @property \App\Model\Table\TeamsTable&\Cake\ORM\Association\BelongsToMany $Teams * @property \App\Model\Table\MembersStatsTable&\Cake\ORM\Association\HasOne $MembersStats * @method \App\Model\Entity\Member get(mixed $primaryKey, array|string $finder = 'all', \Psr\SimpleCache\CacheInterface|string|null $cache = null, \Closure|string|null $cacheKey = null, mixed ...$args) - * @method \App\Model\Entity\Member newEntity(array $data, array $options = []) - * @method \App\Model\Entity\Member[] newEntities(array $data, array $options = []) - * @method \App\Model\Entity\Member|false save(\Cake\Datasource\EntityInterface $entity, array $options = []) - * @method \App\Model\Entity\Member saveOrFail(\Cake\Datasource\EntityInterface $entity, array $options = []) - * @method \App\Model\Entity\Member patchEntity(\Cake\Datasource\EntityInterface $entity, array $data, array $options = []) - * @method \App\Model\Entity\Member[] patchEntities(iterable $entities, array $data, array $options = []) - * @method \App\Model\Entity\Member findOrCreate($search, ?callable $callback = null, array $options = []) + * @method \App\Model\Entity\Member newEntity(array $data, array $options = []) + * @method \App\Model\Entity\Member[] newEntities(array $data, array $options = []) + * @method \App\Model\Entity\Member|false save(\Cake\Datasource\EntityInterface $entity, array $options = []) + * @method \App\Model\Entity\Member saveOrFail(\Cake\Datasource\EntityInterface $entity, array $options = []) + * @method \App\Model\Entity\Member patchEntity(\Cake\Datasource\EntityInterface $entity, array $data, array $options = []) + * @method \App\Model\Entity\Member[] patchEntities(iterable<\Cake\Datasource\EntityInterface> $entities, array $data, array $options = []) + * @method \App\Model\Entity\Member findOrCreate(\Cake\ORM\Query\SelectQuery|callable|array $search, ?callable $callback = null, array $options = []) * @method \App\Model\Entity\Member newEmptyEntity() - * @method \App\Model\Entity\Member[]|\Cake\Datasource\ResultSetInterface|false saveMany(iterable $entities, array $options = []) - * @method \App\Model\Entity\Member[]|\Cake\Datasource\ResultSetInterface saveManyOrFail(iterable $entities, array $options = []) - * @method \App\Model\Entity\Member[]|\Cake\Datasource\ResultSetInterface|false deleteMany(iterable $entities, array $options = []) - * @method \App\Model\Entity\Member[]|\Cake\Datasource\ResultSetInterface deleteManyOrFail(iterable $entities, array $options = []) + * @method \App\Model\Entity\Member[]|\Cake\Datasource\ResultSetInterface<\App\Model\Entity\Member>|false saveMany(iterable<\Cake\Datasource\EntityInterface> $entities, array $options = []) + * @method \App\Model\Entity\Member[]|\Cake\Datasource\ResultSetInterface<\App\Model\Entity\Member> saveManyOrFail(iterable<\Cake\Datasource\EntityInterface> $entities, array $options = []) + * @method \App\Model\Entity\Member[]|\Cake\Datasource\ResultSetInterface<\App\Model\Entity\Member>|false deleteMany(iterable<\Cake\Datasource\EntityInterface> $entities, array $options = []) + * @method \App\Model\Entity\Member[]|\Cake\Datasource\ResultSetInterface<\App\Model\Entity\Member> deleteManyOrFail(iterable<\Cake\Datasource\EntityInterface> $entities, array $options = []) */ class MembersTable extends Table { diff --git a/src/Model/Table/MembersTeamsTable.php b/src/Model/Table/MembersTeamsTable.php index b7e20b47..35abe748 100644 --- a/src/Model/Table/MembersTeamsTable.php +++ b/src/Model/Table/MembersTeamsTable.php @@ -17,18 +17,18 @@ * @property \App\Model\Table\TeamsTable&\Cake\ORM\Association\BelongsTo $Teams * @property \App\Model\Table\MembersTable&\Cake\ORM\Association\BelongsTo $Members * @method \App\Model\Entity\MembersTeam get(mixed $primaryKey, array|string $finder = 'all', \Psr\SimpleCache\CacheInterface|string|null $cache = null, \Closure|string|null $cacheKey = null, mixed ...$args) - * @method \App\Model\Entity\MembersTeam newEntity(array $data, array $options = []) - * @method \App\Model\Entity\MembersTeam[] newEntities(array $data, array $options = []) - * @method \App\Model\Entity\MembersTeam|false save(\Cake\Datasource\EntityInterface $entity, array $options = []) - * @method \App\Model\Entity\MembersTeam saveOrFail(\Cake\Datasource\EntityInterface $entity, array $options = []) - * @method \App\Model\Entity\MembersTeam patchEntity(\Cake\Datasource\EntityInterface $entity, array $data, array $options = []) - * @method \App\Model\Entity\MembersTeam[] patchEntities(iterable $entities, array $data, array $options = []) - * @method \App\Model\Entity\MembersTeam findOrCreate($search, ?callable $callback = null, array $options = []) + * @method \App\Model\Entity\MembersTeam newEntity(array $data, array $options = []) + * @method \App\Model\Entity\MembersTeam[] newEntities(array $data, array $options = []) + * @method \App\Model\Entity\MembersTeam|false save(\Cake\Datasource\EntityInterface $entity, array $options = []) + * @method \App\Model\Entity\MembersTeam saveOrFail(\Cake\Datasource\EntityInterface $entity, array $options = []) + * @method \App\Model\Entity\MembersTeam patchEntity(\Cake\Datasource\EntityInterface $entity, array $data, array $options = []) + * @method \App\Model\Entity\MembersTeam[] patchEntities(iterable<\Cake\Datasource\EntityInterface> $entities, array $data, array $options = []) + * @method \App\Model\Entity\MembersTeam findOrCreate(\Cake\ORM\Query\SelectQuery|callable|array $search, ?callable $callback = null, array $options = []) * @method \App\Model\Entity\MembersTeam newEmptyEntity() - * @method \App\Model\Entity\MembersTeam[]|\Cake\Datasource\ResultSetInterface|false saveMany(iterable $entities, array $options = []) - * @method \App\Model\Entity\MembersTeam[]|\Cake\Datasource\ResultSetInterface saveManyOrFail(iterable $entities, array $options = []) - * @method \App\Model\Entity\MembersTeam[]|\Cake\Datasource\ResultSetInterface|false deleteMany(iterable $entities, array $options = []) - * @method \App\Model\Entity\MembersTeam[]|\Cake\Datasource\ResultSetInterface deleteManyOrFail(iterable $entities, array $options = []) + * @method \App\Model\Entity\MembersTeam[]|\Cake\Datasource\ResultSetInterface<\App\Model\Entity\MembersTeam>|false saveMany(iterable<\Cake\Datasource\EntityInterface> $entities, array $options = []) + * @method \App\Model\Entity\MembersTeam[]|\Cake\Datasource\ResultSetInterface<\App\Model\Entity\MembersTeam> saveManyOrFail(iterable<\Cake\Datasource\EntityInterface> $entities, array $options = []) + * @method \App\Model\Entity\MembersTeam[]|\Cake\Datasource\ResultSetInterface<\App\Model\Entity\MembersTeam>|false deleteMany(iterable<\Cake\Datasource\EntityInterface> $entities, array $options = []) + * @method \App\Model\Entity\MembersTeam[]|\Cake\Datasource\ResultSetInterface<\App\Model\Entity\MembersTeam> deleteManyOrFail(iterable<\Cake\Datasource\EntityInterface> $entities, array $options = []) */ class MembersTeamsTable extends Table { diff --git a/src/Model/Table/NotificationSubscriptionsTable.php b/src/Model/Table/NotificationSubscriptionsTable.php index 48e46777..3150979d 100644 --- a/src/Model/Table/NotificationSubscriptionsTable.php +++ b/src/Model/Table/NotificationSubscriptionsTable.php @@ -12,18 +12,18 @@ * * @property \App\Model\Table\TeamsTable&\Cake\ORM\Association\BelongsTo $Teams * @method \App\Model\Entity\NotificationSubscription get(mixed $primaryKey, array|string $finder = 'all', \Psr\SimpleCache\CacheInterface|string|null $cache = null, \Closure|string|null $cacheKey = null, mixed ...$args) - * @method \App\Model\Entity\NotificationSubscription newEntity(array $data, array $options = []) - * @method \App\Model\Entity\NotificationSubscription[] newEntities(array $data, array $options = []) - * @method \App\Model\Entity\NotificationSubscription|false save(\Cake\Datasource\EntityInterface $entity, array $options = []) - * @method \App\Model\Entity\NotificationSubscription saveOrFail(\Cake\Datasource\EntityInterface $entity, array $options = []) - * @method \App\Model\Entity\NotificationSubscription patchEntity(\Cake\Datasource\EntityInterface $entity, array $data, array $options = []) - * @method \App\Model\Entity\NotificationSubscription[] patchEntities(iterable $entities, array $data, array $options = []) - * @method \App\Model\Entity\NotificationSubscription findOrCreate($search, ?callable $callback = null, array $options = []) + * @method \App\Model\Entity\NotificationSubscription newEntity(array $data, array $options = []) + * @method \App\Model\Entity\NotificationSubscription[] newEntities(array $data, array $options = []) + * @method \App\Model\Entity\NotificationSubscription|false save(\Cake\Datasource\EntityInterface $entity, array $options = []) + * @method \App\Model\Entity\NotificationSubscription saveOrFail(\Cake\Datasource\EntityInterface $entity, array $options = []) + * @method \App\Model\Entity\NotificationSubscription patchEntity(\Cake\Datasource\EntityInterface $entity, array $data, array $options = []) + * @method \App\Model\Entity\NotificationSubscription[] patchEntities(iterable<\Cake\Datasource\EntityInterface> $entities, array $data, array $options = []) + * @method \App\Model\Entity\NotificationSubscription findOrCreate(\Cake\ORM\Query\SelectQuery|callable|array $search, ?callable $callback = null, array $options = []) * @method \App\Model\Entity\NotificationSubscription newEmptyEntity() - * @method \App\Model\Entity\NotificationSubscription[]|\Cake\Datasource\ResultSetInterface|false saveMany(iterable $entities, array $options = []) - * @method \App\Model\Entity\NotificationSubscription[]|\Cake\Datasource\ResultSetInterface saveManyOrFail(iterable $entities, array $options = []) - * @method \App\Model\Entity\NotificationSubscription[]|\Cake\Datasource\ResultSetInterface|false deleteMany(iterable $entities, array $options = []) - * @method \App\Model\Entity\NotificationSubscription[]|\Cake\Datasource\ResultSetInterface deleteManyOrFail(iterable $entities, array $options = []) + * @method \App\Model\Entity\NotificationSubscription[]|\Cake\Datasource\ResultSetInterface<\App\Model\Entity\NotificationSubscription>|false saveMany(iterable<\Cake\Datasource\EntityInterface> $entities, array $options = []) + * @method \App\Model\Entity\NotificationSubscription[]|\Cake\Datasource\ResultSetInterface<\App\Model\Entity\NotificationSubscription> saveManyOrFail(iterable<\Cake\Datasource\EntityInterface> $entities, array $options = []) + * @method \App\Model\Entity\NotificationSubscription[]|\Cake\Datasource\ResultSetInterface<\App\Model\Entity\NotificationSubscription>|false deleteMany(iterable<\Cake\Datasource\EntityInterface> $entities, array $options = []) + * @method \App\Model\Entity\NotificationSubscription[]|\Cake\Datasource\ResultSetInterface<\App\Model\Entity\NotificationSubscription> deleteManyOrFail(iterable<\Cake\Datasource\EntityInterface> $entities, array $options = []) */ class NotificationSubscriptionsTable extends Table { diff --git a/src/Model/Table/PlayersTable.php b/src/Model/Table/PlayersTable.php index ff34bc01..b01f0c8f 100644 --- a/src/Model/Table/PlayersTable.php +++ b/src/Model/Table/PlayersTable.php @@ -12,18 +12,18 @@ * * @property \App\Model\Table\MembersTable&\Cake\ORM\Association\HasMany $Members * @method \App\Model\Entity\Player get(mixed $primaryKey, array|string $finder = 'all', \Psr\SimpleCache\CacheInterface|string|null $cache = null, \Closure|string|null $cacheKey = null, mixed ...$args) - * @method \App\Model\Entity\Player newEntity(array $data, array $options = []) - * @method \App\Model\Entity\Player[] newEntities(array $data, array $options = []) - * @method \App\Model\Entity\Player|false save(\Cake\Datasource\EntityInterface $entity, array $options = []) - * @method \App\Model\Entity\Player saveOrFail(\Cake\Datasource\EntityInterface $entity, array $options = []) - * @method \App\Model\Entity\Player patchEntity(\Cake\Datasource\EntityInterface $entity, array $data, array $options = []) - * @method \App\Model\Entity\Player[] patchEntities(iterable $entities, array $data, array $options = []) - * @method \App\Model\Entity\Player findOrCreate($search, ?callable $callback = null, array $options = []) + * @method \App\Model\Entity\Player newEntity(array $data, array $options = []) + * @method \App\Model\Entity\Player[] newEntities(array $data, array $options = []) + * @method \App\Model\Entity\Player|false save(\Cake\Datasource\EntityInterface $entity, array $options = []) + * @method \App\Model\Entity\Player saveOrFail(\Cake\Datasource\EntityInterface $entity, array $options = []) + * @method \App\Model\Entity\Player patchEntity(\Cake\Datasource\EntityInterface $entity, array $data, array $options = []) + * @method \App\Model\Entity\Player[] patchEntities(iterable<\Cake\Datasource\EntityInterface> $entities, array $data, array $options = []) + * @method \App\Model\Entity\Player findOrCreate(\Cake\ORM\Query\SelectQuery|callable|array $search, ?callable $callback = null, array $options = []) * @method \App\Model\Entity\Player newEmptyEntity() - * @method \App\Model\Entity\Player[]|\Cake\Datasource\ResultSetInterface|false saveMany(iterable $entities, array $options = []) - * @method \App\Model\Entity\Player[]|\Cake\Datasource\ResultSetInterface saveManyOrFail(iterable $entities, array $options = []) - * @method \App\Model\Entity\Player[]|\Cake\Datasource\ResultSetInterface|false deleteMany(iterable $entities, array $options = []) - * @method \App\Model\Entity\Player[]|\Cake\Datasource\ResultSetInterface deleteManyOrFail(iterable $entities, array $options = []) + * @method \App\Model\Entity\Player[]|\Cake\Datasource\ResultSetInterface<\App\Model\Entity\Player>|false saveMany(iterable<\Cake\Datasource\EntityInterface> $entities, array $options = []) + * @method \App\Model\Entity\Player[]|\Cake\Datasource\ResultSetInterface<\App\Model\Entity\Player> saveManyOrFail(iterable<\Cake\Datasource\EntityInterface> $entities, array $options = []) + * @method \App\Model\Entity\Player[]|\Cake\Datasource\ResultSetInterface<\App\Model\Entity\Player>|false deleteMany(iterable<\Cake\Datasource\EntityInterface> $entities, array $options = []) + * @method \App\Model\Entity\Player[]|\Cake\Datasource\ResultSetInterface<\App\Model\Entity\Player> deleteManyOrFail(iterable<\Cake\Datasource\EntityInterface> $entities, array $options = []) */ class PlayersTable extends Table { diff --git a/src/Model/Table/PublicKeyCredentialSourcesTable.php b/src/Model/Table/PublicKeyCredentialSourcesTable.php index f149d02c..17b7d3b9 100644 --- a/src/Model/Table/PublicKeyCredentialSourcesTable.php +++ b/src/Model/Table/PublicKeyCredentialSourcesTable.php @@ -12,18 +12,18 @@ * * @property \App\Model\Table\UsersTable&\Cake\ORM\Association\BelongsTo $Users * @method \App\Model\Entity\PublicKeyCredentialSource get(mixed $primaryKey, array|string $finder = 'all', \Psr\SimpleCache\CacheInterface|string|null $cache = null, \Closure|string|null $cacheKey = null, mixed ...$args) - * @method \App\Model\Entity\PublicKeyCredentialSource newEntity(array $data, array $options = []) - * @method \App\Model\Entity\PublicKeyCredentialSource[] newEntities(array $data, array $options = []) - * @method \App\Model\Entity\PublicKeyCredentialSource|false save(\Cake\Datasource\EntityInterface $entity, array $options = []) - * @method \App\Model\Entity\PublicKeyCredentialSource saveOrFail(\Cake\Datasource\EntityInterface $entity, array $options = []) - * @method \App\Model\Entity\PublicKeyCredentialSource patchEntity(\Cake\Datasource\EntityInterface $entity, array $data, array $options = []) - * @method \App\Model\Entity\PublicKeyCredentialSource[] patchEntities(iterable $entities, array $data, array $options = []) - * @method \App\Model\Entity\PublicKeyCredentialSource findOrCreate($search, ?callable $callback = null, array $options = []) + * @method \App\Model\Entity\PublicKeyCredentialSource newEntity(array $data, array $options = []) + * @method \App\Model\Entity\PublicKeyCredentialSource[] newEntities(array $data, array $options = []) + * @method \App\Model\Entity\PublicKeyCredentialSource|false save(\Cake\Datasource\EntityInterface $entity, array $options = []) + * @method \App\Model\Entity\PublicKeyCredentialSource saveOrFail(\Cake\Datasource\EntityInterface $entity, array $options = []) + * @method \App\Model\Entity\PublicKeyCredentialSource patchEntity(\Cake\Datasource\EntityInterface $entity, array $data, array $options = []) + * @method \App\Model\Entity\PublicKeyCredentialSource[] patchEntities(iterable<\Cake\Datasource\EntityInterface> $entities, array $data, array $options = []) + * @method \App\Model\Entity\PublicKeyCredentialSource findOrCreate(\Cake\ORM\Query\SelectQuery|callable|array $search, ?callable $callback = null, array $options = []) * @method \App\Model\Entity\PublicKeyCredentialSource newEmptyEntity() - * @method \App\Model\Entity\PublicKeyCredentialSource[]|\Cake\Datasource\ResultSetInterface|false saveMany(iterable $entities, array $options = []) - * @method \App\Model\Entity\PublicKeyCredentialSource[]|\Cake\Datasource\ResultSetInterface saveManyOrFail(iterable $entities, array $options = []) - * @method \App\Model\Entity\PublicKeyCredentialSource[]|\Cake\Datasource\ResultSetInterface|false deleteMany(iterable $entities, array $options = []) - * @method \App\Model\Entity\PublicKeyCredentialSource[]|\Cake\Datasource\ResultSetInterface deleteManyOrFail(iterable $entities, array $options = []) + * @method \App\Model\Entity\PublicKeyCredentialSource[]|\Cake\Datasource\ResultSetInterface<\App\Model\Entity\PublicKeyCredentialSource>|false saveMany(iterable<\Cake\Datasource\EntityInterface> $entities, array $options = []) + * @method \App\Model\Entity\PublicKeyCredentialSource[]|\Cake\Datasource\ResultSetInterface<\App\Model\Entity\PublicKeyCredentialSource> saveManyOrFail(iterable<\Cake\Datasource\EntityInterface> $entities, array $options = []) + * @method \App\Model\Entity\PublicKeyCredentialSource[]|\Cake\Datasource\ResultSetInterface<\App\Model\Entity\PublicKeyCredentialSource>|false deleteMany(iterable<\Cake\Datasource\EntityInterface> $entities, array $options = []) + * @method \App\Model\Entity\PublicKeyCredentialSource[]|\Cake\Datasource\ResultSetInterface<\App\Model\Entity\PublicKeyCredentialSource> deleteManyOrFail(iterable<\Cake\Datasource\EntityInterface> $entities, array $options = []) * @mixin \Cake\ORM\Behavior\TimestampBehavior */ class PublicKeyCredentialSourcesTable extends Table diff --git a/src/Model/Table/PushSubscriptionsTable.php b/src/Model/Table/PushSubscriptionsTable.php index c3d03561..35309239 100644 --- a/src/Model/Table/PushSubscriptionsTable.php +++ b/src/Model/Table/PushSubscriptionsTable.php @@ -16,18 +16,18 @@ * * @property \App\Model\Table\UsersTable&\Cake\ORM\Association\BelongsTo $Users * @method \App\Model\Entity\PushSubscription get(mixed $primaryKey, array|string $finder = 'all', \Psr\SimpleCache\CacheInterface|string|null $cache = null, \Closure|string|null $cacheKey = null, mixed ...$args) - * @method \App\Model\Entity\PushSubscription newEntity(array $data, array $options = []) - * @method \App\Model\Entity\PushSubscription[] newEntities(array $data, array $options = []) - * @method \App\Model\Entity\PushSubscription|false save(\Cake\Datasource\EntityInterface $entity, array $options = []) - * @method \App\Model\Entity\PushSubscription saveOrFail(\Cake\Datasource\EntityInterface $entity, array $options = []) - * @method \App\Model\Entity\PushSubscription patchEntity(\Cake\Datasource\EntityInterface $entity, array $data, array $options = []) - * @method \App\Model\Entity\PushSubscription[] patchEntities(iterable $entities, array $data, array $options = []) - * @method \App\Model\Entity\PushSubscription findOrCreate($search, ?callable $callback = null, array $options = []) + * @method \App\Model\Entity\PushSubscription newEntity(array $data, array $options = []) + * @method \App\Model\Entity\PushSubscription[] newEntities(array $data, array $options = []) + * @method \App\Model\Entity\PushSubscription|false save(\Cake\Datasource\EntityInterface $entity, array $options = []) + * @method \App\Model\Entity\PushSubscription saveOrFail(\Cake\Datasource\EntityInterface $entity, array $options = []) + * @method \App\Model\Entity\PushSubscription patchEntity(\Cake\Datasource\EntityInterface $entity, array $data, array $options = []) + * @method \App\Model\Entity\PushSubscription[] patchEntities(iterable<\Cake\Datasource\EntityInterface> $entities, array $data, array $options = []) + * @method \App\Model\Entity\PushSubscription findOrCreate(\Cake\ORM\Query\SelectQuery|callable|array $search, ?callable $callback = null, array $options = []) * @method \App\Model\Entity\PushSubscription newEmptyEntity() - * @method \App\Model\Entity\PushSubscription[]|\Cake\Datasource\ResultSetInterface|false saveMany(iterable $entities, array $options = []) - * @method \App\Model\Entity\PushSubscription[]|\Cake\Datasource\ResultSetInterface saveManyOrFail(iterable $entities, array $options = []) - * @method \App\Model\Entity\PushSubscription[]|\Cake\Datasource\ResultSetInterface|false deleteMany(iterable $entities, array $options = []) - * @method \App\Model\Entity\PushSubscription[]|\Cake\Datasource\ResultSetInterface deleteManyOrFail(iterable $entities, array $options = []) + * @method \App\Model\Entity\PushSubscription[]|\Cake\Datasource\ResultSetInterface<\App\Model\Entity\PushSubscription>|false saveMany(iterable<\Cake\Datasource\EntityInterface> $entities, array $options = []) + * @method \App\Model\Entity\PushSubscription[]|\Cake\Datasource\ResultSetInterface<\App\Model\Entity\PushSubscription> saveManyOrFail(iterable<\Cake\Datasource\EntityInterface> $entities, array $options = []) + * @method \App\Model\Entity\PushSubscription[]|\Cake\Datasource\ResultSetInterface<\App\Model\Entity\PushSubscription>|false deleteMany(iterable<\Cake\Datasource\EntityInterface> $entities, array $options = []) + * @method \App\Model\Entity\PushSubscription[]|\Cake\Datasource\ResultSetInterface<\App\Model\Entity\PushSubscription> deleteManyOrFail(iterable<\Cake\Datasource\EntityInterface> $entities, array $options = []) * @mixin \Cake\ORM\Behavior\TimestampBehavior */ class PushSubscriptionsTable extends Table diff --git a/src/Model/Table/RatingsTable.php b/src/Model/Table/RatingsTable.php index b3c1b1ee..3e6c3125 100644 --- a/src/Model/Table/RatingsTable.php +++ b/src/Model/Table/RatingsTable.php @@ -16,18 +16,18 @@ * @property \App\Model\Table\MembersTable&\Cake\ORM\Association\BelongsTo $Members * @property \App\Model\Table\MatchdaysTable&\Cake\ORM\Association\BelongsTo $Matchdays * @method \App\Model\Entity\Rating get(mixed $primaryKey, array|string $finder = 'all', \Psr\SimpleCache\CacheInterface|string|null $cache = null, \Closure|string|null $cacheKey = null, mixed ...$args) - * @method \App\Model\Entity\Rating newEntity(array $data, array $options = []) - * @method \App\Model\Entity\Rating[] newEntities(array $data, array $options = []) - * @method \App\Model\Entity\Rating|false save(\Cake\Datasource\EntityInterface $entity, array $options = []) - * @method \App\Model\Entity\Rating saveOrFail(\Cake\Datasource\EntityInterface $entity, array $options = []) - * @method \App\Model\Entity\Rating patchEntity(\Cake\Datasource\EntityInterface $entity, array $data, array $options = []) - * @method \App\Model\Entity\Rating[] patchEntities(iterable $entities, array $data, array $options = []) - * @method \App\Model\Entity\Rating findOrCreate($search, ?callable $callback = null, array $options = []) + * @method \App\Model\Entity\Rating newEntity(array $data, array $options = []) + * @method \App\Model\Entity\Rating[] newEntities(array $data, array $options = []) + * @method \App\Model\Entity\Rating|false save(\Cake\Datasource\EntityInterface $entity, array $options = []) + * @method \App\Model\Entity\Rating saveOrFail(\Cake\Datasource\EntityInterface $entity, array $options = []) + * @method \App\Model\Entity\Rating patchEntity(\Cake\Datasource\EntityInterface $entity, array $data, array $options = []) + * @method \App\Model\Entity\Rating[] patchEntities(iterable<\Cake\Datasource\EntityInterface> $entities, array $data, array $options = []) + * @method \App\Model\Entity\Rating findOrCreate(\Cake\ORM\Query\SelectQuery|callable|array $search, ?callable $callback = null, array $options = []) * @method \App\Model\Entity\Rating newEmptyEntity() - * @method \App\Model\Entity\Rating[]|\Cake\Datasource\ResultSetInterface|false saveMany(iterable $entities, array $options = []) - * @method \App\Model\Entity\Rating[]|\Cake\Datasource\ResultSetInterface saveManyOrFail(iterable $entities, array $options = []) - * @method \App\Model\Entity\Rating[]|\Cake\Datasource\ResultSetInterface|false deleteMany(iterable $entities, array $options = []) - * @method \App\Model\Entity\Rating[]|\Cake\Datasource\ResultSetInterface deleteManyOrFail(iterable $entities, array $options = []) + * @method \App\Model\Entity\Rating[]|\Cake\Datasource\ResultSetInterface<\App\Model\Entity\Rating>|false saveMany(iterable<\Cake\Datasource\EntityInterface> $entities, array $options = []) + * @method \App\Model\Entity\Rating[]|\Cake\Datasource\ResultSetInterface<\App\Model\Entity\Rating> saveManyOrFail(iterable<\Cake\Datasource\EntityInterface> $entities, array $options = []) + * @method \App\Model\Entity\Rating[]|\Cake\Datasource\ResultSetInterface<\App\Model\Entity\Rating>|false deleteMany(iterable<\Cake\Datasource\EntityInterface> $entities, array $options = []) + * @method \App\Model\Entity\Rating[]|\Cake\Datasource\ResultSetInterface<\App\Model\Entity\Rating> deleteManyOrFail(iterable<\Cake\Datasource\EntityInterface> $entities, array $options = []) */ class RatingsTable extends Table { diff --git a/src/Model/Table/RolesTable.php b/src/Model/Table/RolesTable.php index 31d59e81..eee65ef7 100644 --- a/src/Model/Table/RolesTable.php +++ b/src/Model/Table/RolesTable.php @@ -11,18 +11,18 @@ * * @property \App\Model\Table\MembersTable&\Cake\ORM\Association\HasMany $Members * @method \App\Model\Entity\Role get(mixed $primaryKey, array|string $finder = 'all', \Psr\SimpleCache\CacheInterface|string|null $cache = null, \Closure|string|null $cacheKey = null, mixed ...$args) - * @method \App\Model\Entity\Role newEntity(array $data, array $options = []) - * @method \App\Model\Entity\Role[] newEntities(array $data, array $options = []) - * @method \App\Model\Entity\Role|false save(\Cake\Datasource\EntityInterface $entity, array $options = []) - * @method \App\Model\Entity\Role saveOrFail(\Cake\Datasource\EntityInterface $entity, array $options = []) - * @method \App\Model\Entity\Role patchEntity(\Cake\Datasource\EntityInterface $entity, array $data, array $options = []) - * @method \App\Model\Entity\Role[] patchEntities(iterable $entities, array $data, array $options = []) - * @method \App\Model\Entity\Role findOrCreate($search, ?callable $callback = null, array $options = []) + * @method \App\Model\Entity\Role newEntity(array $data, array $options = []) + * @method \App\Model\Entity\Role[] newEntities(array $data, array $options = []) + * @method \App\Model\Entity\Role|false save(\Cake\Datasource\EntityInterface $entity, array $options = []) + * @method \App\Model\Entity\Role saveOrFail(\Cake\Datasource\EntityInterface $entity, array $options = []) + * @method \App\Model\Entity\Role patchEntity(\Cake\Datasource\EntityInterface $entity, array $data, array $options = []) + * @method \App\Model\Entity\Role[] patchEntities(iterable<\Cake\Datasource\EntityInterface> $entities, array $data, array $options = []) + * @method \App\Model\Entity\Role findOrCreate(\Cake\ORM\Query\SelectQuery|callable|array $search, ?callable $callback = null, array $options = []) * @method \App\Model\Entity\Role newEmptyEntity() - * @method \App\Model\Entity\Role[]|\Cake\Datasource\ResultSetInterface|false saveMany(iterable $entities, array $options = []) - * @method \App\Model\Entity\Role[]|\Cake\Datasource\ResultSetInterface saveManyOrFail(iterable $entities, array $options = []) - * @method \App\Model\Entity\Role[]|\Cake\Datasource\ResultSetInterface|false deleteMany(iterable $entities, array $options = []) - * @method \App\Model\Entity\Role[]|\Cake\Datasource\ResultSetInterface deleteManyOrFail(iterable $entities, array $options = []) + * @method \App\Model\Entity\Role[]|\Cake\Datasource\ResultSetInterface<\App\Model\Entity\Role>|false saveMany(iterable<\Cake\Datasource\EntityInterface> $entities, array $options = []) + * @method \App\Model\Entity\Role[]|\Cake\Datasource\ResultSetInterface<\App\Model\Entity\Role> saveManyOrFail(iterable<\Cake\Datasource\EntityInterface> $entities, array $options = []) + * @method \App\Model\Entity\Role[]|\Cake\Datasource\ResultSetInterface<\App\Model\Entity\Role>|false deleteMany(iterable<\Cake\Datasource\EntityInterface> $entities, array $options = []) + * @method \App\Model\Entity\Role[]|\Cake\Datasource\ResultSetInterface<\App\Model\Entity\Role> deleteManyOrFail(iterable<\Cake\Datasource\EntityInterface> $entities, array $options = []) */ class RolesTable extends Table { diff --git a/src/Model/Table/RollOfHonorsTable.php b/src/Model/Table/RollOfHonorsTable.php index 77fdf91c..dac89f5e 100644 --- a/src/Model/Table/RollOfHonorsTable.php +++ b/src/Model/Table/RollOfHonorsTable.php @@ -13,18 +13,18 @@ * * @property \App\Model\Table\TeamsTable&\Cake\ORM\Association\BelongsTo $Teams * @method \App\Model\Entity\RollOfHonor get(mixed $primaryKey, array|string $finder = 'all', \Psr\SimpleCache\CacheInterface|string|null $cache = null, \Closure|string|null $cacheKey = null, mixed ...$args) - * @method \App\Model\Entity\RollOfHonor newEntity(array $data, array $options = []) - * @method \App\Model\Entity\RollOfHonor[] newEntities(array $data, array $options = []) - * @method \App\Model\Entity\RollOfHonor|false save(\Cake\Datasource\EntityInterface $entity, array $options = []) - * @method \App\Model\Entity\RollOfHonor patchEntity(\Cake\Datasource\EntityInterface $entity, array $data, array $options = []) - * @method \App\Model\Entity\RollOfHonor[] patchEntities(iterable $entities, array $data, array $options = []) - * @method \App\Model\Entity\RollOfHonor findOrCreate($search, ?callable $callback = null, array $options = []) - * @method \App\Model\Entity\RollOfHonor saveOrFail(\Cake\Datasource\EntityInterface $entity, array $options = []) + * @method \App\Model\Entity\RollOfHonor newEntity(array $data, array $options = []) + * @method \App\Model\Entity\RollOfHonor[] newEntities(array $data, array $options = []) + * @method \App\Model\Entity\RollOfHonor|false save(\Cake\Datasource\EntityInterface $entity, array $options = []) + * @method \App\Model\Entity\RollOfHonor patchEntity(\Cake\Datasource\EntityInterface $entity, array $data, array $options = []) + * @method \App\Model\Entity\RollOfHonor[] patchEntities(iterable<\Cake\Datasource\EntityInterface> $entities, array $data, array $options = []) + * @method \App\Model\Entity\RollOfHonor findOrCreate(\Cake\ORM\Query\SelectQuery|callable|array $search, ?callable $callback = null, array $options = []) + * @method \App\Model\Entity\RollOfHonor saveOrFail(\Cake\Datasource\EntityInterface $entity, array $options = []) * @method \App\Model\Entity\RollOfHonor newEmptyEntity() - * @method \App\Model\Entity\RollOfHonor[]|\Cake\Datasource\ResultSetInterface|false saveMany(iterable $entities, array $options = []) - * @method \App\Model\Entity\RollOfHonor[]|\Cake\Datasource\ResultSetInterface saveManyOrFail(iterable $entities, array $options = []) - * @method \App\Model\Entity\RollOfHonor[]|\Cake\Datasource\ResultSetInterface|false deleteMany(iterable $entities, array $options = []) - * @method \App\Model\Entity\RollOfHonor[]|\Cake\Datasource\ResultSetInterface deleteManyOrFail(iterable $entities, array $options = []) + * @method \App\Model\Entity\RollOfHonor[]|\Cake\Datasource\ResultSetInterface<\App\Model\Entity\RollOfHonor>|false saveMany(iterable<\Cake\Datasource\EntityInterface> $entities, array $options = []) + * @method \App\Model\Entity\RollOfHonor[]|\Cake\Datasource\ResultSetInterface<\App\Model\Entity\RollOfHonor> saveManyOrFail(iterable<\Cake\Datasource\EntityInterface> $entities, array $options = []) + * @method \App\Model\Entity\RollOfHonor[]|\Cake\Datasource\ResultSetInterface<\App\Model\Entity\RollOfHonor>|false deleteMany(iterable<\Cake\Datasource\EntityInterface> $entities, array $options = []) + * @method \App\Model\Entity\RollOfHonor[]|\Cake\Datasource\ResultSetInterface<\App\Model\Entity\RollOfHonor> deleteManyOrFail(iterable<\Cake\Datasource\EntityInterface> $entities, array $options = []) * @property \App\Model\Table\LeaguesTable&\Cake\ORM\Association\BelongsTo $Leagues * @property \App\Model\Table\ChampionshipsTable&\Cake\ORM\Association\BelongsTo $Championships */ diff --git a/src/Model/Table/ScoresTable.php b/src/Model/Table/ScoresTable.php index 75cf8acb..4bb28edd 100644 --- a/src/Model/Table/ScoresTable.php +++ b/src/Model/Table/ScoresTable.php @@ -18,18 +18,18 @@ * @property \App\Model\Table\TeamsTable&\Cake\ORM\Association\BelongsTo $Teams * @property \App\Model\Table\MatchdaysTable&\Cake\ORM\Association\BelongsTo $Matchdays * @method \App\Model\Entity\Score get(mixed $primaryKey, array|string $finder = 'all', \Psr\SimpleCache\CacheInterface|string|null $cache = null, \Closure|string|null $cacheKey = null, mixed ...$args) - * @method \App\Model\Entity\Score newEntity(array $data, array $options = []) - * @method \App\Model\Entity\Score[] newEntities(array $data, array $options = []) - * @method \App\Model\Entity\Score|false save(\Cake\Datasource\EntityInterface $entity, array $options = []) - * @method \App\Model\Entity\Score saveOrFail(\Cake\Datasource\EntityInterface $entity, array $options = []) - * @method \App\Model\Entity\Score patchEntity(\Cake\Datasource\EntityInterface $entity, array $data, array $options = []) - * @method \App\Model\Entity\Score[] patchEntities(iterable $entities, array $data, array $options = []) - * @method \App\Model\Entity\Score findOrCreate($search, ?callable $callback = null, array $options = []) + * @method \App\Model\Entity\Score newEntity(array $data, array $options = []) + * @method \App\Model\Entity\Score[] newEntities(array $data, array $options = []) + * @method \App\Model\Entity\Score|false save(\Cake\Datasource\EntityInterface $entity, array $options = []) + * @method \App\Model\Entity\Score saveOrFail(\Cake\Datasource\EntityInterface $entity, array $options = []) + * @method \App\Model\Entity\Score patchEntity(\Cake\Datasource\EntityInterface $entity, array $data, array $options = []) + * @method \App\Model\Entity\Score[] patchEntities(iterable<\Cake\Datasource\EntityInterface> $entities, array $data, array $options = []) + * @method \App\Model\Entity\Score findOrCreate(\Cake\ORM\Query\SelectQuery|callable|array $search, ?callable $callback = null, array $options = []) * @method \App\Model\Entity\Score newEmptyEntity() - * @method \App\Model\Entity\Score[]|\Cake\Datasource\ResultSetInterface|false saveMany(iterable $entities, array $options = []) - * @method \App\Model\Entity\Score[]|\Cake\Datasource\ResultSetInterface saveManyOrFail(iterable $entities, array $options = []) - * @method \App\Model\Entity\Score[]|\Cake\Datasource\ResultSetInterface|false deleteMany(iterable $entities, array $options = []) - * @method \App\Model\Entity\Score[]|\Cake\Datasource\ResultSetInterface deleteManyOrFail(iterable $entities, array $options = []) + * @method \App\Model\Entity\Score[]|\Cake\Datasource\ResultSetInterface<\App\Model\Entity\Score>|false saveMany(iterable<\Cake\Datasource\EntityInterface> $entities, array $options = []) + * @method \App\Model\Entity\Score[]|\Cake\Datasource\ResultSetInterface<\App\Model\Entity\Score> saveManyOrFail(iterable<\Cake\Datasource\EntityInterface> $entities, array $options = []) + * @method \App\Model\Entity\Score[]|\Cake\Datasource\ResultSetInterface<\App\Model\Entity\Score>|false deleteMany(iterable<\Cake\Datasource\EntityInterface> $entities, array $options = []) + * @method \App\Model\Entity\Score[]|\Cake\Datasource\ResultSetInterface<\App\Model\Entity\Score> deleteManyOrFail(iterable<\Cake\Datasource\EntityInterface> $entities, array $options = []) */ class ScoresTable extends Table { diff --git a/src/Model/Table/SeasonsTable.php b/src/Model/Table/SeasonsTable.php index f36c2aad..47503971 100644 --- a/src/Model/Table/SeasonsTable.php +++ b/src/Model/Table/SeasonsTable.php @@ -13,18 +13,18 @@ * @property \App\Model\Table\MatchdaysTable&\Cake\ORM\Association\HasMany $Matchdays * @property \App\Model\Table\MembersTable&\Cake\ORM\Association\HasMany $Members * @method \App\Model\Entity\Season get(mixed $primaryKey, array|string $finder = 'all', \Psr\SimpleCache\CacheInterface|string|null $cache = null, \Closure|string|null $cacheKey = null, mixed ...$args) - * @method \App\Model\Entity\Season newEntity(array $data, array $options = []) - * @method \App\Model\Entity\Season[] newEntities(array $data, array $options = []) - * @method \App\Model\Entity\Season|false save(\Cake\Datasource\EntityInterface $entity, array $options = []) - * @method \App\Model\Entity\Season saveOrFail(\Cake\Datasource\EntityInterface $entity, array $options = []) - * @method \App\Model\Entity\Season patchEntity(\Cake\Datasource\EntityInterface $entity, array $data, array $options = []) - * @method \App\Model\Entity\Season[] patchEntities(iterable $entities, array $data, array $options = []) - * @method \App\Model\Entity\Season findOrCreate($search, ?callable $callback = null, array $options = []) + * @method \App\Model\Entity\Season newEntity(array $data, array $options = []) + * @method \App\Model\Entity\Season[] newEntities(array $data, array $options = []) + * @method \App\Model\Entity\Season|false save(\Cake\Datasource\EntityInterface $entity, array $options = []) + * @method \App\Model\Entity\Season saveOrFail(\Cake\Datasource\EntityInterface $entity, array $options = []) + * @method \App\Model\Entity\Season patchEntity(\Cake\Datasource\EntityInterface $entity, array $data, array $options = []) + * @method \App\Model\Entity\Season[] patchEntities(iterable<\Cake\Datasource\EntityInterface> $entities, array $data, array $options = []) + * @method \App\Model\Entity\Season findOrCreate(\Cake\ORM\Query\SelectQuery|callable|array $search, ?callable $callback = null, array $options = []) * @method \App\Model\Entity\Season newEmptyEntity() - * @method \App\Model\Entity\Season[]|\Cake\Datasource\ResultSetInterface|false saveMany(iterable $entities, array $options = []) - * @method \App\Model\Entity\Season[]|\Cake\Datasource\ResultSetInterface saveManyOrFail(iterable $entities, array $options = []) - * @method \App\Model\Entity\Season[]|\Cake\Datasource\ResultSetInterface|false deleteMany(iterable $entities, array $options = []) - * @method \App\Model\Entity\Season[]|\Cake\Datasource\ResultSetInterface deleteManyOrFail(iterable $entities, array $options = []) + * @method \App\Model\Entity\Season[]|\Cake\Datasource\ResultSetInterface<\App\Model\Entity\Season>|false saveMany(iterable<\Cake\Datasource\EntityInterface> $entities, array $options = []) + * @method \App\Model\Entity\Season[]|\Cake\Datasource\ResultSetInterface<\App\Model\Entity\Season> saveManyOrFail(iterable<\Cake\Datasource\EntityInterface> $entities, array $options = []) + * @method \App\Model\Entity\Season[]|\Cake\Datasource\ResultSetInterface<\App\Model\Entity\Season>|false deleteMany(iterable<\Cake\Datasource\EntityInterface> $entities, array $options = []) + * @method \App\Model\Entity\Season[]|\Cake\Datasource\ResultSetInterface<\App\Model\Entity\Season> deleteManyOrFail(iterable<\Cake\Datasource\EntityInterface> $entities, array $options = []) */ class SeasonsTable extends Table { diff --git a/src/Model/Table/SelectionsTable.php b/src/Model/Table/SelectionsTable.php index dbb35da9..97199d61 100644 --- a/src/Model/Table/SelectionsTable.php +++ b/src/Model/Table/SelectionsTable.php @@ -1,4 +1,5 @@ $data, array $options = []) + * @method \App\Model\Entity\Selection[] newEntities(array $data, array $options = []) + * @method \App\Model\Entity\Selection|false save(\Cake\Datasource\EntityInterface $entity, array $options = []) + * @method \App\Model\Entity\Selection saveOrFail(\Cake\Datasource\EntityInterface $entity, array $options = []) + * @method \App\Model\Entity\Selection patchEntity(\Cake\Datasource\EntityInterface $entity, array $data, array $options = []) + * @method \App\Model\Entity\Selection[] patchEntities(iterable<\Cake\Datasource\EntityInterface> $entities, array $data, array $options = []) + * @method \App\Model\Entity\Selection findOrCreate(\Cake\ORM\Query\SelectQuery|callable|array $search, ?callable $callback = null, array $options = []) * @method \App\Model\Entity\Selection newEmptyEntity() - * @method \App\Model\Entity\Selection[]|\Cake\Datasource\ResultSetInterface|false saveMany(iterable $entities, array $options = []) - * @method \App\Model\Entity\Selection[]|\Cake\Datasource\ResultSetInterface saveManyOrFail(iterable $entities, array $options = []) - * @method \App\Model\Entity\Selection[]|\Cake\Datasource\ResultSetInterface|false deleteMany(iterable $entities, array $options = []) - * @method \App\Model\Entity\Selection[]|\Cake\Datasource\ResultSetInterface deleteManyOrFail(iterable $entities, array $options = []) + * @method \App\Model\Entity\Selection[]|\Cake\Datasource\ResultSetInterface<\App\Model\Entity\Selection>|false saveMany(iterable<\Cake\Datasource\EntityInterface> $entities, array $options = []) + * @method \App\Model\Entity\Selection[]|\Cake\Datasource\ResultSetInterface<\App\Model\Entity\Selection> saveManyOrFail(iterable<\Cake\Datasource\EntityInterface> $entities, array $options = []) + * @method \App\Model\Entity\Selection[]|\Cake\Datasource\ResultSetInterface<\App\Model\Entity\Selection>|false deleteMany(iterable<\Cake\Datasource\EntityInterface> $entities, array $options = []) + * @method \App\Model\Entity\Selection[]|\Cake\Datasource\ResultSetInterface<\App\Model\Entity\Selection> deleteManyOrFail(iterable<\Cake\Datasource\EntityInterface> $entities, array $options = []) */ class SelectionsTable extends Table { @@ -74,6 +75,14 @@ public function initialize(array $config): void 'foreignKey' => 'old_member_id', 'propertyName' => 'old_member', ]); + $this->addBehavior('Timestamp', [ + 'events' => [ + 'Model.beforeSave' => [ + 'created_at' => 'new', + 'modified_at' => 'always', + ], + ], + ]); } /** @@ -97,6 +106,14 @@ public function validationDefault(Validator $validator): Validator ->boolean('processed') ->notEmptyString('processed'); + $validator + ->dateTime('created_at') + ->notEmptyDateTime('created_at'); + + $validator + ->dateTime('modified_at') + ->allowEmptyDateTime('modified_at'); + return $validator; } @@ -127,6 +144,19 @@ public function buildRules(RulesChecker $rules): RulesChecker return $rules; } + /** + * @inheritDoc + */ + public function beforeMarshal(Event $event, ArrayObject $data, ArrayObject $options): void + { + if ($data->offsetExists('created_at')) { + $data->offsetUnset('created_at'); + } + if ($data->offsetExists('modified_at')) { + $data->offsetUnset('modified_at'); + } + } + /** * @param \App\Model\Entity\Selection $selection Selection * @return \App\Model\Entity\Selection|null diff --git a/src/Model/Table/TeamsTable.php b/src/Model/Table/TeamsTable.php index 1b14f7f3..33fa2eb5 100644 --- a/src/Model/Table/TeamsTable.php +++ b/src/Model/Table/TeamsTable.php @@ -31,18 +31,18 @@ * @property \App\Model\Table\MembersTable&\Cake\ORM\Association\BelongsToMany $Members * @property \App\Service\TeamService $Team * @method \App\Model\Entity\Team get(mixed $primaryKey, array|string $finder = 'all', \Psr\SimpleCache\CacheInterface|string|null $cache = null, \Closure|string|null $cacheKey = null, mixed ...$args) - * @method \App\Model\Entity\Team newEntity(array $data, array $options = []) - * @method \App\Model\Entity\Team[] newEntities(array $data, array $options = []) - * @method \App\Model\Entity\Team|false save(\Cake\Datasource\EntityInterface $entity, array $options = []) - * @method \App\Model\Entity\Team saveOrFail(\Cake\Datasource\EntityInterface $entity, array $options = []) - * @method \App\Model\Entity\Team patchEntity(\Cake\Datasource\EntityInterface $entity, array $data, array $options = []) - * @method \App\Model\Entity\Team[] patchEntities(iterable $entities, array $data, array $options = []) - * @method \App\Model\Entity\Team findOrCreate($search, ?callable $callback = null, array $options = []) + * @method \App\Model\Entity\Team newEntity(array $data, array $options = []) + * @method \App\Model\Entity\Team[] newEntities(array $data, array $options = []) + * @method \App\Model\Entity\Team|false save(\Cake\Datasource\EntityInterface $entity, array $options = []) + * @method \App\Model\Entity\Team saveOrFail(\Cake\Datasource\EntityInterface $entity, array $options = []) + * @method \App\Model\Entity\Team patchEntity(\Cake\Datasource\EntityInterface $entity, array $data, array $options = []) + * @method \App\Model\Entity\Team[] patchEntities(iterable<\Cake\Datasource\EntityInterface> $entities, array $data, array $options = []) + * @method \App\Model\Entity\Team findOrCreate(\Cake\ORM\Query\SelectQuery|callable|array $search, ?callable $callback = null, array $options = []) * @method \App\Model\Entity\Team newEmptyEntity() - * @method \App\Model\Entity\Team[]|\Cake\Datasource\ResultSetInterface|false saveMany(iterable $entities, array $options = []) - * @method \App\Model\Entity\Team[]|\Cake\Datasource\ResultSetInterface saveManyOrFail(iterable $entities, array $options = []) - * @method \App\Model\Entity\Team[]|\Cake\Datasource\ResultSetInterface|false deleteMany(iterable $entities, array $options = []) - * @method \App\Model\Entity\Team[]|\Cake\Datasource\ResultSetInterface deleteManyOrFail(iterable $entities, array $options = []) + * @method \App\Model\Entity\Team[]|\Cake\Datasource\ResultSetInterface<\App\Model\Entity\Team>|false saveMany(iterable<\Cake\Datasource\EntityInterface> $entities, array $options = []) + * @method \App\Model\Entity\Team[]|\Cake\Datasource\ResultSetInterface<\App\Model\Entity\Team> saveManyOrFail(iterable<\Cake\Datasource\EntityInterface> $entities, array $options = []) + * @method \App\Model\Entity\Team[]|\Cake\Datasource\ResultSetInterface<\App\Model\Entity\Team>|false deleteMany(iterable<\Cake\Datasource\EntityInterface> $entities, array $options = []) + * @method \App\Model\Entity\Team[]|\Cake\Datasource\ResultSetInterface<\App\Model\Entity\Team> deleteManyOrFail(iterable<\Cake\Datasource\EntityInterface> $entities, array $options = []) * @mixin \Josegonzalez\Upload\Model\Behavior\UploadBehavior */ class TeamsTable extends Table diff --git a/src/Model/Table/TransfertsTable.php b/src/Model/Table/TransfertsTable.php index 0901e6d9..9274000b 100644 --- a/src/Model/Table/TransfertsTable.php +++ b/src/Model/Table/TransfertsTable.php @@ -22,18 +22,18 @@ * @property \App\Model\Table\MatchdaysTable&\Cake\ORM\Association\BelongsTo $Matchdays * @property \App\Service\TransfertService $Transfert * @method \App\Model\Entity\Transfert get(mixed $primaryKey, array|string $finder = 'all', \Psr\SimpleCache\CacheInterface|string|null $cache = null, \Closure|string|null $cacheKey = null, mixed ...$args) - * @method \App\Model\Entity\Transfert newEntity(array $data, array $options = []) - * @method \App\Model\Entity\Transfert[] newEntities(array $data, array $options = []) - * @method \App\Model\Entity\Transfert|false save(\Cake\Datasource\EntityInterface $entity, array $options = []) - * @method \App\Model\Entity\Transfert saveOrFail(\Cake\Datasource\EntityInterface $entity, array $options = []) - * @method \App\Model\Entity\Transfert patchEntity(\Cake\Datasource\EntityInterface $entity, array $data, array $options = []) - * @method \App\Model\Entity\Transfert[] patchEntities(iterable $entities, array $data, array $options = []) - * @method \App\Model\Entity\Transfert findOrCreate($search, ?callable $callback = null, array $options = []) + * @method \App\Model\Entity\Transfert newEntity(array $data, array $options = []) + * @method \App\Model\Entity\Transfert[] newEntities(array $data, array $options = []) + * @method \App\Model\Entity\Transfert|false save(\Cake\Datasource\EntityInterface $entity, array $options = []) + * @method \App\Model\Entity\Transfert saveOrFail(\Cake\Datasource\EntityInterface $entity, array $options = []) + * @method \App\Model\Entity\Transfert patchEntity(\Cake\Datasource\EntityInterface $entity, array $data, array $options = []) + * @method \App\Model\Entity\Transfert[] patchEntities(iterable<\Cake\Datasource\EntityInterface> $entities, array $data, array $options = []) + * @method \App\Model\Entity\Transfert findOrCreate(\Cake\ORM\Query\SelectQuery|callable|array $search, ?callable $callback = null, array $options = []) * @method \App\Model\Entity\Transfert newEmptyEntity() - * @method \App\Model\Entity\Transfert[]|\Cake\Datasource\ResultSetInterface|false saveMany(iterable $entities, array $options = []) - * @method \App\Model\Entity\Transfert[]|\Cake\Datasource\ResultSetInterface saveManyOrFail(iterable $entities, array $options = []) - * @method \App\Model\Entity\Transfert[]|\Cake\Datasource\ResultSetInterface|false deleteMany(iterable $entities, array $options = []) - * @method \App\Model\Entity\Transfert[]|\Cake\Datasource\ResultSetInterface deleteManyOrFail(iterable $entities, array $options = []) + * @method \App\Model\Entity\Transfert[]|\Cake\Datasource\ResultSetInterface<\App\Model\Entity\Transfert>|false saveMany(iterable<\Cake\Datasource\EntityInterface> $entities, array $options = []) + * @method \App\Model\Entity\Transfert[]|\Cake\Datasource\ResultSetInterface<\App\Model\Entity\Transfert> saveManyOrFail(iterable<\Cake\Datasource\EntityInterface> $entities, array $options = []) + * @method \App\Model\Entity\Transfert[]|\Cake\Datasource\ResultSetInterface<\App\Model\Entity\Transfert>|false deleteMany(iterable<\Cake\Datasource\EntityInterface> $entities, array $options = []) + * @method \App\Model\Entity\Transfert[]|\Cake\Datasource\ResultSetInterface<\App\Model\Entity\Transfert> deleteManyOrFail(iterable<\Cake\Datasource\EntityInterface> $entities, array $options = []) */ class TransfertsTable extends Table { diff --git a/src/Model/Table/UsersTable.php b/src/Model/Table/UsersTable.php index bb59fa5a..35a643fd 100644 --- a/src/Model/Table/UsersTable.php +++ b/src/Model/Table/UsersTable.php @@ -15,18 +15,18 @@ * @property \App\Model\Table\PushSubscriptionsTable&\Cake\ORM\Association\HasMany $PushSubscriptions * @property \App\Model\Table\TeamsTable&\Cake\ORM\Association\HasMany $Teams * @method \App\Model\Entity\User get(mixed $primaryKey, array|string $finder = 'all', \Psr\SimpleCache\CacheInterface|string|null $cache = null, \Closure|string|null $cacheKey = null, mixed ...$args) - * @method \App\Model\Entity\User newEntity(array $data, array $options = []) - * @method \App\Model\Entity\User[] newEntities(array $data, array $options = []) - * @method \App\Model\Entity\User|false save(\Cake\Datasource\EntityInterface $entity, array $options = []) - * @method \App\Model\Entity\User saveOrFail(\Cake\Datasource\EntityInterface $entity, array $options = []) - * @method \App\Model\Entity\User patchEntity(\Cake\Datasource\EntityInterface $entity, array $data, array $options = []) - * @method \App\Model\Entity\User[] patchEntities(iterable $entities, array $data, array $options = []) - * @method \App\Model\Entity\User findOrCreate($search, ?callable $callback = null, array $options = []) + * @method \App\Model\Entity\User newEntity(array $data, array $options = []) + * @method \App\Model\Entity\User[] newEntities(array $data, array $options = []) + * @method \App\Model\Entity\User|false save(\Cake\Datasource\EntityInterface $entity, array $options = []) + * @method \App\Model\Entity\User saveOrFail(\Cake\Datasource\EntityInterface $entity, array $options = []) + * @method \App\Model\Entity\User patchEntity(\Cake\Datasource\EntityInterface $entity, array $data, array $options = []) + * @method \App\Model\Entity\User[] patchEntities(iterable<\Cake\Datasource\EntityInterface> $entities, array $data, array $options = []) + * @method \App\Model\Entity\User findOrCreate(\Cake\ORM\Query\SelectQuery|callable|array $search, ?callable $callback = null, array $options = []) * @method \App\Model\Entity\User newEmptyEntity() - * @method \App\Model\Entity\User[]|\Cake\Datasource\ResultSetInterface|false saveMany(iterable $entities, array $options = []) - * @method \App\Model\Entity\User[]|\Cake\Datasource\ResultSetInterface saveManyOrFail(iterable $entities, array $options = []) - * @method \App\Model\Entity\User[]|\Cake\Datasource\ResultSetInterface|false deleteMany(iterable $entities, array $options = []) - * @method \App\Model\Entity\User[]|\Cake\Datasource\ResultSetInterface deleteManyOrFail(iterable $entities, array $options = []) + * @method \App\Model\Entity\User[]|\Cake\Datasource\ResultSetInterface<\App\Model\Entity\User>|false saveMany(iterable<\Cake\Datasource\EntityInterface> $entities, array $options = []) + * @method \App\Model\Entity\User[]|\Cake\Datasource\ResultSetInterface<\App\Model\Entity\User> saveManyOrFail(iterable<\Cake\Datasource\EntityInterface> $entities, array $options = []) + * @method \App\Model\Entity\User[]|\Cake\Datasource\ResultSetInterface<\App\Model\Entity\User>|false deleteMany(iterable<\Cake\Datasource\EntityInterface> $entities, array $options = []) + * @method \App\Model\Entity\User[]|\Cake\Datasource\ResultSetInterface<\App\Model\Entity\User> deleteManyOrFail(iterable<\Cake\Datasource\EntityInterface> $entities, array $options = []) */ class UsersTable extends Table { diff --git a/src/Service/TransfertService.php b/src/Service/TransfertService.php index c4611637..93aa08f9 100644 --- a/src/Service/TransfertService.php +++ b/src/Service/TransfertService.php @@ -78,7 +78,7 @@ public function substituteMembers(Transfert $transfert): void ]); $transfertsTable->save($transfert, ['associated' => false]); } - $membersTeamsTable->saveMany((array)$recs, ['associated' => false]); + $membersTeamsTable->saveMany($recs, ['associated' => false]); } /** diff --git a/src/Stream/Verb/Aggregated/Lineup.php b/src/Stream/Verb/Aggregated/Lineup.php index aec8d666..21456680 100644 --- a/src/Stream/Verb/Aggregated/Lineup.php +++ b/src/Stream/Verb/Aggregated/Lineup.php @@ -24,7 +24,9 @@ public function getBody(): string $regular = array_splice($lineup->dispositions, 0, 11); $players = []; foreach ($regular as $disposition) { - $players[] = $disposition->member->player->surname; + if ($disposition->member != null) { + $players[] = $disposition->member->player->surname; + } } return implode(', ', $players);