Completed
Push — master ( 1212b3...010c30 )
by Stéphane
05:43
created
src/Exception/Curl/ExceptionFactory.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
 class ExceptionFactory
21 21
 {
22
+    /**
23
+     * @param integer $code
24
+     * @param string $message
25
+     */
22 26
     public static function build($code, $message)
23 27
     {
24 28
         $error = null;
Please login to merge, or discard this patch.