deprecated:The "%service_id% service is deprecated in lightning_core:6.0.0 and removed from lightning_core:7.0.0. There is no replacement. See https://www.drupal.org/node/3303698
'value'=>t('The <code>phpdocumentor/reflection-docblock</code> package is no longer used by Lightning Core, and will not be required by Lightning Core 7. If you are actively using this package, add it to your project\'s composer.json directly: <code>composer require phpdocumentor/reflection-docblock:^5</code>.'),
deprecated:The "%service_id% service is deprecated in lightning_core:6.0.0 and removed from lightning_core:7.0.0. There is no replacement. See https://www.drupal.org/node/3303698
@@ -37,6 +37,7 @@ class LightningCoreCommands extends DrushCommands {
* Runs all available configuration updates.
*/
publicfunctionupdate(){
@trigger_error('The update:lightning command is deprecated in lightning_core:6.0.0 and removed from lightning_core:7.0.0. There is no replacement. See https://www.drupal.org/node/3303698',E_USER_DEPRECATED);
@trigger_error(__CLASS__.' is deprecated in lightning_core:6.0.0 and will be removed in lightning_core:7.0.0. There is no replacement. See https://www.drupal.org/node/3303698.',E_USER_DEPRECATED);