Skip to content

Commit

Permalink
Suppress a PHPMD warning about excessive params
Browse files Browse the repository at this point in the history
  • Loading branch information
MKodde committed Jan 24, 2024
1 parent fdf01ed commit e130854
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@

/**
* @SuppressWarnings(PHPMD.CouplingBetweenObjects) -- Hard to reduce due to different commands and queries used.
* @SuppressWarnings(PHPMD.ExcessiveParameterList) -- Many fields/dependencies are required in controllers. Previously they were yanked from the container via $this->get(), implicit coupling has been made explicit with this change
*/
class SamlController extends AbstractController
{
Expand Down

0 comments on commit e130854

Please sign in to comment.