Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / vendor / symfony / console / Output / BufferedOutput.php
index 205b02f5fd5d118d509f10c20a3104d57d6786f4..8afc8931ed49cb9096164f4214ce00e74cd28f67 100644 (file)
@@ -16,9 +16,6 @@ namespace Symfony\Component\Console\Output;
  */
 class BufferedOutput extends Output
 {
-    /**
-     * @var string
-     */
     private $buffer = '';
 
     /**