Skip to content

Commit d06ecf0

Browse files
authored
chore: enable bc rules in php-cs-fixer (#4873)
1 parent a80d755 commit d06ecf0

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

ProcessorInterface.php

-4
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,6 @@ interface ProcessorInterface
2525
{
2626
/**
2727
* Handle the state.
28-
*
29-
* @param mixed $data
30-
*
31-
* @return mixed
3228
*/
3329
public function process($data, Operation $operation, array $uriVariables = [], array $context = []);
3430
}

0 commit comments

Comments
 (0)