Completed
Push — master ( 5d79a7...618e5e )
by Arnold
02:54
created
src/ErrorHandlerInterface.php 1 patch
Doc Comments   +2 added lines patch added patch discarded remove patch
@@ -12,6 +12,7 @@  discard block
 block discarded – undo
12 12
      * Set the caught error.
13 13
      * 
14 14
      * @param \Throwable|\Exception|\Error
15
+     * @return void
15 16
      */
16 17
     public function setError($error);
17 18
     
@@ -26,6 +27,7 @@  discard block
 block discarded – undo
26 27
      * Log an error or exception
27 28
      * 
28 29
      * @param \Exception|\Error $error
30
+     * @return void
29 31
      */
30 32
     public function log($error);
31 33
 }
Please login to merge, or discard this patch.