From a742c5eb73b7f8a3dd67472392763e43f6852daf Mon Sep 17 00:00:00 2001 From: Craig Duncan Date: Sun, 10 Feb 2019 18:32:02 +0000 Subject: [PATCH] Remove deprecated functions --- src/Argument/Argument.php | 8 -------- 1 file changed, 8 deletions(-) diff --git a/src/Argument/Argument.php b/src/Argument/Argument.php index 5eb7a5f..066456b 100644 --- a/src/Argument/Argument.php +++ b/src/Argument/Argument.php @@ -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. *