===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
php-psr-http-message-1.0.1/CHANGELOG.md-28-- Updated the `ServerRequestInterface::withUploadedFiles()` parameter annotation
php-psr-http-message-1.0.1/CHANGELOG.md:29:  to add the parameter name (`$uploadedFiles`).
php-psr-http-message-1.0.1/CHANGELOG.md-30-- Updated a `@throws` annotation for the `UploadedFileInterface::moveTo()`
##############################################
php-psr-http-message-1.0.1/src/RequestInterface.php-106-     * You can opt-in to preserving the original state of the Host header by
php-psr-http-message-1.0.1/src/RequestInterface.php:107:     * setting `$preserveHost` to `true`. When `$preserveHost` is set to
php-psr-http-message-1.0.1/src/RequestInterface.php-108-     * `true`, this method interacts with the Host header in the following ways: