Completed
Push — master ( 0d723c...aa6b9d )
by Korvin
04:30
created
src/Exception/ErrorHandler.php 1 patch
Doc Comments   +4 added lines, -1 removed lines patch added patch discarded remove patch
@@ -26,6 +26,9 @@  discard block
 block discarded – undo
26 26
         set_exception_handler([$this, 'handleException']);
27 27
     }
28 28
 
29
+    /**
30
+     * @param boolean $verbose
31
+     */
29 32
     public function setVerbose($verbose)
30 33
     {
31 34
         $this->verbose = $verbose;
@@ -56,7 +59,7 @@  discard block
 block discarded – undo
56 59
      * @param string $file
57 60
      * @param int $line
58 61
      * @param array $context
59
-     * @return bool
62
+     * @return false|null
60 63
      */
61 64
     public function handleError($code, $message, $file, $line, $context)
62 65
     {
Please login to merge, or discard this patch.