comparison vendor/zendframework/zend-feed/src/Reader/Entry/EntryInterface.php @ 5:12f9dff5fda9 tip

Update to Drupal core 8.7.1
author Chris Cannam
date Thu, 09 May 2019 15:34:47 +0100
parents c75dbcec494b
children
comparison
equal deleted inserted replaced
4:a9cd425dd02b 5:12f9dff5fda9
15 { 15 {
16 /** 16 /**
17 * Get the specified author 17 * Get the specified author
18 * 18 *
19 * @param int $index 19 * @param int $index
20 * @return string|null 20 * @return array<string, string>|null
21 */ 21 */
22 public function getAuthor($index = 0); 22 public function getAuthor($index = 0);
23 23
24 /** 24 /**
25 * Get an array with feed authors 25 * Get an array with feed authors