Completed
Push — master ( 015a03...daeec7 )
by Kamil
02:30
created
src/Throwable/Exception/Logic/InvalidFormatException.php 1 patch
Braces   +2 added lines, -1 removed lines patch added patch discarded remove patch
@@ -5,4 +5,5 @@
 block discarded – undo
5 5
 use Dazzle\Throwable\Exception\LogicException;
6 6
 
7 7
 class InvalidFormatException extends LogicException
8
-{}
8
+{
9
+}
Please login to merge, or discard this patch.
src/Throwable/Exception/Logic/InstantiationException.php 1 patch
Braces   +2 added lines, -1 removed lines patch added patch discarded remove patch
@@ -5,4 +5,5 @@
 block discarded – undo
5 5
 use Dazzle\Throwable\Exception\LogicException;
6 6
 
7 7
 class InstantiationException extends LogicException
8
-{}
8
+{
9
+}
Please login to merge, or discard this patch.
src/Throwable/Exception/Logic/ResourceUndefinedException.php 1 patch
Braces   +2 added lines, -1 removed lines patch added patch discarded remove patch
@@ -5,4 +5,5 @@
 block discarded – undo
5 5
 use Dazzle\Throwable\Exception\LogicException;
6 6
 
7 7
 class ResourceUndefinedException extends LogicException
8
-{}
8
+{
9
+}
Please login to merge, or discard this patch.
src/Throwable/Exception/Logic/ResourceOccupiedException.php 1 patch
Braces   +2 added lines, -1 removed lines patch added patch discarded remove patch
@@ -5,4 +5,5 @@
 block discarded – undo
5 5
 use Dazzle\Throwable\Exception\LogicException;
6 6
 
7 7
 class ResourceOccupiedException extends LogicException
8
-{}
8
+{
9
+}
Please login to merge, or discard this patch.
src/Throwable/Exception/Logic/IllegalFieldException.php 1 patch
Braces   +2 added lines, -1 removed lines patch added patch discarded remove patch
@@ -5,4 +5,5 @@
 block discarded – undo
5 5
 use Dazzle\Throwable\Exception\LogicException;
6 6
 
7 7
 class IllegalFieldException extends LogicException
8
-{}
8
+{
9
+}
Please login to merge, or discard this patch.
src/Throwable/Error/FatalError.php 1 patch
Braces   +2 added lines, -1 removed lines patch added patch discarded remove patch
@@ -5,4 +5,5 @@
 block discarded – undo
5 5
 use Dazzle\Throwable\Error;
6 6
 
7 7
 class FatalError extends Error
8
-{}
8
+{
9
+}
Please login to merge, or discard this patch.
src/Throwable/Error/WarningError.php 1 patch
Braces   +2 added lines, -1 removed lines patch added patch discarded remove patch
@@ -5,4 +5,5 @@
 block discarded – undo
5 5
 use Dazzle\Throwable\Error;
6 6
 
7 7
 class WarningError extends Error
8
-{}
8
+{
9
+}
Please login to merge, or discard this patch.
src/Throwable/Error/NoticeError.php 1 patch
Braces   +2 added lines, -1 removed lines patch added patch discarded remove patch
@@ -5,4 +5,5 @@
 block discarded – undo
5 5
 use Dazzle\Throwable\Error;
6 6
 
7 7
 class NoticeError extends Error
8
-{}
8
+{
9
+}
Please login to merge, or discard this patch.
src/Throwable/Exception/Runtime/UnexpectedValueException.php 1 patch
Braces   +2 added lines, -1 removed lines patch added patch discarded remove patch
@@ -5,4 +5,5 @@
 block discarded – undo
5 5
 use Dazzle\Throwable\Exception\RuntimeException;
6 6
 
7 7
 class UnexpectedValueException extends RuntimeException
8
-{}
8
+{
9
+}
Please login to merge, or discard this patch.