Mark classes as final

This commit is contained in:
brabli
2024-08-05 12:09:10 +01:00
parent cb16158eb3
commit f30c20ceda
6 changed files with 7 additions and 6 deletions

View File

@@ -14,7 +14,7 @@ use Symfony\Bundle\FrameworkBundle\Test\KernelTestCase;
/**
* We sleep 1 second after API calls to prevent breaking the API T&Cs.
*/
class GeocodeTest extends KernelTestCase
final class GeocodeTest extends KernelTestCase
{
// Buckingham Palace
private const string POSTCODE = 'SW1A 1AA';