From dcdb382402e3357abf8521d9f32e0a3ef4732fe5 Mon Sep 17 00:00:00 2001
From: Artem Henvald <genvaldartem@gmail.com>
Date: Thu, 4 Apr 2024 10:38:18 +0300
Subject: [PATCH] Update FindableByIdInterface.php

---
 Service/Repository/FindableByIdInterface.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Service/Repository/FindableByIdInterface.php b/Service/Repository/FindableByIdInterface.php
index 6afa50c..9a6d2cb 100644
--- a/Service/Repository/FindableByIdInterface.php
+++ b/Service/Repository/FindableByIdInterface.php
@@ -13,7 +13,7 @@
 namespace StfalconStudio\ApiBundle\Service\Repository;
 
 /**
- * Findable By Id Interface.
+ * FindableByIdInterface.
  */
 interface FindableByIdInterface
 {