Browse Source

[Console] added missing @api

Fabien Potencier 14 years ago
parent
commit
54dd7966e6
1 changed files with 2 additions and 0 deletions
  1. 2 0
      src/Symfony/Component/Console/Output/OutputInterface.php

+ 2 - 0
src/Symfony/Component/Console/Output/OutputInterface.php

@@ -66,6 +66,8 @@ interface OutputInterface
      * Gets the current verbosity of the output.
      * Gets the current verbosity of the output.
      *
      *
      * @return integer The current level of verbosity
      * @return integer The current level of verbosity
+     *
+     * @api
      */
      */
     function getVerbosity();
     function getVerbosity();