Completed
Push — master ( bde391...0636af )
by Adam
10:27
created
src/IPub/Widgets/Components/Control.php 1 patch
Unused Use Statements   -4 removed lines patch added patch discarded remove patch
@@ -19,19 +19,15 @@
 block discarded – undo
19 19
 use Nette\ComponentModel;
20 20
 use Nette\Localization;
21 21
 use Nette\Utils;
22
-
23 22
 use IPub;
24 23
 use IPub\Widgets\Decorators;
25 24
 use IPub\Widgets\Entities;
26 25
 use IPub\Widgets\Exceptions;
27 26
 use IPub\Widgets\Widgets;
28
-
29 27
 use IPub\Widgets\WidgetsManager;
30 28
 use IPub\Widgets\FiltersManager;
31 29
 use IPub\Widgets\DecoratorsManager;
32 30
 
33
-use IPub\Packages;
34
-
35 31
 /**
36 32
  * Widgets container control definition
37 33
  *
Please login to merge, or discard this patch.
src/IPub/Widgets/Filter/StatusFilter.php 1 patch
Unused Use Statements   -3 removed lines patch added patch discarded remove patch
@@ -14,9 +14,6 @@
 block discarded – undo
14 14
 
15 15
 namespace IPub\Widgets\Filter;
16 16
 
17
-use Nette;
18
-use Nette\Application;
19
-
20 17
 /**
21 18
  * Widgets status filter
22 19
  *
Please login to merge, or discard this patch.
src/IPub/Widgets/Widgets/Control.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -19,10 +19,8 @@
 block discarded – undo
19 19
 use Nette\ComponentModel;
20 20
 use Nette\Localization;
21 21
 use Nette\Utils;
22
-
23 22
 use IPub;
24 23
 use IPub\Widgets;
25
-use IPub\Widgets\Decorators;
26 24
 use IPub\Widgets\Entities;
27 25
 use IPub\Widgets\Exceptions;
28 26
 
Please login to merge, or discard this patch.
src/IPub/Widgets/Exceptions/InvalidArgumentException.php 1 patch
Braces   +3 added lines, -1 removed lines patch added patch discarded remove patch
@@ -14,4 +14,6 @@
 block discarded – undo
14 14
 
15 15
 namespace IPub\Widgets\Exceptions;
16 16
 
17
-class InvalidArgumentException extends \InvalidArgumentException implements IException {}
18 17
\ No newline at end of file
18
+class InvalidArgumentException extends \InvalidArgumentException implements IException
19
+{
20
+}
19 21
\ No newline at end of file
Please login to merge, or discard this patch.
src/IPub/Widgets/Exceptions/DecoratorNotRegisteredException.php 1 patch
Braces   +3 added lines, -1 removed lines patch added patch discarded remove patch
@@ -14,4 +14,6 @@
 block discarded – undo
14 14
 
15 15
 namespace IPub\Widgets\Exceptions;
16 16
 
17
-class DecoratorNotRegisteredException extends InvalidStateException {}
17
+class DecoratorNotRegisteredException extends InvalidStateException
18
+{
19
+}
Please login to merge, or discard this patch.
src/IPub/Widgets/Exceptions/WidgetLoadException.php 1 patch
Braces   +3 added lines, -1 removed lines patch added patch discarded remove patch
@@ -14,4 +14,6 @@
 block discarded – undo
14 14
 
15 15
 namespace IPub\Widgets\Exceptions;
16 16
 
17
-class WidgetLoadException extends \Exception implements IException {}
17
+class WidgetLoadException extends \Exception implements IException
18
+{
19
+}
Please login to merge, or discard this patch.
src/IPub/Widgets/Exceptions/IException.php 1 patch
Braces   +3 added lines, -1 removed lines patch added patch discarded remove patch
@@ -14,4 +14,6 @@
 block discarded – undo
14 14
 
15 15
 namespace IPub\Widgets\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
Please login to merge, or discard this patch.
src/IPub/Widgets/Exceptions/FileNotFoundException.php 1 patch
Braces   +3 added lines, -1 removed lines patch added patch discarded remove patch
@@ -14,4 +14,6 @@
 block discarded – undo
14 14
 
15 15
 namespace IPub\Widgets\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
Please login to merge, or discard this patch.
src/IPub/Widgets/Exceptions/InvalidStateException.php 1 patch
Braces   +3 added lines, -1 removed lines patch added patch discarded remove patch
@@ -14,4 +14,6 @@
 block discarded – undo
14 14
 
15 15
 namespace IPub\Widgets\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
Please login to merge, or discard this patch.