|
@@ -44,7 +44,7 @@ |
|
|
block discarded – undo |
|
44
|
44
|
public function __construct(ManagerRegistry $managerRegistry, RequestStack $requestStack, string $orderParameterName, LoggerInterface $logger = null, array $properties = null) |
|
45
|
45
|
{ |
|
46
|
46
|
if (null !== $properties) { |
|
47
|
|
- $properties = array_map(function ($propertyOptions) { |
|
|
47
|
+ $properties = array_map(function($propertyOptions) { |
|
48
|
48
|
// shorthand for default direction |
|
49
|
49
|
if (is_string($propertyOptions)) { |
|
50
|
50
|
$propertyOptions = [ |
Please login to merge, or discard this patch.