Completed
Push — master ( 2fdc0b...3a3243 )
by Kamil
03:16
created
src/Throwable/Throwable.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -36,7 +36,7 @@
 block discarded – undo
36 36
      * @param \Error|\Exception $ex
37 37
      * @param string[] &$data
38 38
      * @param int $offset
39
-     * @return mixed
39
+     * @return string[]
40 40
      */
41 41
     public static function getThrowableStack($ex, &$data = [], $offset = 0)
42 42
     {
Please login to merge, or discard this patch.
src/Throwable/Exception/SystemException.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;
6 6
 
7 7
 class SystemException extends Exception
8
-{}
8
+{
9
+}
Please login to merge, or discard this patch.
src/Throwable/Exception/System/TaskIncompleteException.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\SystemException;
6 6
 
7 7
 class TaskIncompleteException extends SystemException
8
-{}
8
+{
9
+}
Please login to merge, or discard this patch.
src/Throwable/Exception/System/ChildUnresponsiveException.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\SystemException;
6 6
 
7 7
 class ChildUnresponsiveException extends SystemException
8
-{}
8
+{
9
+}
Please login to merge, or discard this patch.
src/Throwable/Exception/System/ParentUnresponsiveException.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\SystemException;
6 6
 
7 7
 class ParentUnresponsiveException extends SystemException
8
-{}
8
+{
9
+}
Please login to merge, or discard this patch.
src/Throwable/Exception/LogicException.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;
6 6
 
7 7
 class LogicException extends Exception
8
-{}
8
+{
9
+}
Please login to merge, or discard this patch.
src/Throwable/Exception/Runtime/TimeoutException.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 TimeoutException extends RuntimeException
8
-{}
8
+{
9
+}
Please login to merge, or discard this patch.
src/Throwable/Exception/Runtime/WriteException.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 WriteException extends RuntimeException
8
-{}
8
+{
9
+}
Please login to merge, or discard this patch.
src/Throwable/Exception/Runtime/ReadException.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 ReadException extends RuntimeException
8
-{}
8
+{
9
+}
Please login to merge, or discard this patch.