From 13da99a99cd345004db6a3583f84d89db1178003 Mon Sep 17 00:00:00 2001
From: Felip Manyer i Ballester <git@res-telae.cat>
Date: Fri, 12 Mar 2021 14:45:38 +0100
Subject: [PATCH] Continuous integration

---
 src/Gbif.php | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/Gbif.php b/src/Gbif.php
index 56ed183..dbf148d 100644
--- a/src/Gbif.php
+++ b/src/Gbif.php
@@ -10,6 +10,9 @@ use GuzzleHttp\Exception\ClientException;
  */
 abstract class Gbif {
 
+  /**
+   * GBIF API base URL.
+   */
   const GBIF_BASEURL = 'https://api.gbif.org/v1/';
 
   /**
-- 
GitLab