Skip to content

Commit 258e2a3

Browse files
committed
Options class should be final
1 parent 1da4978 commit 258e2a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Options.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
namespace ApiClients\Foundation;
44

5-
class Options
5+
final class Options
66
{
77
const HYDRATOR = 'hydrator';
88
const HYDRATOR_OPTIONS = 'hydrator_options';

0 commit comments

Comments
 (0)