PHPDoc & code cleanup

This commit is contained in:
Molkobain
2020-07-24 14:11:30 +02:00
parent dd4ef8f91a
commit e37c620d2d

View File

@@ -28,10 +28,6 @@ use Dict;
use Exception;
use IssueLog;
use MetaModel;
use Silex\Application;
use Symfony\Component\Debug\ErrorHandler;
use Symfony\Component\Debug\ExceptionHandler;
use Symfony\Component\HttpKernel\Exception\HttpException;
/**
* Contains static methods to help loading / registering classes of the application.
@@ -134,13 +130,14 @@ class ApplicationHelper
* If not found, tries to find one from the closest parent class.
* Else returns a default form based on zlist 'details'
*
* @param array $aForms
* @param array $aForms
* @param string $sClass Object class to find a form for
* @param string $sMode Form mode to find (view|edit|create)
* @param string $sMode Form mode to find (view|edit|create)
*
* @return array
*
* @throws \CoreException
* @throws \Exception
*/
public static function GetLoadedFormFromClass($aForms, $sClass, $sMode)
{