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 92ca347 commit ba9509bCopy full SHA for ba9509b
app/code/Magento/Customer/Plugin/ValidateDobOnSave.php
@@ -46,6 +46,7 @@ public function __construct(
46
* @return mixed
47
* @throws InputException
48
* @throws \Magento\Framework\Exception\LocalizedException
49
+ * @SuppressWarnings(PHPMD.CyclomaticComplexity)
50
* @SuppressWarnings(PHPMD.UnusedFormalParameter)
51
*/
52
public function aroundSave(
dev/tests/integration/testsuite/Magento/Customer/Plugin/ValidateDobOnSaveDataTest.php
@@ -24,6 +24,7 @@
24
* @magentoAppArea frontend
25
* @magentoAppIsolation enabled
26
* @magentoDbIsolation enabled
27
+ * @SuppressWarnings(PHPMD.CouplingBetweenObjects)
28
29
class ValidateDobOnSaveDataTest extends TestCase
30
{
0 commit comments