Skip to content

Commit b8f5ba7

Browse files
committed
typo: removed unused use
1 parent 1e3ee75 commit b8f5ba7

10 files changed

Lines changed: 0 additions & 21 deletions

File tree

src/Application/IPresenter.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@
77

88
namespace Nette\Application;
99

10-
use Nette;
11-
1210

1311
/**
1412
* Presenter converts Request to IResponse.

src/Application/IPresenterFactory.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@
77

88
namespace Nette\Application;
99

10-
use Nette;
11-
1210

1311
/**
1412
* Responsible for creating a new instance of given presenter.

src/Application/UI/IRenderable.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@
77

88
namespace Nette\Application\UI;
99

10-
use Nette;
11-
1210

1311
/**
1412
* Component with ability to repaint.

src/Application/UI/ISignalReceiver.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@
77

88
namespace Nette\Application\UI;
99

10-
use Nette;
11-
1210

1311
/**
1412
* Component with ability to receive signal.

src/Application/UI/IStatePersistent.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@
77

88
namespace Nette\Application\UI;
99

10-
use Nette;
11-
1210

1311
/**
1412
* Component with ability to save and load its state.

src/Application/UI/ITemplate.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@
77

88
namespace Nette\Application\UI;
99

10-
use Nette;
11-
1210

1311
/**
1412
* Defines template.

src/Application/UI/ITemplateFactory.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@
77

88
namespace Nette\Application\UI;
99

10-
use Nette;
11-
1210

1311
/**
1412
* Defines ITemplate factory.

src/Application/UI/InvalidLinkException.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@
77

88
namespace Nette\Application\UI;
99

10-
use Nette;
11-
1210

1311
/**
1412
* Link generation exception.

src/Application/exceptions.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@
77

88
namespace Nette\Application;
99

10-
use Nette;
11-
1210

1311
/**
1412
* The exception that is thrown when user attempts to terminate the current presenter or application.

src/Bridges/ApplicationLatte/ILatteFactory.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,6 @@
77

88
namespace Nette\Bridges\ApplicationLatte;
99

10-
use Nette;
11-
use Latte;
12-
1310

1411
interface ILatteFactory
1512
{

0 commit comments

Comments
 (0)