You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -39,3 +48,17 @@ You should update the following dependencies in your application's `composer.jso
39
48
-`laravel/framework` to `^11.0`
40
49
41
50
</div>
51
+
52
+
<aname="collections"></a>
53
+
### Collections
54
+
55
+
<aname="the-enumerable-contract"></a>
56
+
#### The `Enumerable` Contract
57
+
58
+
**Likelihood Of Impact: Low**
59
+
60
+
The `dump` method of the `Illuminate\Support\Enumerable` contract has been updated to accept a variadic `...$args` argument. If you are implementing this interface you should update your implementation accordingly:
0 commit comments