We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f2b9a0 commit 11fdd4cCopy full SHA for 11fdd4c
src/Magento/FunctionalTestingFramework/DataTransport/Auth/WebApiAuth.php
@@ -54,6 +54,7 @@ class WebApiAuth
54
* @throws FastFailException
55
*
56
* @SuppressWarnings(PHPMD.CyclomaticComplexity)
57
+ * @SuppressWarnings(PHPMD.NPathComplexity)
58
*/
59
public static function getAdminToken($username = null, $password = null)
60
{
0 commit comments