This method seems to be duplicated in your project.
Duplicated code is one of the most pungent code smells. If you need to duplicate
the same code in three or more different places, we strongly encourage you to
look into extracting the code into a single class or operation.
You can also find more detailed suggestions in the “Code” section of your repository.
Loading history...
41
{
42
if (!($field instanceof Field) && !($field instanceof Alias)) {
The property Happyr\DoctrineSpecification\Query\GroupBy::$field has been deprecated with message: This property will be marked as private in 2.0.
This property has been deprecated. The supplier of the class has supplied an explanatory message.
The explanatory message should give you some clue as to whether and when the property will be
removed from the class and what other property to use instead.
The property Happyr\DoctrineSpecifica...uery\GroupBy::$dqlAlias has been deprecated with message: This property will be marked as private in 2.0.
This property has been deprecated. The supplier of the class has supplied an explanatory message.
The explanatory message should give you some clue as to whether and when the property will be
removed from the class and what other property to use instead.
Loading history...
48
}
49
50
/**
51
* @param QueryBuilder $qb
52
* @param string $dqlAlias
53
*/
54
public function modify(QueryBuilder $qb, $dqlAlias)
The property Happyr\DoctrineSpecifica...uery\GroupBy::$dqlAlias has been deprecated with message: This property will be marked as private in 2.0.
This property has been deprecated. The supplier of the class has supplied an explanatory message.
The explanatory message should give you some clue as to whether and when the property will be
removed from the class and what other property to use instead.
The property Happyr\DoctrineSpecifica...uery\GroupBy::$dqlAlias has been deprecated with message: This property will be marked as private in 2.0.
This property has been deprecated. The supplier of the class has supplied an explanatory message.
The explanatory message should give you some clue as to whether and when the property will be
removed from the class and what other property to use instead.
The property Happyr\DoctrineSpecification\Query\GroupBy::$field has been deprecated with message: This property will be marked as private in 2.0.
This property has been deprecated. The supplier of the class has supplied an explanatory message.
The explanatory message should give you some clue as to whether and when the property will be
removed from the class and what other property to use instead.
Duplicated code is one of the most pungent code smells. If you need to duplicate the same code in three or more different places, we strongly encourage you to look into extracting the code into a single class or operation.
You can also find more detailed suggestions in the “Code” section of your repository.