Passed
Pull Request — developer (#16937)
by Arkadiusz
18:39 queued 02:14
created
modules/Vtiger/models/Module.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -649,7 +649,7 @@
 block discarded – undo
649 649
 				}
650 650
 			}
651 651
 		}
652
-		uksort($quickCreateFieldList, function ($a, $b) use ($quickCreateFieldList) {
652
+		uksort($quickCreateFieldList, function($a, $b) use ($quickCreateFieldList) {
653 653
 			if ($quickCreateFieldList[$a]->get('quicksequence') === $quickCreateFieldList[$b]->get('quicksequence')) {
654 654
 				return 0;
655 655
 			}
Please login to merge, or discard this patch.