Skip to content

Commit

Permalink
Housekeeping: CS
Browse files Browse the repository at this point in the history
  • Loading branch information
beberlei committed Mar 1, 2020
1 parent 68c348d commit 57d64bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/Doctrine/ORM/Query/SqlWalker.php
Expand Up @@ -47,9 +47,9 @@ class SqlWalker implements TreeWalker
const HINT_DISTINCT = 'doctrine.distinct';

/**
* @var string
* Used to mark a query as containing a PARTIAL expression, which needs to be known by SLC.
*/
const HINT_PARTIAL = 'doctrine.partial';
public const HINT_PARTIAL = 'doctrine.partial';

/**
* @var ResultSetMapping
Expand Down

0 comments on commit 57d64bf

Please sign in to comment.