Skip to content

Commit 5b38e27

Browse files
committed
cs
1 parent 393e343 commit 5b38e27

5 files changed

Lines changed: 0 additions & 5 deletions

File tree

src/Application/IPresenterFactory.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
*/
1616
interface IPresenterFactory
1717
{
18-
1918
/**
2019
* Generates and checks presenter class name.
2120
* @throws InvalidPresenterException

src/Application/IResponse.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
*/
1818
interface IResponse
1919
{
20-
2120
/**
2221
* Sends response to output.
2322
*/

src/Application/UI/IRenderable.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
*/
1616
interface IRenderable
1717
{
18-
1918
/**
2019
* Forces control to repaint.
2120
*/

src/Application/UI/IStatePersistent.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
*/
1616
interface IStatePersistent
1717
{
18-
1918
/**
2019
* Loads state informations.
2120
*/

src/Application/UI/ITemplate.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
*/
1616
interface ITemplate
1717
{
18-
1918
/**
2019
* Renders template to output.
2120
*/

0 commit comments

Comments
 (0)