From ea79a0e033e40057279a7f464c9464145eedc932 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Wed, 26 Apr 2017 20:24:18 +0300 Subject: remove some redundant php closing tags --- classes/db/stmt.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'classes/db/stmt.php') diff --git a/classes/db/stmt.php b/classes/db/stmt.php index 4d3596ef1..7d6bbb30a 100644 --- a/classes/db/stmt.php +++ b/classes/db/stmt.php @@ -28,5 +28,4 @@ class Db_Stmt { function fetch() { return $this->stmt->fetch(); } -} -?> +} \ No newline at end of file -- cgit v1.2.3-54-g00ecf