Completed
Branch develop (fcd294)
by
unknown
30:47
created
build/phpstan/bootstrap_action.php 1 patch
Spacing   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -27,9 +27,9 @@
 block discarded – undo
27 27
 }
28 28
 
29 29
 // Defined some constants and load Dolibarr env to reduce PHPStan bootstrap that fails to load a lot of things.
30
-$dolibarr_main_document_root = __DIR__ . '/../../htdocs';
31
-define('DOL_DOCUMENT_ROOT', __DIR__ . '/../../htdocs');
32
-define('DOL_DATA_ROOT', __DIR__ . '/../../documents');
30
+$dolibarr_main_document_root = __DIR__.'/../../htdocs';
31
+define('DOL_DOCUMENT_ROOT', __DIR__.'/../../htdocs');
32
+define('DOL_DATA_ROOT', __DIR__.'/../../documents');
33 33
 define('DOL_URL_ROOT', '/');
34 34
 define('DOL_MAIN_URL_ROOT', '/');
35 35
 define('MAIN_DB_PREFIX', 'llx_');
Please login to merge, or discard this patch.