Completed
Push — master ( b7fbe3...8fe22f )
by Peter
02:11
created
src/Exceptions/MatcherException.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -20,6 +20,9 @@
 block discarded – undo
20 20
 		parent::__construct($message, $code, $previous);
21 21
 	}
22 22
 
23
+	/**
24
+	 * @param integer $errcode
25
+	 */
23 26
 	private function errorToText($errcode)
24 27
 	{
25 28
 		static $messages;
Please login to merge, or discard this patch.