Completed
Push — master ( 87baad...de46dc )
by Songda
01:36
created
src/Pay.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -54,7 +54,7 @@
 block discarded – undo
54 54
      * 
55 55
      * @param   string     $driver [description]
56 56
      * 
57
-     * @return  object             [description]
57
+     * @return  Pay             [description]
58 58
      */
59 59
     public function driver($driver)
60 60
     {
Please login to merge, or discard this patch.
src/Support/Config.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -68,7 +68,7 @@
 block discarded – undo
68 68
      *
69 69
      * @param   string     $key   [description]
70 70
      *
71
-     * @param   array      $value [description]
71
+     * @param   string|null      $value [description]
72 72
      */
73 73
     public function set(string $key, $value)
74 74
     {
Please login to merge, or discard this patch.