diff vendor/zendframework/zend-feed/src/PubSubHubbub/PubSubHubbub.php @ 2:5311817fb629

Theme updates
author Chris Cannam
date Tue, 10 Jul 2018 13:19:18 +0000
parents c75dbcec494b
children
line wrap: on
line diff
--- a/vendor/zendframework/zend-feed/src/PubSubHubbub/PubSubHubbub.php	Thu Jul 05 15:32:06 2018 +0100
+++ b/vendor/zendframework/zend-feed/src/PubSubHubbub/PubSubHubbub.php	Tue Jul 10 13:19:18 2018 +0000
@@ -85,7 +85,7 @@
      */
     public static function getHttpClient()
     {
-        if (!isset(static::$httpClient)) {
+        if (! isset(static::$httpClient)) {
             static::$httpClient = new Http\Client;
         } else {
             static::$httpClient->resetParameters();