Skip to content

Commit 92f71c0

Browse files
authored
remove extra linebreaks (#10184)
2 consecutive empty lines
1 parent 1274dad commit 92f71c0

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

collections.md

-3
Original file line numberDiff line numberDiff line change
@@ -442,7 +442,6 @@ $collection = collect([
442442
['third' => collect([7, 8, 9])]
443443
]);
444444

445-
446445
$collapsed = $collection->collapseWithKeys();
447446

448447
$collapsed->all();
@@ -3594,7 +3593,6 @@ $collection->all();
35943593

35953594
// ['Michael', 'Tom']
35963595

3597-
35983596
$collection = collect();
35993597

36003598
$collection->whenEmpty(function (Collection $collection) {
@@ -3640,7 +3638,6 @@ $collection->all();
36403638

36413639
// ['michael', 'tom', 'adam']
36423640

3643-
36443641
$collection = collect();
36453642

36463643
$collection->whenNotEmpty(function (Collection $collection) {

dusk.md

-1
Original file line numberDiff line numberDiff line change
@@ -1958,7 +1958,6 @@ Assert that the element matching the given selector is missing the provided attr
19581958
$browser->assertAttributeMissing($selector, $attribute);
19591959
```
19601960

1961-
19621961
<a name="assert-attribute-contains"></a>
19631962
#### assertAttributeContains
19641963

0 commit comments

Comments
 (0)