Skip to content

Commit 1c7da47

Browse files
committed
Fix BC break 🎯
1 parent ee6aca1 commit 1c7da47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Collection/Primitive/Number.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ public function asBigNumber(): BigNumber
106106
*
107107
* @return mixed
108108
*/
109-
public function __call($method, $parameters): mixed
109+
public function __call($method, $parameters)
110110
{
111111
if (static::hasMacro($method)) {
112112
return parent::__call($method, $parameters);

0 commit comments

Comments
 (0)