Skip to content

Commit

Permalink
Ignoring __strictMode__ property for phpmd
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivan Wolf committed Jun 12, 2018
1 parent 0baecf5 commit 828a240
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/Options/Identity/Adapter/AdapterOptions.php
Expand Up @@ -4,10 +4,15 @@

use Zend\Stdlib\AbstractOptions;

/**
* @SuppressWarnings(PHPMD.CamelCasePropertyName)
*/
class AdapterOptions extends AbstractOptions
{
// @codingStandardsIgnoreStart
/**
* @var bool
*/
protected $__strictMode__ = false;
// @codingStandardsIgnoreEnd
}

0 comments on commit 828a240

Please sign in to comment.