Skip to content

Commit

Permalink
Silence warning in ToolboxFile
Browse files Browse the repository at this point in the history
We can not make the class less complex currently.
  • Loading branch information
discordier committed Feb 28, 2017
1 parent 7932e3c commit b05c624
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/MetaModels/Helper/ToolboxFile.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@

/**
* This class provides various methods for handling file collection within Contao.
*
* @SuppressWarnings(PHPMD.ExcessiveClassComplexity)
*/
class ToolboxFile
{
Expand Down

0 comments on commit b05c624

Please sign in to comment.