Skip to content

Commit ffe171f

Browse files
authored
[TypeDeclaration] Fix configurable on IncreaseDeclareStrictTypesRector to show on getrector.com (#7327)
1 parent d7c7d35 commit ffe171f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rules/TypeDeclaration/Rector/StmtsAwareInterface/IncreaseDeclareStrictTypesRector.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
*/
2727
final class IncreaseDeclareStrictTypesRector extends AbstractRector implements ConfigurableRectorInterface
2828
{
29-
private const LIMIT = 'limit';
29+
public const LIMIT = 'limit';
3030

3131
private int $limit = 10;
3232

0 commit comments

Comments
 (0)