Skip to content

Commit

Permalink
Remove deprecated functions
Browse files Browse the repository at this point in the history
  • Loading branch information
duncan3dc committed Oct 30, 2024
1 parent e15574e commit a742c5e
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/Argument/Argument.php
Original file line number Diff line number Diff line change
Expand Up @@ -357,14 +357,6 @@ public function values()
return array_map([$this, $cast_method], $this->defaultValue());
}

/**
* @deprecated use values() instead.
*/
public function valueArray()
{
return $this->values();
}

/**
* Set an argument's value based on its command line entry.
*
Expand Down

0 comments on commit a742c5e

Please sign in to comment.