Skip to content

Commit

Permalink
Fix: Mark class as final
Browse files Browse the repository at this point in the history
  • Loading branch information
localheinz committed Sep 4, 2023
1 parent 1990f92 commit 4437a92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Faker/Core/Coordinates.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

use Faker\Extension;

class Coordinates implements Extension\Extension
final class Coordinates implements Extension\Extension
{
private Extension\NumberExtension $numberExtension;

Expand Down

0 comments on commit 4437a92

Please sign in to comment.