Fix line endings in view classes
This commit is contained in:
parent
97dfa89b6d
commit
016e0988e9
@ -123,6 +123,8 @@ abstract class View {
|
||||
|
||||
/**
|
||||
* Send output to client
|
||||
*
|
||||
* @return void
|
||||
*/
|
||||
abstract public function send();
|
||||
}
|
||||
|
@ -48,6 +48,8 @@ class HttpView extends BaseView {
|
||||
|
||||
/**
|
||||
* Send output to client
|
||||
*
|
||||
* @return void
|
||||
*/
|
||||
public function send()
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user