1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-02-10 16:01:33 +00:00

remove some redundant php closing tags

This commit is contained in:
Andrew Dolgov
2017-04-26 20:24:18 +03:00
parent e734018448
commit ea79a0e033
52 changed files with 38 additions and 87 deletions

View File

@@ -83,4 +83,3 @@ class Db_Mysqli implements IDb {
}
}
?>

View File

@@ -97,5 +97,4 @@ class Db_PDO implements IDb {
return true;
}
}
?>
}

View File

@@ -88,5 +88,4 @@ class Db_Pgsql implements IDb {
return true;
}
}
?>
}

View File

@@ -183,5 +183,4 @@ class Db_Prefs {
}
}
}
?>
}

View File

@@ -28,5 +28,4 @@ class Db_Stmt {
function fetch() {
return $this->stmt->fetch();
}
}
?>
}