Remove unused parameters & variabeles, fix calls with wrong number of args

This commit is contained in:
Jan Jakeš
2018-11-15 08:09:48 +01:00
committed by Pavel Dohnal
parent aac7744dee
commit 60a5fe2732
5 changed files with 5 additions and 5 deletions

View File

@ -11,7 +11,7 @@ class Renderer {
public $posts;
public $ALC;
function __construct(array $newsletter, $preview) {
function __construct(array $newsletter) {
$this->newsletter = $newsletter;
$this->posts = array();
$newer_than_timestamp = false;