From 1a433d3bf8e0ed36ee3f8cd000afa449ce2f6daf Mon Sep 17 00:00:00 2001 From: Alex Komarichev Date: Thu, 29 Feb 2024 11:57:13 +0300 Subject: [PATCH] Blank line at the end --- src/Bot/Model/Entity/Tag.php | 2 +- src/Bot/Model/Request/DialogTagRequest.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Bot/Model/Entity/Tag.php b/src/Bot/Model/Entity/Tag.php index b22e616..6b6ff39 100644 --- a/src/Bot/Model/Entity/Tag.php +++ b/src/Bot/Model/Entity/Tag.php @@ -75,4 +75,4 @@ class Tag implements ModelInterface { $this->colorCode = $colorCode; } -} \ No newline at end of file +} diff --git a/src/Bot/Model/Request/DialogTagRequest.php b/src/Bot/Model/Request/DialogTagRequest.php index 26e45c6..6b133af 100644 --- a/src/Bot/Model/Request/DialogTagRequest.php +++ b/src/Bot/Model/Request/DialogTagRequest.php @@ -75,4 +75,4 @@ class DialogTagRequest implements ModelInterface $this->tags = $tags; } -} \ No newline at end of file +}