remove spaces after quote, as convention

This commit is contained in:
TomasVotruba 2020-06-15 16:19:55 +02:00
parent 9135bff8eb
commit b4c88a04a7

View File

@ -7,7 +7,7 @@ namespace Rector\BetterPhpDocParser\Tests\PhpDocParser\TagValueNodeReprint\Fixtu
final class ArrayCallableType
{
/**
* @var (callable(mixed $value, string $typeName): mixed)[]
* @var (callable(mixed $value, string $typeName):mixed)[]
*/
private $mappings = [];
}