mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
fixup! Add Rector Rule to inject normalization methods into export classes
This commit is contained in:
parent
3a738179f2
commit
0609e3f4c3
@ -87,7 +87,8 @@ class ChillBundleAddNormalizationMethodsOnExportRector extends AbstractRector
|
|||||||
}
|
}
|
||||||
|
|
||||||
continue;
|
continue;
|
||||||
} elseif (!$stmt instanceof Node\Stmt\ClassMethod) {
|
}
|
||||||
|
if (!$stmt instanceof Node\Stmt\ClassMethod) {
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user