Skip to content

Commit 4306366

Browse files
committed
Final drivers
1 parent 3c9fd2f commit 4306366

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Revisionable/Mapping/Driver/Xml.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
*
2525
* @internal
2626
*/
27-
class Xml extends BaseXml
27+
final class Xml extends BaseXml
2828
{
2929
public function readExtendedMetadata($meta, array &$config)
3030
{

src/Revisionable/Mapping/Driver/Yaml.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
*
2525
* @internal
2626
*/
27-
class Yaml extends File
27+
final class Yaml extends File
2828
{
2929
/**
3030
* File extension

0 commit comments

Comments
 (0)