Skip to content

Commit c4d8106

Browse files
authored
feat: undeprecate SqlFactory (#251)
1 parent 2b104bf commit c4d8106

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/Sql/SqlFactory.php

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,7 @@
1212
use function sprintf;
1313
use function str_replace;
1414

15-
/**
16-
* @internal
17-
* @deprecated
18-
*/
15+
/** @internal */
1916
final class SqlFactory
2017
{
2118
public function __construct(private ValueFormatter $valueFormatter)

0 commit comments

Comments
 (0)