Skip to content

Commit 2a23c55

Browse files
committed
fix: regression, Configuration is not final
1 parent 5c36049 commit 2a23c55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Configuration.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
*
3030
* @see https://openapi-generator.tech
3131
*/
32-
final class Configuration
32+
class Configuration
3333
{
3434
public const BOOLEAN_FORMAT_INT = 'int';
3535
public const BOOLEAN_FORMAT_STRING = 'string';

0 commit comments

Comments
 (0)