We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1579a5f commit 95e0b23Copy full SHA for 95e0b23
src/Magento/FunctionalTestingFramework/Extension/BaseExtension.php
@@ -13,8 +13,6 @@
13
14
/**
15
* Class BaseExtension
16
- *
17
- * @SuppressWarnings(PHPMD.UnusedLocalVariable)
18
*/
19
class BaseExtension extends Extension
20
{
@@ -41,6 +39,8 @@ class BaseExtension extends Extension
41
39
* @param \Codeception\Event\TestEvent $e
42
40
* @return void
43
* @throws \Exception
+ *
+ * @SuppressWarnings(PHPMD.UnusedFormalParameter)
44
45
public function beforeTest(\Codeception\Event\TestEvent $e)
46
@@ -53,6 +53,8 @@ public function beforeTest(\Codeception\Event\TestEvent $e)
53
* @param \Codeception\Event\StepEvent $e
54
55
56
57
58
59
public function beforeStep(\Codeception\Event\StepEvent $e)
60
0 commit comments