فهرست منبع

[Console][Output] Fixed some minor typos and grammatical errors

Javier Eguíluz 13 سال پیش
والد
کامیت
2b64944fd7
2فایلهای تغییر یافته به همراه3 افزوده شده و 3 حذف شده
  1. 2 2
      src/Symfony/Component/Console/Output/Output.php
  2. 1 1
      src/Symfony/Component/Console/Output/OutputInterface.php

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

@@ -17,7 +17,7 @@ use Symfony\Component\Console\Formatter\OutputFormatter;
 /**
  * Base class for output classes.
  *
- * There is three level of verbosity:
+ * There are three levels of verbosity:
  *
  *  * normal: no option passed (normal output - information)
  *  * verbose: -v (more output - debug)
@@ -79,7 +79,7 @@ abstract class Output implements OutputInterface
     /**
      * Sets the decorated flag.
      *
-     * @param Boolean $decorated Whether to decorated the messages or not
+     * @param Boolean $decorated Whether to decorate the messages or not
      *
      * @api
      */

+ 1 - 1
src/Symfony/Component/Console/Output/OutputInterface.php

@@ -74,7 +74,7 @@ interface OutputInterface
     /**
      * Sets the decorated flag.
      *
-     * @param Boolean $decorated Whether to decorated the messages or not
+     * @param Boolean $decorated Whether to decorate the messages or not
      *
      * @api
      */