Skip to content
Snippets Groups Projects
Commit b622029b authored by Eduarda Lentz Rodrigues da Silva's avatar Eduarda Lentz Rodrigues da Silva
Browse files

ZERO-162 Fix static test

parent 8e4bb37d
No related branches found
No related tags found
1 merge request!46ZERO-162-changes
Pipeline #92295 passed with warnings
...@@ -40,6 +40,7 @@ class ChangedBlockDataProvider implements ArgumentInterface ...@@ -40,6 +40,7 @@ class ChangedBlockDataProvider implements ArgumentInterface
* @param InputInterface $input * @param InputInterface $input
* @param OutputInterface $output * @param OutputInterface $output
* @param array $entries * @param array $entries
* @SuppressWarnings(PHPMD.UnusedFormalParameter)
*/ */
public function execute(InputInterface $input, OutputInterface $output, array $entries) public function execute(InputInterface $input, OutputInterface $output, array $entries)
{ {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment