phpcs: fix new sudden violations (#1443)

This commit is contained in:
Eugene Molotov 2020-01-31 18:30:31 +05:00 committed by GitHub
parent 46b9879c08
commit 6a90a9d33f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View File

@ -729,6 +729,7 @@ EOD;
} }
} }
} }
#endregion (User) #endregion (User)
} }

View File

@ -347,5 +347,6 @@ class JustETFBridge extends BridgeAbstract {
return $element->plaintext; return $element->plaintext;
} }
#endregion #endregion
} }