Esempio n. 1
0
 /**
  * {@inheritdoc}
  *
  * @throws InvalidArgumentException
  */
 public function warning($message, array $context = array())
 {
     parent::warning($message, $context);
     return $this;
 }