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