comparison vendor/zendframework/zend-feed/src/Writer/Renderer/Feed/AtomSource.php @ 4:a9cd425dd02b

Update, including to Drupal core 8.6.10
author Chris Cannam
date Thu, 28 Feb 2019 13:11:55 +0000
parents 5311817fb629
children
comparison
equal deleted inserted replaced
3:307d7a7fd348 4:a9cd425dd02b
29 } 29 }
30 30
31 /** 31 /**
32 * Render Atom Feed Metadata (Source element) 32 * Render Atom Feed Metadata (Source element)
33 * 33 *
34 * @return \Zend\Feed\Writer\Renderer\Feed\Atom 34 * @return \Zend\Feed\Writer\Renderer\Feed\AbstractAtom
35 */ 35 */
36 public function render() 36 public function render()
37 { 37 {
38 if (! $this->container->getEncoding()) { 38 if (! $this->container->getEncoding()) {
39 $this->container->setEncoding('UTF-8'); 39 $this->container->setEncoding('UTF-8');