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