From e09a5eade5f1ec9961cf41d7c39c43f5f912e613 Mon Sep 17 00:00:00 2001
From: Philipp Lang <privat@zoomyboy.de>
Date: Fri, 10 Feb 2023 16:21:16 +0100
Subject: [PATCH] LinLintt

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

diff --git a/src/Api.php b/src/Api.php
index aeebf2f..b3c7b55 100644
--- a/src/Api.php
+++ b/src/Api.php
@@ -219,6 +219,9 @@ class Api
         return Membership::from($membership);
     }
 
+    /**
+     * @return Collection<int, Baustein>
+     */
     public function courses(): Collection
     {
         $this->assertLoggedIn();