Skip to content

Commit 1ed0440

Browse files
committed
WIP
1 parent 024ee84 commit 1ed0440

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

src/Adapter/Platform/Sql92.php

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,14 @@ class Sql92 extends AbstractPlatform
1515
{
1616
public final const PLATFORM_NAME = 'SQL92';
1717

18+
/**
19+
* {@inheritDoc}
20+
*/
21+
public function getName(): string
22+
{
23+
return self::PLATFORM_NAME;
24+
}
25+
1826
/**
1927
* {@inheritDoc}
2028
*/
@@ -33,7 +41,6 @@ public function quoteValue(string $value): string
3341
/**
3442
* {@inheritDoc}
3543
*/
36-
#[Override]
3744
public function getSqlPlatformDecorator(): SqlPlatform
3845
{
3946
return new Sql92Platform();

0 commit comments

Comments
 (0)