Skip to content

Commit

Permalink
Added possibility to send empty fields via console request
Browse files Browse the repository at this point in the history
  • Loading branch information
tomaj committed Nov 28, 2016
1 parent 3851a01 commit 3bdf74e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/Misc/ConsoleRequest.php
Original file line number Diff line number Diff line change
Expand Up @@ -192,10 +192,6 @@ private function processValues(array $values)
private function processParam(InputParam $param, $key, $value)
{
if ($param->getKey() == $key) {
if (!$value) {
return null;
}

$valueData = $value;

if ($param->getType() == InputParam::TYPE_FILE) {
Expand Down

0 comments on commit 3bdf74e

Please sign in to comment.