mirror of
https://github.com/rectorphp/rector.git
synced 2025-02-24 11:44:14 +01:00
remove spaces after quote, as convention
This commit is contained in:
parent
9135bff8eb
commit
b4c88a04a7
@ -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 = [];
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user