Completed
Branch master (8240e8)
by recca
08:20
created
src/Api.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -255,6 +255,7 @@
 block discarded – undo
255 255
      * call.
256 256
      *
257 257
      * @param array $params
258
+     * @param string $cmd
258 259
      *
259 260
      * @return array
260 261
      */
Please login to merge, or discard this patch.
src/Encrypter.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -131,8 +131,8 @@
 block discarded – undo
131 131
      *
132 132
      * @method pkcs5Unpad
133 133
      *
134
-     * @param string $text
135 134
      *
135
+     * @param string $plaintext
136 136
      * @return string
137 137
      */
138 138
     protected function pkcs5Unpad($plaintext)
Please login to merge, or discard this patch.
src/MypayGatewayFactory.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -22,6 +22,9 @@
 block discarded – undo
22 22
 
23 23
 class MypayGatewayFactory extends GatewayFactory
24 24
 {
25
+    /**
26
+     * @param ArrayObject $config
27
+     */
25 28
     public function getDefaultHttpClient($config)
26 29
     {
27 30
         $classes = [
Please login to merge, or discard this patch.