From a6b7468b948b0f5e932ed88b045ebed4539c5e9d Mon Sep 17 00:00:00 2001
From: Thomas Lange <code@nerdmind.de>
Date: Thu, 31 Dec 2020 23:02:58 +0100
Subject: Remove PHP closing tags and add LF in "core/namespace/User/*"

In addition to the last commit, remove the unnecessary PHP closing tags from the end of the files and ensure that the files ending with an LF character.
---
 core/namespace/User/Attribute.php | 1 -
 1 file changed, 1 deletion(-)

(limited to 'core/namespace/User/Attribute.php')

diff --git a/core/namespace/User/Attribute.php b/core/namespace/User/Attribute.php
index c83fdfc..ccd31b5 100644
--- a/core/namespace/User/Attribute.php
+++ b/core/namespace/User/Attribute.php
@@ -22,4 +22,3 @@ class Attribute extends \Attribute {
 	#===============================================================================
 	const TABLE = 'user';
 }
-?>
\ No newline at end of file
-- 
cgit v1.2.3