Skip to content

Commit e815d0f

Browse files
kfriarsgithub-actions[bot]
authored andcommitted
Fix styling
1 parent 8adedc3 commit e815d0f

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

config/schema-events.php

+4-4
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@
1010
|--------------------------------------------------------------------------
1111
|
1212
| `ran`:
13-
| This listens to `MigrationStarted` event which is dispatched before each
13+
| This listens to `MigrationStarted` event which is dispatched before each
1414
| migration file is run. This listener is responsible for collecting the
15-
| schema events that will be occurring during the run.
15+
| schema events that will be occurring during the run.
1616
|
1717
| `finished`:
18-
| This listens for the completion of migrations being run and emits all
19-
| of the collected schema events. If this is
18+
| This listens for the completion of migrations being run and emits all
19+
| of the collected schema events. If this is
2020
|
2121
*/
2222
'listeners' => [

src/Repository/EventRepository.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ public function renamed(): Collection
5858
}
5959

6060
/**
61-
* @param Collection<TableCreated|TableChanged|TableDropped|TableRenamed> $events
61+
* @param Collection<TableCreated|TableChanged|TableDropped|TableRenamed> $events
6262
*/
6363
public function store(Collection $events): void
6464
{

0 commit comments

Comments
 (0)