Skip to content

Commit 60ecc14

Browse files
Fix spacing inconsistency before ellipsis in event comments (#10409)
Co-authored-by: Taylor Otwell <[email protected]>
1 parent a08fd47 commit 60ecc14

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

events.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -922,7 +922,7 @@ test('orders can be processed', function () {
922922
return $order;
923923
});
924924

925-
// Events are dispatched as normal and observers will run ...
925+
// Events are dispatched as normal and observers will run...
926926
$order->update([
927927
// ...
928928
]);
@@ -954,7 +954,7 @@ class ExampleTest extends TestCase
954954
return $order;
955955
});
956956

957-
// Events are dispatched as normal and observers will run ...
957+
// Events are dispatched as normal and observers will run...
958958
$order->update([
959959
// ...
960960
]);

0 commit comments

Comments
 (0)