Skip to content

Commit

Permalink
Merge pull request #4424 from morozov/sql-parser-utils-internal
Browse files Browse the repository at this point in the history
Mark SQLParserUtils internal
  • Loading branch information
morozov authored Nov 11, 2020
2 parents 32f96b1 + 1c908c3 commit 5f94000
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/Doctrine/DBAL/SQLParserUtils.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@

/**
* Utility class that parses sql statements with regard to types and parameters.
*
* @internal
*/
class SQLParserUtils
{
Expand Down

0 comments on commit 5f94000

Please sign in to comment.