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

@ -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
{