[automated] Apply Coding Standard (#4784)

Co-authored-by: kodiakhq <kodiakhq@users.noreply.github.com>
This commit is contained in:
github-actions[bot] 2020-12-05 11:07:25 +01:00 committed by GitHub
parent 520b8a9a85
commit c7d2af6966
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View File

@ -29,6 +29,7 @@ final class TypeComparator
* @var TypeNormalizer
*/
private $typeNormalizer;
/**
* @var StaticTypeMapper
*/

View File

@ -39,6 +39,7 @@ final class SimplifyIfReturnBoolRector extends AbstractRector
* @var TypeUnwrapper
*/
private $typeUnwrapper;
/**
* @var CommentsMerger
*/