===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
php-phpdocumentor-reflection-docblock-5.2.2/examples/04-adding-your-own-tag.php-69-     *
php-phpdocumentor-reflection-docblock-5.2.2/examples/04-adding-your-own-tag.php:70:     * The `create` method's interface states that this method only features a single parameter (`$body`) but the
php-phpdocumentor-reflection-docblock-5.2.2/examples/04-adding-your-own-tag.php-71-     * {@see TagFactory} will read the signature of this method and if it has more parameters then it will try
##############################################
php-phpdocumentor-reflection-docblock-5.2.2/examples/04-adding-your-own-tag.php-73-     *
php-phpdocumentor-reflection-docblock-5.2.2/examples/04-adding-your-own-tag.php:74:     * > Important: all properties following the `$body` should default to `null`, otherwise PHP will error because
php-phpdocumentor-reflection-docblock-5.2.2/examples/04-adding-your-own-tag.php-75-     * > it no longer matches the interface. This is why you often see the default tags check that an optional argument
##############################################
php-phpdocumentor-reflection-docblock-5.2.2/examples/04-adding-your-own-tag.php-118-$factory = DocBlockFactory::createInstance($customTags);
php-phpdocumentor-reflection-docblock-5.2.2/examples/04-adding-your-own-tag.php:119:// You can also add Tags later using `$factory->registerTagHandler()` with a tag name and Tag class name.
php-phpdocumentor-reflection-docblock-5.2.2/examples/04-adding-your-own-tag.php-120-
##############################################
php-phpdocumentor-reflection-docblock-5.2.2/.pc/0001-Adapt-autoload-path-in-examples.patch/examples/04-adding-your-own-tag.php-69-     *
php-phpdocumentor-reflection-docblock-5.2.2/.pc/0001-Adapt-autoload-path-in-examples.patch/examples/04-adding-your-own-tag.php:70:     * The `create` method's interface states that this method only features a single parameter (`$body`) but the
php-phpdocumentor-reflection-docblock-5.2.2/.pc/0001-Adapt-autoload-path-in-examples.patch/examples/04-adding-your-own-tag.php-71-     * {@see TagFactory} will read the signature of this method and if it has more parameters then it will try
##############################################
php-phpdocumentor-reflection-docblock-5.2.2/.pc/0001-Adapt-autoload-path-in-examples.patch/examples/04-adding-your-own-tag.php-73-     *
php-phpdocumentor-reflection-docblock-5.2.2/.pc/0001-Adapt-autoload-path-in-examples.patch/examples/04-adding-your-own-tag.php:74:     * > Important: all properties following the `$body` should default to `null`, otherwise PHP will error because
php-phpdocumentor-reflection-docblock-5.2.2/.pc/0001-Adapt-autoload-path-in-examples.patch/examples/04-adding-your-own-tag.php-75-     * > it no longer matches the interface. This is why you often see the default tags check that an optional argument
##############################################
php-phpdocumentor-reflection-docblock-5.2.2/.pc/0001-Adapt-autoload-path-in-examples.patch/examples/04-adding-your-own-tag.php-118-$factory = DocBlockFactory::createInstance($customTags);
php-phpdocumentor-reflection-docblock-5.2.2/.pc/0001-Adapt-autoload-path-in-examples.patch/examples/04-adding-your-own-tag.php:119:// You can also add Tags later using `$factory->registerTagHandler()` with a tag name and Tag class name.
php-phpdocumentor-reflection-docblock-5.2.2/.pc/0001-Adapt-autoload-path-in-examples.patch/examples/04-adding-your-own-tag.php-120-