mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-22 01:58:47 +02:00
N°8796 - Add PHP code style validation in iTop and extensions - format whole code base
This commit is contained in:
@@ -4,11 +4,10 @@ namespace applicationContext;
|
||||
|
||||
class MockApplicationContext extends \ApplicationContext
|
||||
{
|
||||
|
||||
public function __construct(array $applicationContextConfig)
|
||||
{
|
||||
parent::__construct();
|
||||
$this->aValues = $applicationContextConfig;
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user