Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / vendor / guzzlehttp / guzzle / src / Middleware.php
index 6c33eec4ecaa4e17faf39765bcc3823ec1280567..d4ad75c94f333a43b97f42e973e3c5962572d606 100644 (file)
@@ -73,7 +73,7 @@ final class Middleware
     /**
      * Middleware that pushes history data to an ArrayAccess container.
      *
-     * @param array $container Container to hold the history (by reference).
+     * @param array|\ArrayAccess $container Container to hold the history (by reference).
      *
      * @return callable Returns a function that accepts the next handler.
      * @throws \InvalidArgumentException if container is not an array or ArrayAccess.