PHP Coding Standards Fixer > fix coding standard

This commit is contained in:
Meritoo
2019-04-06 08:00:01 +02:00
parent 0f64705132
commit a13a629408
71 changed files with 812 additions and 1133 deletions

View File

@@ -17,11 +17,11 @@ namespace Meritoo\Test\Common\Utilities\Reflection;
*/
class H
{
const DOLOR = 'sit';
public const DOLOR = 'sit';
const LOREM = 'ipsum';
public const LOREM = 'ipsum';
const MAX_USERS = 5;
public const MAX_USERS = 5;
const MIN_USERS = 2;
public const MIN_USERS = 2;
}