Autofix long scalar typehints to short ones

[MAILPOET-2715]
This commit is contained in:
Jan Jakeš
2020-02-17 13:23:00 +01:00
committed by Jack Kitterhing
parent 56286bfd11
commit 153c72cd77
11 changed files with 17 additions and 17 deletions

View File

@ -37,7 +37,7 @@ class ControlSignatureSniff extends \PHP_CodeSniffer\Sniffs\AbstractPatternSniff
/**
* If true, comments will be ignored if they are found in the code.
*
* @var boolean
* @var bool
*/
public $ignoreComments = true;