From bafcbf17d3abbd9324daa3871fdad18e925b653b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 26 Nov 2025 18:15:24 +0000 Subject: [PATCH 1/5] Bump illuminate/support from 12.39.0 to 12.40.0 Bumps [illuminate/support](https://github.com/illuminate/support) from 12.39.0 to 12.40.0. - [Commits](https://github.com/illuminate/support/compare/v12.39.0...v12.40.0) --- updated-dependencies: - dependency-name: illuminate/support dependency-version: 12.40.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- composer.lock | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/composer.lock b/composer.lock index abd673b..f43cb1b 100644 --- a/composer.lock +++ b/composer.lock @@ -852,16 +852,16 @@ }, { "name": "illuminate/collections", - "version": "v12.39.0", + "version": "v12.40.1", "source": { "type": "git", "url": "https://github.com/illuminate/collections.git", - "reference": "deb291b109b6f7fd776a3550a120771137b3c5d1" + "reference": "3a794986bad4caf369d17ae19d4ef20a38dd8b0c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/illuminate/collections/zipball/deb291b109b6f7fd776a3550a120771137b3c5d1", - "reference": "deb291b109b6f7fd776a3550a120771137b3c5d1", + "url": "https://api.github.com/repos/illuminate/collections/zipball/3a794986bad4caf369d17ae19d4ef20a38dd8b0c", + "reference": "3a794986bad4caf369d17ae19d4ef20a38dd8b0c", "shasum": "" }, "require": { @@ -907,11 +907,11 @@ "issues": "https://github.com/laravel/framework/issues", "source": "https://github.com/laravel/framework" }, - "time": "2025-10-30T12:22:05+00:00" + "time": "2025-11-24T14:13:52+00:00" }, { "name": "illuminate/conditionable", - "version": "v12.39.0", + "version": "v12.40.1", "source": { "type": "git", "url": "https://github.com/illuminate/conditionable.git", @@ -957,7 +957,7 @@ }, { "name": "illuminate/contracts", - "version": "v12.39.0", + "version": "v12.40.1", "source": { "type": "git", "url": "https://github.com/illuminate/contracts.git", @@ -1005,7 +1005,7 @@ }, { "name": "illuminate/macroable", - "version": "v12.39.0", + "version": "v12.40.1", "source": { "type": "git", "url": "https://github.com/illuminate/macroable.git", @@ -1051,16 +1051,16 @@ }, { "name": "illuminate/support", - "version": "v12.39.0", + "version": "v12.40.0", "source": { "type": "git", "url": "https://github.com/illuminate/support.git", - "reference": "d9780f626aa79d6b7b9c18f0d886340a29c66659" + "reference": "6fb0a6a1850b7f276735aa1810b32df049ac16ba" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/illuminate/support/zipball/d9780f626aa79d6b7b9c18f0d886340a29c66659", - "reference": "d9780f626aa79d6b7b9c18f0d886340a29c66659", + "url": "https://api.github.com/repos/illuminate/support/zipball/6fb0a6a1850b7f276735aa1810b32df049ac16ba", + "reference": "6fb0a6a1850b7f276735aa1810b32df049ac16ba", "shasum": "" }, "require": { @@ -1126,7 +1126,7 @@ "issues": "https://github.com/laravel/framework/issues", "source": "https://github.com/laravel/framework" }, - "time": "2025-11-16T14:43:22+00:00" + "time": "2025-11-24T21:58:53+00:00" }, { "name": "justinrainbow/json-schema", From 8735acd6b024cc3d431443518746dfc7249b6e09 Mon Sep 17 00:00:00 2001 From: EncoreBot Date: Wed, 26 Nov 2025 18:16:02 +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 77a93320b6b471466514cf5b4af007a3f068b338 Mon Sep 17 00:00:00 2001 From: EncoreBot Date: Wed, 26 Nov 2025 18:16:02 +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 29f988f..e333ae7 100644 --- a/.git-blame-ignore-revs +++ b/.git-blame-ignore-revs @@ -55,3 +55,4 @@ c400a3c655b1157b8ff30f5c2ead30563fad972a e7d3e86c6e045f09131ec7cdb3e2cf0887e7eb21 7350f8fc64aa43ff050446bd64157a28f73e21d4 bb927a60f808d44d10b6ffbd796982a3e5022c44 +8735acd6b024cc3d431443518746dfc7249b6e09 From 6c15d4bd3d6a4bf50cb518df7978ae1c0da4fedc Mon Sep 17 00:00:00 2001 From: EncoreBot Date: Wed, 26 Nov 2025 18:16:20 +0000 Subject: [PATCH 4/5] Dusting --- src/Objects/Support/Traits/Macroable.php | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/Objects/Support/Traits/Macroable.php b/src/Objects/Support/Traits/Macroable.php index 6a3e7bc..7d40b14 100644 --- a/src/Objects/Support/Traits/Macroable.php +++ b/src/Objects/Support/Traits/Macroable.php @@ -88,8 +88,9 @@ protected function deferToEloquentInstance(string $method, array $parameters): m } /** - * @param string $method + * @param string $method * @return mixed + * * @throws ReflectionException */ public static function __callStatic($method, array $parameters) @@ -120,8 +121,8 @@ public static function __callStatic($method, array $parameters) } /** - * @param string $method - * @param array $parameters + * @param string $method + * @param array $parameters * @return mixed * * @throws ReflectionException From f553f8988f3addf45b8d57ae73624489af13013a Mon Sep 17 00:00:00 2001 From: EncoreBot Date: Wed, 26 Nov 2025 18:16:20 +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 e333ae7..f151098 100644 --- a/.git-blame-ignore-revs +++ b/.git-blame-ignore-revs @@ -56,3 +56,4 @@ e7d3e86c6e045f09131ec7cdb3e2cf0887e7eb21 7350f8fc64aa43ff050446bd64157a28f73e21d4 bb927a60f808d44d10b6ffbd796982a3e5022c44 8735acd6b024cc3d431443518746dfc7249b6e09 +6c15d4bd3d6a4bf50cb518df7978ae1c0da4fedc