Skip to content
This repository has been archived by the owner on Jan 29, 2020. It is now read-only.

Commit

Permalink
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion src/Prompt/Char.php
Original file line number Diff line number Diff line change
Expand Up @@ -215,5 +215,4 @@ public function getEcho()
{
return $this->echo;
}

}
1 change: 0 additions & 1 deletion src/Prompt/Confirm.php
Original file line number Diff line number Diff line change
Expand Up @@ -112,5 +112,4 @@ public function getYesChar()
{
return $this->yesChar;
}

}
1 change: 0 additions & 1 deletion src/Prompt/Line.php
Original file line number Diff line number Diff line change
Expand Up @@ -116,5 +116,4 @@ public function getPromptText()
{
return $this->promptText;
}

}
1 change: 0 additions & 1 deletion src/Prompt/Number.php
Original file line number Diff line number Diff line change
Expand Up @@ -211,5 +211,4 @@ public function getAllowFloat()
{
return $this->allowFloat;
}

}
1 change: 0 additions & 1 deletion src/Request.php
Original file line number Diff line number Diff line change
Expand Up @@ -191,5 +191,4 @@ public function getScriptName()
{
return $this->scriptName;
}

}

0 comments on commit f11a10d

Please sign in to comment.