Completed
Push — master ( 3fe7ce...2915b6 )
by Han Hui
10s
created
src/Bridge/Doctrine/Orm/Filter/OrderFilter.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -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.