mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-27 17:15:02 +00:00
apply rector rules
This commit is contained in:
@@ -19,9 +19,9 @@ use Doctrine\ORM\Query\Lexer;
|
||||
*/
|
||||
class STContains extends FunctionNode
|
||||
{
|
||||
private $firstPart;
|
||||
private ?\Doctrine\ORM\Query\AST\Node $firstPart = null;
|
||||
|
||||
private $secondPart;
|
||||
private ?\Doctrine\ORM\Query\AST\Node $secondPart = null;
|
||||
|
||||
public function getSql(\Doctrine\ORM\Query\SqlWalker $sqlWalker)
|
||||
{
|
||||
|
Reference in New Issue
Block a user