Code formatting for ViewHelper & tests
This commit is contained in:
@ -11,12 +11,12 @@
|
||||
|
||||
abstract class ViewHelper
|
||||
{
|
||||
|
||||
|
||||
/**
|
||||
* @var PHPView
|
||||
*/
|
||||
protected $view = null;
|
||||
|
||||
|
||||
public function __construct($view)
|
||||
{
|
||||
$this->view = $view;
|
||||
|
Reference in New Issue
Block a user