Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / web / core / lib / Drupal / Core / Http / ClientFactory.php
index 3dcf35374ebd2f81f6694f854a0ea3e1bc8c903c..e429bbb9cda4734f9c83db529e53afee50d4b3ca 100644 (file)
@@ -58,7 +58,7 @@ class ClientFactory {
         'http' => NULL,
         'https' => NULL,
         'no' => [],
-      ]
+      ],
     ];
 
     $config = NestedArray::mergeDeep($default_config, Settings::get('http_client_config', []), $config);