Skip to content

Commit

Permalink
More newlines
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed Jun 19, 2024
1 parent 0e66b0e commit 0a33c98
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion templates/bake/Controller/controller.twig
Original file line number Diff line number Diff line change
Expand Up @@ -59,4 +59,4 @@ class {{ name }}Controller extends AppController
{% if loop.index > 1 %}{{ "\n" }}{% endif %}
{{- element('Bake.Controller/' ~ action) -}}
{% endfor %}
}
}
2 changes: 1 addition & 1 deletion tests/comparisons/Controller/testBakeActions.php
Original file line number Diff line number Diff line change
Expand Up @@ -118,4 +118,4 @@ public function delete($id = null)

return $this->redirect(['action' => 'index']);
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -120,4 +120,4 @@ public function delete($id = null)

return $this->redirect(['action' => 'index']);
}
}
}
2 changes: 1 addition & 1 deletion tests/comparisons/Controller/testBakeActionsContent.php
Original file line number Diff line number Diff line change
Expand Up @@ -102,4 +102,4 @@ public function delete($id = null)

return $this->redirect(['action' => 'index']);
}
}
}
2 changes: 1 addition & 1 deletion tests/comparisons/Controller/testBakeActionsOption.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,4 @@ public function index()

$this->set(compact('bakeArticles'));
}
}
}
2 changes: 1 addition & 1 deletion tests/comparisons/Controller/testBakeComponents.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ public function initialize(): void
$this->loadComponent('Apple');
$this->loadComponent('NonExistent');
}
}
}
2 changes: 1 addition & 1 deletion tests/comparisons/Controller/testBakeNoActions.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ public function initialize(): void
$this->loadComponent('Flash');
$this->viewBuilder()->setHelpers(['Html', 'Time']);
}
}
}
2 changes: 1 addition & 1 deletion tests/comparisons/Controller/testBakeWithPlugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -104,4 +104,4 @@ public function delete($id = null)

return $this->redirect(['action' => 'index']);
}
}
}

0 comments on commit 0a33c98

Please sign in to comment.