From cd17efc82a5ed560a50b8a1619e4e724098eb209 Mon Sep 17 00:00:00 2001 From: Thomas Lange Date: Tue, 29 Oct 2019 01:37:57 +0100 Subject: Remove PHP closing tags and add LF to text files Remove the unnecessary PHP closing tags and ensure that *all* text files ending with a LF character. --- core/namespace/Attribute.php | 1 - 1 file changed, 1 deletion(-) (limited to 'core/namespace/Attribute.php') diff --git a/core/namespace/Attribute.php b/core/namespace/Attribute.php index 32cfa0a..505a4cd 100644 --- a/core/namespace/Attribute.php +++ b/core/namespace/Attribute.php @@ -82,4 +82,3 @@ abstract class Attribute implements AttributeInterface { return $Statement->execute([$this->get('id')]); } } -?> \ No newline at end of file -- cgit v1.2.3 From 534fa0a305116a835aaf614d2fbf6522d2fc0482 Mon Sep 17 00:00:00 2001 From: Thomas Lange Date: Mon, 14 Jun 2021 01:35:07 +0200 Subject: Remove useless AttributeInterface --- core/namespace/Attribute.php | 2 +- core/namespace/AttributeInterface.php | 6 ------ 2 files changed, 1 insertion(+), 7 deletions(-) delete mode 100644 core/namespace/AttributeInterface.php (limited to 'core/namespace/Attribute.php') diff --git a/core/namespace/Attribute.php b/core/namespace/Attribute.php index 505a4cd..ba782ac 100644 --- a/core/namespace/Attribute.php +++ b/core/namespace/Attribute.php @@ -1,5 +1,5 @@