@@ -17,8 +17,6 @@ |
||
| 17 | 17 | use Nette; |
| 18 | 18 | use Nette\Application; |
| 19 | 19 | use Nette\Localization; |
| 20 | -use Nette\Utils; |
|
| 21 | - |
|
| 22 | 20 | use IPub; |
| 23 | 21 | use IPub\FlashMessages; |
| 24 | 22 | use IPub\FlashMessages\Exceptions; |
@@ -14,9 +14,7 @@ |
||
| 14 | 14 | |
| 15 | 15 | namespace IPub\FlashMessages\Events; |
| 16 | 16 | |
| 17 | -use Nette; |
|
| 18 | 17 | use Nette\Application; |
| 19 | - |
|
| 20 | 18 | use IPub; |
| 21 | 19 | use IPub\FlashMessages; |
| 22 | 20 | |
@@ -16,10 +16,8 @@ |
||
| 16 | 16 | |
| 17 | 17 | use Nette; |
| 18 | 18 | use Nette\Localization; |
| 19 | - |
|
| 20 | 19 | use Kdyby; |
| 21 | 20 | use Kdyby\Translation; |
| 22 | - |
|
| 23 | 21 | use IPub; |
| 24 | 22 | use IPub\FlashMessages\Adapters; |
| 25 | 23 | use IPub\FlashMessages\Entities; |
@@ -14,4 +14,6 @@ |
||
| 14 | 14 | |
| 15 | 15 | namespace IPub\FlashMessages\Exceptions; |
| 16 | 16 | |
| 17 | -class InvalidStateException extends \RuntimeException implements IException {} |
|
| 18 | 17 | \ No newline at end of file |
| 18 | +class InvalidStateException extends \RuntimeException implements IException |
|
| 19 | +{ |
|
| 20 | +} |
|
| 19 | 21 | \ No newline at end of file |
@@ -14,4 +14,6 @@ |
||
| 14 | 14 | |
| 15 | 15 | namespace IPub\FlashMessages\Exceptions; |
| 16 | 16 | |
| 17 | -interface IException {} |
|
| 18 | 17 | \ No newline at end of file |
| 18 | +interface IException |
|
| 19 | +{ |
|
| 20 | +} |
|
| 19 | 21 | \ No newline at end of file |
@@ -14,4 +14,6 @@ |
||
| 14 | 14 | |
| 15 | 15 | namespace IPub\FlashMessages\Exceptions; |
| 16 | 16 | |
| 17 | -class IOException extends \RuntimeException implements IException {} |
|
| 18 | 17 | \ No newline at end of file |
| 18 | +class IOException extends \RuntimeException implements IException |
|
| 19 | +{ |
|
| 20 | +} |
|
| 19 | 21 | \ No newline at end of file |
@@ -14,4 +14,6 @@ |
||
| 14 | 14 | |
| 15 | 15 | namespace IPub\FlashMessages\Exceptions; |
| 16 | 16 | |
| 17 | -class FileNotFoundException extends IOException implements IException {} |
|
| 18 | 17 | \ No newline at end of file |
| 18 | +class FileNotFoundException extends IOException implements IException |
|
| 19 | +{ |
|
| 20 | +} |
|
| 19 | 21 | \ No newline at end of file |