Completed
Push — master ( 10c98e...d6407a )
by Jeroen
02:53
created
src/Exceptions/Handler.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -101,6 +101,9 @@
 block discarded – undo
101 101
 		}
102 102
 	}
103 103
 
104
+	/**
105
+	 * @param integer $statusCode
106
+	 */
104 107
 	public function sendException($data, $statusCode)
105 108
 	{
106 109
 		header("HTTP/1.0 " . $statusCode . " Internal Server Error");
Please login to merge, or discard this patch.