Skip to content

Commit e8d53a9

Browse files
dependabot[bot]EncoreBot
andauthored
Bump illuminate/collections from 12.39.0 to 12.40.0 (#161)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: EncoreBot <ghbot@encoredigitalgroup.com>
1 parent d8361a5 commit e8d53a9

File tree

3 files changed

+14
-13
lines changed

3 files changed

+14
-13
lines changed

.git-blame-ignore-revs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,3 +55,5 @@ c400a3c655b1157b8ff30f5c2ead30563fad972a
5555
e7d3e86c6e045f09131ec7cdb3e2cf0887e7eb21
5656
7350f8fc64aa43ff050446bd64157a28f73e21d4
5757
bb927a60f808d44d10b6ffbd796982a3e5022c44
58+
01fafd34762e4bba3441bdc5196fe7f2dbb742ea
59+
8324fa8d36520cdf661ec467df91ab869940288c

composer.lock

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/Objects/Support/Traits/Macroable.php

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -88,13 +88,12 @@ protected function deferToEloquentInstance(string $method, array $parameters): m
8888
}
8989

9090
/**
91-
* @param string $method
92-
* @param array $parameters
91+
* @param string $method
9392
* @return mixed
9493
*
9594
* @throws ReflectionException
9695
*/
97-
public static function __callStatic($method, $parameters)
96+
public static function __callStatic($method, array $parameters)
9897
{
9998
// Check if a macro exists for the method
10099
if (static::hasMacro($method)) {
@@ -122,8 +121,8 @@ public static function __callStatic($method, $parameters)
122121
}
123122

124123
/**
125-
* @param string $method
126-
* @param array $parameters
124+
* @param string $method
125+
* @param array $parameters
127126
* @return mixed
128127
*
129128
* @throws ReflectionException

0 commit comments

Comments
 (0)