comparison vendor/zendframework/zend-feed/src/PubSubHubbub/Publisher.php @ 17:129ea1e6d783

Update, including to Drupal core 8.6.10
author Chris Cannam
date Thu, 28 Feb 2019 13:21:36 +0000
parents 7a779792577d
children
comparison
equal deleted inserted replaced
16:c2387f117808 17:129ea1e6d783
346 * 346 *
347 * @return bool 347 * @return bool
348 */ 348 */
349 public function isSuccess() 349 public function isSuccess()
350 { 350 {
351 return ! (count($this->errors) != 0); 351 return ! $this->errors;
352 } 352 }
353 353
354 /** 354 /**
355 * Return an array of errors met from any failures, including keys: 355 * Return an array of errors met from any failures, including keys:
356 * 'response' => the Zend\Http\Response object from the failure 356 * 'response' => the Zend\Http\Response object from the failure