Skip to content
This repository was archived by the owner on Feb 15, 2025. It is now read-only.

Issue with parsing function with variadic arguments #42

@lindyhopchris

Description

@lindyhopchris

Class with this method:

   /**
    * @param InventoryPrices ...$arr_prices
    * @return void
    */
   private function setup_inventory(InventoryPrices ...$arr_prices) {
      // ...
   }

Output from docblock checker:

PHP Docblock Checker by Dan Cryer (https://www.dancryer.com)

W

Checked 1 files in 0.08 seconds.
1 Passed / 0 Errors / 1 Warnings / 0 Info


WARNING  \InventoryPricesThreadCacheTest::setup_inventory - @param $arr_prices missing.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions