summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pear/PEAR/Frontend/CLI.php6
1 files changed, 6 insertions, 0 deletions
diff --git a/pear/PEAR/Frontend/CLI.php b/pear/PEAR/Frontend/CLI.php
index ba30702813..a42b61fb9c 100644
--- a/pear/PEAR/Frontend/CLI.php
+++ b/pear/PEAR/Frontend/CLI.php
@@ -91,6 +91,9 @@ class PEAR_Frontend_CLI extends PEAR
// }}}
// {{{ displayError(eobj)
+ /**
+ * @param object PEAR_Error object
+ */
function displayError($eobj)
{
return $this->_displayLine($eobj->getMessage());
@@ -99,6 +102,9 @@ class PEAR_Frontend_CLI extends PEAR
// }}}
// {{{ displayFatalError(eobj)
+ /**
+ * @param object PEAR_Error object
+ */
function displayFatalError($eobj)
{
$this->displayError($eobj);