===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
php-psr-container-1.0.0/src/ContainerInterface.php-28-     *
php-psr-container-1.0.0/src/ContainerInterface.php:29:     * `has($id)` returning true does not mean that `get($id)` will not throw an exception.
php-psr-container-1.0.0/src/ContainerInterface.php:30:     * It does however mean that `get($id)` will not throw a `NotFoundExceptionInterface`.
php-psr-container-1.0.0/src/ContainerInterface.php-31-     *