Skip to content

Commit 8a98788

Browse files
committed
chore: phpcs
1 parent b0383f3 commit 8a98788

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Standards/Squiz/Sniffs/Arrays/ArrayDeclarationSniff.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,13 @@
1515

1616
class ArrayDeclarationSniff implements Sniff
1717
{
18+
1819
/**
1920
* Controls how to align the double arrow in multi-line arrays:
2021
* - true: align the double arrow to the longest index
2122
* - false: align the double arrow to length of the index
2223
*
23-
* @var bool
24+
* @var boolean
2425
*/
2526
public bool $alignDoubleArrowToLongestIndex = true;
2627

0 commit comments

Comments
 (0)