From 5fd6a8ab8af5c2bc021e1a92d053d43143b183f1 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Guillaume=20Perr=C3=A9al?= <guillaume.perreal@irstea.fr>
Date: Mon, 18 Jan 2021 17:18:50 +0100
Subject: [PATCH] CS.

---
 recipe/common.php    | 5 +++--
 recipe/messenger.php | 5 +++--
 recipe/systemd.php   | 5 +++--
 3 files changed, 9 insertions(+), 6 deletions(-)

diff --git a/recipe/common.php b/recipe/common.php
index 80dd10e..258b566 100644
--- a/recipe/common.php
+++ b/recipe/common.php
@@ -1,7 +1,8 @@
-<?php declare(strict_types=1);
+<?php
+declare(strict_types=1);
 /*
  * irstea/deployer-worker-recipe - Une recette pour deployer un worker.
- * Copyright (C) 2020 IRSTEA
+ * Copyright (C) 2020-2021 IRSTEA
  *
  * For the full copyright and license information, please view the LICENSE
  * file that was distributed with this source code.
diff --git a/recipe/messenger.php b/recipe/messenger.php
index a497654..54c457a 100644
--- a/recipe/messenger.php
+++ b/recipe/messenger.php
@@ -1,7 +1,8 @@
-<?php declare(strict_types=1);
+<?php
+declare(strict_types=1);
 /*
  * irstea/deployer-worker-recipe - Une recette pour deployer un worker.
- * Copyright (C) 2020 IRSTEA
+ * Copyright (C) 2020-2021 IRSTEA
  *
  * For the full copyright and license information, please view the LICENSE
  * file that was distributed with this source code.
diff --git a/recipe/systemd.php b/recipe/systemd.php
index 57982f7..9ffb976 100644
--- a/recipe/systemd.php
+++ b/recipe/systemd.php
@@ -1,7 +1,8 @@
-<?php declare(strict_types=1);
+<?php
+declare(strict_types=1);
 /*
  * irstea/deployer-worker-recipe - Une recette pour deployer un worker.
- * Copyright (C) 2020 IRSTEA
+ * Copyright (C) 2020-2021 IRSTEA
  *
  * For the full copyright and license information, please view the LICENSE
  * file that was distributed with this source code.
-- 
GitLab