Skip to content

Commit 24ac55e

Browse files
committed
docs: break long comment line
1 parent 42097a8 commit 24ac55e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

rector.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,9 @@
121121
$rectorConfig
122122
->ruleWithConfiguration(TypedPropertyFromAssignsRector::class, [
123123
/**
124-
* The INLINE_PUBLIC value is default to false to avoid BC break, if you use for libraries and want to preserve BC break, you don't need to configure it, as it included in LevelSetList::UP_TO_PHP_74
124+
* The INLINE_PUBLIC value is default to false to avoid BC break,
125+
* if you use for libraries and want to preserve BC break, you don't
126+
* need to configure it, as it included in LevelSetList::UP_TO_PHP_74
125127
* Set to true for projects that allow BC break
126128
*/
127129
TypedPropertyFromAssignsRector::INLINE_PUBLIC => true,

0 commit comments

Comments
 (0)