From 0a33c98e742a898336c4fac7f691721d92011dec Mon Sep 17 00:00:00 2001 From: Mark Story Date: Tue, 18 Jun 2024 23:49:24 -0400 Subject: [PATCH] More newlines --- templates/bake/Controller/controller.twig | 2 +- tests/comparisons/Controller/testBakeActions.php | 2 +- .../Controller/testBakeActionsAuthorizationPlugin.php | 2 +- tests/comparisons/Controller/testBakeActionsContent.php | 2 +- tests/comparisons/Controller/testBakeActionsOption.php | 2 +- tests/comparisons/Controller/testBakeComponents.php | 2 +- tests/comparisons/Controller/testBakeNoActions.php | 2 +- tests/comparisons/Controller/testBakeWithPlugin.php | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/templates/bake/Controller/controller.twig b/templates/bake/Controller/controller.twig index 89e57d38..aabc537e 100644 --- a/templates/bake/Controller/controller.twig +++ b/templates/bake/Controller/controller.twig @@ -59,4 +59,4 @@ class {{ name }}Controller extends AppController {% if loop.index > 1 %}{{ "\n" }}{% endif %} {{- element('Bake.Controller/' ~ action) -}} {% endfor %} -} \ No newline at end of file +} diff --git a/tests/comparisons/Controller/testBakeActions.php b/tests/comparisons/Controller/testBakeActions.php index a5e0d9b3..ff924991 100644 --- a/tests/comparisons/Controller/testBakeActions.php +++ b/tests/comparisons/Controller/testBakeActions.php @@ -118,4 +118,4 @@ public function delete($id = null) return $this->redirect(['action' => 'index']); } -} \ No newline at end of file +} diff --git a/tests/comparisons/Controller/testBakeActionsAuthorizationPlugin.php b/tests/comparisons/Controller/testBakeActionsAuthorizationPlugin.php index 84acd207..b37de7f2 100644 --- a/tests/comparisons/Controller/testBakeActionsAuthorizationPlugin.php +++ b/tests/comparisons/Controller/testBakeActionsAuthorizationPlugin.php @@ -120,4 +120,4 @@ public function delete($id = null) return $this->redirect(['action' => 'index']); } -} \ No newline at end of file +} diff --git a/tests/comparisons/Controller/testBakeActionsContent.php b/tests/comparisons/Controller/testBakeActionsContent.php index 351e9ffd..8f3df094 100644 --- a/tests/comparisons/Controller/testBakeActionsContent.php +++ b/tests/comparisons/Controller/testBakeActionsContent.php @@ -102,4 +102,4 @@ public function delete($id = null) return $this->redirect(['action' => 'index']); } -} \ No newline at end of file +} diff --git a/tests/comparisons/Controller/testBakeActionsOption.php b/tests/comparisons/Controller/testBakeActionsOption.php index 1f1fb08f..d3ec9103 100644 --- a/tests/comparisons/Controller/testBakeActionsOption.php +++ b/tests/comparisons/Controller/testBakeActionsOption.php @@ -39,4 +39,4 @@ public function index() $this->set(compact('bakeArticles')); } -} \ No newline at end of file +} diff --git a/tests/comparisons/Controller/testBakeComponents.php b/tests/comparisons/Controller/testBakeComponents.php index e18374e3..6555c029 100644 --- a/tests/comparisons/Controller/testBakeComponents.php +++ b/tests/comparisons/Controller/testBakeComponents.php @@ -32,4 +32,4 @@ public function initialize(): void $this->loadComponent('Apple'); $this->loadComponent('NonExistent'); } -} \ No newline at end of file +} diff --git a/tests/comparisons/Controller/testBakeNoActions.php b/tests/comparisons/Controller/testBakeNoActions.php index 110f7a5a..fa3ae09b 100644 --- a/tests/comparisons/Controller/testBakeNoActions.php +++ b/tests/comparisons/Controller/testBakeNoActions.php @@ -25,4 +25,4 @@ public function initialize(): void $this->loadComponent('Flash'); $this->viewBuilder()->setHelpers(['Html', 'Time']); } -} \ No newline at end of file +} diff --git a/tests/comparisons/Controller/testBakeWithPlugin.php b/tests/comparisons/Controller/testBakeWithPlugin.php index 15e54bda..fb16c6e7 100644 --- a/tests/comparisons/Controller/testBakeWithPlugin.php +++ b/tests/comparisons/Controller/testBakeWithPlugin.php @@ -104,4 +104,4 @@ public function delete($id = null) return $this->redirect(['action' => 'index']); } -} \ No newline at end of file +}