Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / 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 b1e515de1af3adc4fcbe2dbdc6e199bdc7809fa8..9c9ce9b038447d0db6e77f98c0fafb2f23c15020 100644 (file)
@@ -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)]
             );
         }
     }