Typo fix: missing ; in code example (#4862)

This commit is contained in:
Abdul Malik Ikhsan 2020-12-12 18:10:48 +07:00 committed by GitHub
parent 46a8cf2390
commit d7337f7959
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -40,7 +40,7 @@ class SomeClass
{
public function run()
{
++$style
++$style;
}
}
CODE_SAMPLE