Skip to content

Commit 797c958

Browse files
committed
Remove deprecated functions
1 parent d77a02f commit 797c958

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

src/Argument/Argument.php

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -357,14 +357,6 @@ public function values()
357357
return array_map([$this, $cast_method], $this->defaultValue());
358358
}
359359

360-
/**
361-
* @deprecated use values() instead.
362-
*/
363-
public function valueArray()
364-
{
365-
return $this->values();
366-
}
367-
368360
/**
369361
* Set an argument's value based on its command line entry.
370362
*

0 commit comments

Comments
 (0)