Passed
Pull Request — developer (#16752)
by Arkadiusz
18:32
created
modules/Vtiger/models/Inventory.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -489,7 +489,7 @@
 block discarded – undo
489 489
 		if (\App\Cache::has(__METHOD__, $moduleName)) {
490 490
 			$inventoryTypes = \App\Cache::get(__METHOD__, $moduleName);
491 491
 		} else {
492
-			if(\App\Config::performance('LOAD_CUSTOM_FILES')){
492
+			if (\App\Config::performance('LOAD_CUSTOM_FILES')) {
493 493
 				$fieldPaths[] = "custom/modules/{$moduleName}/inventoryfields/";
494 494
 			}
495 495
 			$fieldPaths[] = "modules/{$moduleName}/inventoryfields/";
Please login to merge, or discard this patch.