Completed
Push — add/connection-error-handling ( a8d1fc )
by
unknown
07:44
created
packages/connection/src/class-connection-error.php 1 patch
Doc Comments   +4 added lines patch added patch discarded remove patch
@@ -19,6 +19,10 @@
 block discarded – undo
19 19
 	 */
20 20
 	public $error_info = array();
21 21
 
22
+	/**
23
+	 * @param string $error_code
24
+	 * @param string $data
25
+	 */
22 26
 	public function __construct( $error_code, $data ) {
23 27
 
24 28
 		$this->errors_handler = new Errors();
Please login to merge, or discard this patch.