Skip to content

Commit

Permalink
feat: undeprecate SqlFactory (#251)
Browse files Browse the repository at this point in the history
  • Loading branch information
simPod authored Jan 19, 2024
1 parent 2b104bf commit c4d8106
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/Sql/SqlFactory.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,7 @@
use function sprintf;
use function str_replace;

/**
* @internal
* @deprecated
*/
/** @internal */
final class SqlFactory
{
public function __construct(private ValueFormatter $valueFormatter)
Expand Down

0 comments on commit c4d8106

Please sign in to comment.