Update to Drupal 8.0-dev-2015-11-17. Commits through da81cd220, Tue Nov 17 15:53:49 2015 +0000, Issue #2617224 by Wim Leers: Move around/fix some documentation.

This commit is contained in:
Pantheon Automation 2015-11-17 13:42:33 -08:00 committed by Greg Anderson
parent 4afb23bbd3
commit 7784f4c23d
929 changed files with 19798 additions and 5304 deletions

View file

@ -15,8 +15,6 @@ namespace Symfony\Component\Console\Formatter;
* Formatter style interface for defining styles.
*
* @author Konstantin Kudryashov <ever.zet@gmail.com>
*
* @api
*/
interface OutputFormatterStyleInterface
{
@ -24,8 +22,6 @@ interface OutputFormatterStyleInterface
* Sets style foreground color.
*
* @param string $color The color name
*
* @api
*/
public function setForeground($color = null);
@ -33,8 +29,6 @@ interface OutputFormatterStyleInterface
* Sets style background color.
*
* @param string $color The color name
*
* @api
*/
public function setBackground($color = null);
@ -42,8 +36,6 @@ interface OutputFormatterStyleInterface
* Sets some specific style option.
*
* @param string $option The option name
*
* @api
*/
public function setOption($option);