comparison vendor/zendframework/zend-feed/src/Reader/Entry/EntryInterface.php @ 18:af1871eacc83

Update to Drupal core 8.7.1
author Chris Cannam
date Thu, 09 May 2019 15:33:08 +0100
parents 4c8ae668cc8c
children
comparison
equal deleted inserted replaced
17:129ea1e6d783 18:af1871eacc83
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