Completed
Push — dev ( 1ec345...ce9639 )
by
unknown
05:02 queued 01:09
created
src/RuntimeException.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -9,6 +9,9 @@
 block discarded – undo
9 9
 abstract class RuntimeException extends BaseRuntimeException implements HeleException
10 10
 {
11 11
 
12
+	/**
13
+	 * @param string $message
14
+	 */
12 15
 	public function __construct($message, Exception $previous = null)
13 16
 	{
14 17
 		parent::__construct($message, 0, $previous);
Please login to merge, or discard this patch.