mirror of
https://github.com/rectorphp/rector.git
synced 2025-02-22 18:54:39 +01:00
Typo fix: missing ; in code example (#4862)
This commit is contained in:
parent
46a8cf2390
commit
d7337f7959
@ -40,7 +40,7 @@ class SomeClass
|
|||||||
{
|
{
|
||||||
public function run()
|
public function run()
|
||||||
{
|
{
|
||||||
++$style
|
++$style;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
CODE_SAMPLE
|
CODE_SAMPLE
|
||||||
|
Loading…
x
Reference in New Issue
Block a user