File tree 2 files changed +0
-4
lines changed
2 files changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -442,7 +442,6 @@ $collection = collect([
442
442
['third' => collect([7, 8, 9])]
443
443
]);
444
444
445
-
446
445
$collapsed = $collection->collapseWithKeys();
447
446
448
447
$collapsed->all();
@@ -3594,7 +3593,6 @@ $collection->all();
3594
3593
3595
3594
// ['Michael', 'Tom']
3596
3595
3597
-
3598
3596
$collection = collect();
3599
3597
3600
3598
$collection->whenEmpty(function (Collection $collection) {
@@ -3640,7 +3638,6 @@ $collection->all();
3640
3638
3641
3639
// ['michael', 'tom', 'adam']
3642
3640
3643
-
3644
3641
$collection = collect();
3645
3642
3646
3643
$collection->whenNotEmpty(function (Collection $collection) {
Original file line number Diff line number Diff line change @@ -1958,7 +1958,6 @@ Assert that the element matching the given selector is missing the provided attr
1958
1958
$browser->assertAttributeMissing($selector, $attribute);
1959
1959
```
1960
1960
1961
-
1962
1961
<a name =" assert-attribute-contains " ></a >
1963
1962
#### assertAttributeContains
1964
1963
You can’t perform that action at this time.
0 commit comments