Yaffs site version 1.1
[yaffs-website] / vendor / drupal / console-core / src / Application.php
index d23d01fe8b07fa4e2018fd003538406cd2d30668..6e20fcd3a23391a65a2a7cd8646eea999c4410ee 100644 (file)
@@ -295,7 +295,7 @@ class Application extends BaseApplication
         $autoWireForcedCommands = $configuration
             ->get('application.autowire.commands.forced');
 
-        if(!is_array($autoWireForcedCommands)){
+        if (!is_array($autoWireForcedCommands)) {
             return;
         }