Skip to content

Commit bfccdfa

Browse files
committed
phpcs
1 parent 8d5d1a3 commit bfccdfa

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

src/Autocomplete/CHANGELOG.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010

1111
- Added support for using [OptionGroups](https://tom-select.js.org/examples/optgroups/).
1212

13-
1413
## 2.7.0
1514

1615
- Add `assets/src` to `.gitattributes` to exclude them from the installation

src/LiveComponent/src/LiveResponder.php

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,11 @@ final class LiveResponder
2020
{
2121
/**
2222
* Each item is an array with keys: event, data, target, componentName.
23-
*
24-
* @var array
2523
*/
2624
private array $eventsToEmit = [];
2725

2826
/**
29-
* Each item is an array with keys: event, payload
30-
*
31-
* @var array
27+
* Each item is an array with keys: event, payload.
3228
*/
3329
private array $browserEventsToDispatch = [];
3430

0 commit comments

Comments
 (0)