2
0
forked from Wavyzz/dolibarr

Fix phpcs

This commit is contained in:
Laurent Destailleur
2019-03-16 20:10:22 +01:00
parent 4d101c7d9a
commit 95c1275efc
8 changed files with 57 additions and 45 deletions

View File

@@ -11,6 +11,7 @@ class DolExceptionsCollector extends ExceptionsCollector
/**
* Return widget settings
*
* @return array Array
*/
public function getWidgets()
{
@@ -31,4 +32,4 @@ class DolExceptionsCollector extends ExceptionsCollector
)
);
}
}
}