fix phpcs

This commit is contained in:
Frédéric FRANCE
2020-12-20 10:28:06 +01:00
parent 8d21eab6ab
commit f9ea75df3d
4 changed files with 219 additions and 130 deletions

View File

@@ -15,6 +15,9 @@ function faaa()
return 'faaa';
}
/**
* Class Aaa
*/
class Aaa
{
const AAA='aaa';

View File

@@ -12,6 +12,9 @@ function fbbb()
return 'fbbb';
}
/**
* Class Bbb
*/
class Bbb
{
const BBB='bbb';