mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-30 22:18:46 +02:00
N°8796 - Add PHP code style validation in iTop and extensions - format whole code base
This commit is contained in:
@@ -2,14 +2,15 @@
|
||||
|
||||
namespace Combodo\iTop\SessionTracker;
|
||||
|
||||
/**
|
||||
* @experimental for internal use only, subject to change without notice.
|
||||
*
|
||||
* Do not use this interface in your code.
|
||||
*
|
||||
* @since 3.2.2
|
||||
*/
|
||||
interface iSessionHandlerExtension {
|
||||
/**
|
||||
* @experimental for internal use only, subject to change without notice.
|
||||
*
|
||||
* Do not use this interface in your code.
|
||||
*
|
||||
* @since 3.2.2
|
||||
*/
|
||||
interface iSessionHandlerExtension
|
||||
{
|
||||
public function __construct();
|
||||
|
||||
/**
|
||||
@@ -19,5 +20,5 @@ interface iSessionHandlerExtension {
|
||||
*
|
||||
* @return void
|
||||
*/
|
||||
public function CompleteSessionData(array $aJson, array &$aData) : void;
|
||||
}
|
||||
public function CompleteSessionData(array $aJson, array &$aData): void;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user