add final to classes

This commit is contained in:
Robin Appelman 2025-10-25 17:51:52 +02:00
commit edc9703e6b
50 changed files with 50 additions and 49 deletions

View file

@ -5,7 +5,7 @@
*/
namespace Icewind\SMB;
class TimeZoneProvider implements ITimeZoneProvider {
final class TimeZoneProvider implements ITimeZoneProvider {
/**
* @var string[]
*/