Fix codestyle.

This commit is contained in:
Github Actions Bot 2020-07-03 01:48:42 +00:00
parent 86b656a25c
commit 714128f614
32 changed files with 7 additions and 67 deletions

View file

@ -149,8 +149,6 @@ namespace controllers\internals;
/**
* Get the model for the Controller.
*
* @return \descartes\Model
*/
protected function get_model(): \descartes\Model
{

View file

@ -102,8 +102,6 @@ namespace controllers\internals;
*
* @param int $id_user : User id
* @param string $condition : Condition string to verify
*
* @return array
*/
public function get_contacts_for_condition_and_user(int $id_user, string $condition): array
{
@ -130,8 +128,6 @@ namespace controllers\internals;
/**
* Get the model for the Controller.
*
* @return \descartes\Model
*/
protected function get_model(): \descartes\Model
{

View file

@ -343,8 +343,6 @@ namespace controllers\internals;
/**
* Get the model for the Controller.
*
* @return \descartes\Model
*/
protected function get_model(): \descartes\Model
{

View file

@ -58,8 +58,6 @@ namespace controllers\internals;
/**
* Get the model for the Controller.
*
* @return \descartes\Model
*/
protected function get_model(): \descartes\Model
{

View file

@ -129,8 +129,6 @@ namespace controllers\internals;
/**
* Get the model for the Controller.
*
* @return \descartes\Model
*/
protected function get_model(): \descartes\Model
{

View file

@ -129,8 +129,6 @@ namespace controllers\internals;
/**
* Get the model for the Controller.
*
* @return \descartes\Model
*/
protected function get_model(): \descartes\Model
{

View file

@ -99,8 +99,6 @@ namespace controllers\internals;
/**
* Get the model for the Controller.
*
* @return \descartes\Model
*/
protected function get_model(): \descartes\Model
{

View file

@ -264,8 +264,6 @@ namespace controllers\internals;
/**
* Get the model for the Controller.
*
* @return \descartes\Model
*/
protected function get_model(): \descartes\Model
{

View file

@ -13,9 +13,9 @@ namespace controllers\internals;
use Symfony\Component\ExpressionLanguage\ExpressionLanguage;
/**
* Class to analyse rules used by conditional groups.
*/
/**
* Class to analyse rules used by conditional groups.
*/
class Ruler extends \descartes\InternalController
{
private $expression_language;

View file

@ -418,8 +418,6 @@ namespace controllers\internals;
/**
* Get the model for the Controller.
*
* @return \descartes\Model
*/
protected function get_model(): \descartes\Model
{

View file

@ -210,8 +210,6 @@ namespace controllers\internals;
/**
* Get the model for the Controller.
*
* @return \descartes\Model
*/
protected function get_model(): \descartes\Model
{

View file

@ -55,8 +55,6 @@ namespace controllers\internals;
* @param int $id_user : user id
* @param string $name : setting name
* @param mixed $value : value of the setting
*
* @return bool
*/
public function create(int $id_user, string $name, $value): bool
{
@ -90,8 +88,6 @@ namespace controllers\internals;
/**
* Get the model for the Controller.
*
* @return \descartes\Model
*/
protected function get_model(): \descartes\Model
{

View file

@ -66,8 +66,6 @@ namespace controllers\internals;
/**
* Get the model for the Controller.
*
* @return \descartes\Model
*/
protected function get_model(): \descartes\Model
{

View file

@ -137,8 +137,6 @@ namespace controllers\internals;
/**
* Get the model for the Controller.
*
* @return \descartes\Model
*/
abstract protected function get_model(): \descartes\Model;
}

View file

@ -137,8 +137,6 @@ class Webhook extends StandardController
/**
* Get the model for the Controller.
*
* @return \descartes\Model
*/
protected function get_model(): \descartes\Model
{