X-Git-Url: https://yaffs.net/gitweb/?a=blobdiff_plain;f=vendor%2Fdrush%2Fdrush%2Fsrc%2FDrupal%2FFindCommandsCompilerPass.php;fp=vendor%2Fdrush%2Fdrush%2Flib%2FDrush%2FDrupal%2FFindCommandsCompilerPass.php;h=9c9ce9b038447d0db6e77f98c0fafb2f23c15020;hb=af6d1fb995500ae68849458ee10d66abbdcfb252;hp=b1e515de1af3adc4fcbe2dbdc6e199bdc7809fa8;hpb=680c79a86e3ed402f263faeac92e89fb6d9edcc0;p=yaffs-website diff --git a/vendor/drush/drush/lib/Drush/Drupal/FindCommandsCompilerPass.php b/vendor/drush/drush/src/Drupal/FindCommandsCompilerPass.php similarity index 95% rename from vendor/drush/drush/lib/Drush/Drupal/FindCommandsCompilerPass.php rename to vendor/drush/drush/src/Drupal/FindCommandsCompilerPass.php index b1e515de1..9c9ce9b03 100644 --- a/vendor/drush/drush/lib/Drush/Drupal/FindCommandsCompilerPass.php +++ b/vendor/drush/drush/src/Drupal/FindCommandsCompilerPass.php @@ -60,10 +60,10 @@ class FindCommandsCompilerPass implements CompilerPassInterface $this->tagId ); foreach ($taggedServices as $id => $tags) { - drush_log(dt("found tagged service !id", ['!id' => $id]), LogLevel::DEBUG); + drush_log(dt("Found tagged service !id", ['!id' => $id]), LogLevel::DEBUG_NOTIFY); $definition->addMethodCall( 'addCommandReference', - array(new Reference($id)) + [new Reference($id)] ); } }