aboutsummaryrefslogtreecommitdiffstats
path: root/core/namespace/User/Item.php
diff options
context:
space:
mode:
authorThomas Lange <code@nerdmind.de>2020-12-31 23:02:58 +0100
committerThomas Lange <code@nerdmind.de>2020-12-31 23:02:58 +0100
commita6b7468b948b0f5e932ed88b045ebed4539c5e9d (patch)
tree8e095f64be6030177b55824201e569650d50b798 /core/namespace/User/Item.php
parentcd17efc82a5ed560a50b8a1619e4e724098eb209 (diff)
downloadblog-a6b7468b948b0f5e932ed88b045ebed4539c5e9d.tar.gz
blog-a6b7468b948b0f5e932ed88b045ebed4539c5e9d.tar.xz
blog-a6b7468b948b0f5e932ed88b045ebed4539c5e9d.zip
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.
Diffstat (limited to 'core/namespace/User/Item.php')
-rw-r--r--core/namespace/User/Item.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/core/namespace/User/Item.php b/core/namespace/User/Item.php
index 129d8f9..a4ab799 100644
--- a/core/namespace/User/Item.php
+++ b/core/namespace/User/Item.php
@@ -33,4 +33,3 @@ class Item extends \Item {
return password_verify($password, $this->Attribute->get('password'));
}
}
-?> \ No newline at end of file