From 33a28d16a737e635d79bc668e0aedd0552ca39cf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Dec 2025 18:03:15 +0000 Subject: [PATCH 1/5] Bump illuminate/collections from 12.41.1 to 12.43.1 Bumps [illuminate/collections](https://github.com/illuminate/collections) from 12.41.1 to 12.43.1. - [Commits](https://github.com/illuminate/collections/compare/v12.41.1...v12.43.1) --- updated-dependencies: - dependency-name: illuminate/collections dependency-version: 12.43.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- composer.lock | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/composer.lock b/composer.lock index 41cb452..8012ece 100644 --- a/composer.lock +++ b/composer.lock @@ -852,16 +852,16 @@ }, { "name": "illuminate/collections", - "version": "v12.41.1", + "version": "v12.43.1", "source": { "type": "git", "url": "https://github.com/illuminate/collections.git", - "reference": "1cf6115f711ff775fcce547dee82d59cac33fedb" + "reference": "16657effa6a5a4e728f9aeb3e38fb4fa9ba70e7d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/illuminate/collections/zipball/1cf6115f711ff775fcce547dee82d59cac33fedb", - "reference": "1cf6115f711ff775fcce547dee82d59cac33fedb", + "url": "https://api.github.com/repos/illuminate/collections/zipball/16657effa6a5a4e728f9aeb3e38fb4fa9ba70e7d", + "reference": "16657effa6a5a4e728f9aeb3e38fb4fa9ba70e7d", "shasum": "" }, "require": { @@ -907,11 +907,11 @@ "issues": "https://github.com/laravel/framework/issues", "source": "https://github.com/laravel/framework" }, - "time": "2025-11-29T13:55:43+00:00" + "time": "2025-12-06T18:08:25+00:00" }, { "name": "illuminate/conditionable", - "version": "v12.42.0", + "version": "v12.43.1", "source": { "type": "git", "url": "https://github.com/illuminate/conditionable.git", @@ -957,7 +957,7 @@ }, { "name": "illuminate/contracts", - "version": "v12.42.0", + "version": "v12.43.1", "source": { "type": "git", "url": "https://github.com/illuminate/contracts.git", @@ -1005,7 +1005,7 @@ }, { "name": "illuminate/macroable", - "version": "v12.42.0", + "version": "v12.43.1", "source": { "type": "git", "url": "https://github.com/illuminate/macroable.git", From d0097bd14bf964bf4c283d07432ca52bfefa6391 Mon Sep 17 00:00:00 2001 From: EncoreBot Date: Wed, 17 Dec 2025 18:03:50 +0000 Subject: [PATCH 2/5] Rectifying --- src/Objects/Support/Traits/Macroable.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/Objects/Support/Traits/Macroable.php b/src/Objects/Support/Traits/Macroable.php index e4a1c5d..6a3e7bc 100644 --- a/src/Objects/Support/Traits/Macroable.php +++ b/src/Objects/Support/Traits/Macroable.php @@ -89,12 +89,10 @@ protected function deferToEloquentInstance(string $method, array $parameters): m /** * @param string $method - * @param array $parameters * @return mixed - * * @throws ReflectionException */ - public static function __callStatic($method, $parameters) + public static function __callStatic($method, array $parameters) { // Check if a macro exists for the method if (static::hasMacro($method)) { From cd8e9c7ca6b931be45123f43c90f6bfdabb5ab12 Mon Sep 17 00:00:00 2001 From: EncoreBot Date: Wed, 17 Dec 2025 18:03:50 +0000 Subject: [PATCH 3/5] Ignore Rector Commit in Git Blame --- .git-blame-ignore-revs | 1 + 1 file changed, 1 insertion(+) diff --git a/.git-blame-ignore-revs b/.git-blame-ignore-revs index 7e45e54..13066c1 100644 --- a/.git-blame-ignore-revs +++ b/.git-blame-ignore-revs @@ -59,3 +59,4 @@ bb927a60f808d44d10b6ffbd796982a3e5022c44 8324fa8d36520cdf661ec467df91ab869940288c 9768a59609a9812e1a30db696d43ea265a0539be 33a2233c7f0bfab90033796d51cbb722e2b5340e +d0097bd14bf964bf4c283d07432ca52bfefa6391 From 0dc3de71ae8b40a7050bd1a106d31c216b9fc7d3 Mon Sep 17 00:00:00 2001 From: EncoreBot Date: Wed, 17 Dec 2025 18:04:09 +0000 Subject: [PATCH 4/5] Dusting --- rector.php | 1 + src/Objects/Support/Traits/Macroable.php | 7 ++++--- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/rector.php b/rector.php index 50b678e..2381dc1 100644 --- a/rector.php +++ b/rector.php @@ -1,4 +1,5 @@ Date: Wed, 17 Dec 2025 18:04:09 +0000 Subject: [PATCH 5/5] Ignore Duster Commit in Git Blame --- .git-blame-ignore-revs | 1 + 1 file changed, 1 insertion(+) diff --git a/.git-blame-ignore-revs b/.git-blame-ignore-revs index 13066c1..060e962 100644 --- a/.git-blame-ignore-revs +++ b/.git-blame-ignore-revs @@ -60,3 +60,4 @@ bb927a60f808d44d10b6ffbd796982a3e5022c44 9768a59609a9812e1a30db696d43ea265a0539be 33a2233c7f0bfab90033796d51cbb722e2b5340e d0097bd14bf964bf4c283d07432ca52bfefa6391 +0dc3de71ae8b40a7050bd1a106d31c216b9fc7d3