diff options
-rw-r--r-- | pear/PEAR/Common.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pear/PEAR/Common.php b/pear/PEAR/Common.php index 53d84a07e4..ac2c3b994f 100644 --- a/pear/PEAR/Common.php +++ b/pear/PEAR/Common.php @@ -1320,7 +1320,7 @@ class PEAR_Common extends PEAR } // }}} - // {{{ getReplacementTypes() + // {{{ getProvideTypes() /** * Get the implemented file replacement types in @@ -1334,7 +1334,7 @@ class PEAR_Common extends PEAR } // }}} - // {{{ getReplacementTypes() + // {{{ getScriptPhases() /** * Get the implemented file replacement types in |