[ 'oc.integritycheck.checker', ], ]; public function __construct( private IAppConfig $appConfig, private LoggerInterface $logger, ) { } public function getName() { return 'migrate lazy config values'; } public function run(IOutput $output) { $c = 0; foreach (self::$lazyAppConfig as $appId => $configKeys) { foreach ($configKeys as $configKey) { $c += (int)$this->appConfig->updateLazy($appId, $configKey, true); } } $this->logger->notice('core/BackgroundJobs/AppConfigLazyMigration: ' . $c . ' config values updated'); } } lue='V1_6_X'>V1_6_X A seamless aspect-oriented extension to the Java programming language: https://github.com/eclipse-aspectj/aspectjwww-data
summaryrefslogtreecommitdiffstats
path: root/tests/java5/annotations/declare/DecaDecpInteractions3.aj
blob: 6002c930c76ecbb5d57ab731d2860a39317dbed0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24