Completed
Push — master ( 708b33...bde391 )
by Adam
02:43
created
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.
src/IPub/Widgets/Exceptions/UnexpectedValueException.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 UnexpectedValueException extends \UnexpectedValueException implements IException {}
18 17
\ No newline at end of file
18
+class UnexpectedValueException extends \UnexpectedValueException implements IException
19
+{
20
+}
19 21
\ No newline at end of file
Please login to merge, or discard this patch.
src/IPub/Widgets/Exceptions/WidgetNotRegisteredException.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 WidgetNotRegisteredException extends InvalidStateException {}
17
+class WidgetNotRegisteredException extends InvalidStateException
18
+{
19
+}
Please login to merge, or discard this patch.
src/IPub/Widgets/Exceptions/IOException.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 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
Please login to merge, or discard this patch.