Completed
Pull Request — master (#1056)
by Jonathan
05:12
created
lib/Elastica/Transport/AwsAuthV4.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -79,6 +79,9 @@
 block discarded – undo
79 79
         }
80 80
     }
81 81
 
82
+    /**
83
+     * @param string $key
84
+     */
82 85
     private function getConfig(Connection $conn, $key, $default = null)
83 86
     {
84 87
         return $conn->hasConfig($key)
Please login to merge, or discard this patch.