]> git.mxchange.org Git - friendica.git/commitdiff
Fix codestyle
authorMichael <heluecht@pirati.ca>
Tue, 11 Mar 2025 04:54:16 +0000 (04:54 +0000)
committerMichael <heluecht@pirati.ca>
Tue, 11 Mar 2025 04:54:16 +0000 (04:54 +0000)
src/Core/Hooks/Util/StrategiesFileManager.php

index a39aabc85bd0b2d2c7abbfe44ee75170828b6ca4..0a887d31b594e8b5edd38bc5afcf9bb53b5c2dc3 100644 (file)
@@ -21,8 +21,8 @@ class StrategiesFileManager
         * -> it's an empty string to cover empty/missing config values
         */
        const STRATEGY_DEFAULT_KEY = '';
-       const STATIC_DIR  = 'static';
-       const CONFIG_NAME = 'strategies';
+       const STATIC_DIR           = 'static';
+       const CONFIG_NAME          = 'strategies';
 
        /** @var ICanLoadAddons */
        protected $addonLoader;