Skip to content

Commit 9dd841d

Browse files
committed
docs: break long comment
1 parent f59886e commit 9dd841d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/Template/rector.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,9 @@
113113
$rectorConfig
114114
->ruleWithConfiguration(TypedPropertyFromAssignsRector::class, [
115115
/**
116-
* 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
116+
* The INLINE_PUBLIC value is default to false to avoid BC break,
117+
* if you use for libraries and want to preserve BC break, you don't
118+
* need to configure it, as it included in LevelSetList::UP_TO_PHP_74
117119
* Set to true for projects that allow BC break
118120
*/
119121
TypedPropertyFromAssignsRector::INLINE_PUBLIC => true,

0 commit comments

Comments
 (0)