Skip to content

Commit db30536

Browse files
committed
chore: exempt BC-sensitive constructors from rector
Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>
1 parent 9647262 commit db30536

3 files changed

Lines changed: 2 additions & 3 deletions

File tree

rector.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,4 @@
99
__DIR__ . '/src',
1010
__DIR__ . '/tests',
1111
])
12-
->withSkip([
13-
'Rector\\Php84\\Rector\\Class_\\NewInInitializerRector',
14-
])
1512
->withPhpSets();

src/Layout/LinearLayoutEngine.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
use LibreSign\XObjectTemplate\Css\InlineStyleParser;
88
use LibreSign\XObjectTemplate\Html\Node;
99

10+
/** @noRector */
1011
final readonly class LinearLayoutEngine
1112
{
1213
private InlineStyleParser $styleParser;

src/XObjectTemplateCompiler.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
use LibreSign\XObjectTemplate\Pdf\ColorParser;
1313
use LibreSign\XObjectTemplate\Pdf\PdfEscaper;
1414

15+
/** @noRector */
1516
final readonly class XObjectTemplateCompiler implements XObjectTemplateCompilerInterface
1617
{
1718
private SubsetHtmlParser $htmlParser;

0 commit comments

Comments
 (0)