From 947e918f05d70d5dce4efa4ef403e593581c3fa9 Mon Sep 17 00:00:00 2001 From: Alexandre Alapetite Date: Sun, 28 Feb 2021 12:26:24 +0100 Subject: Travis: Enforce phpcs line length + whitespace (#3488) * Update Travis line length * Also check whitespace in CSS files * Fix line length ext.php * More syntax, string templates * Fix exclude-pattern * Test JS files as well --- app/install.php | 51 ++++++++++++++++++++++++++++++++------------------- 1 file changed, 32 insertions(+), 19 deletions(-) (limited to 'app/install.php') diff --git a/app/install.php b/app/install.php index a156027e4..b3e96a773 100644 --- a/app/install.php +++ b/app/install.php @@ -104,9 +104,9 @@ function saveStep2() { ]); } else { if (empty($_POST['type']) || - empty($_POST['host']) || - empty($_POST['user']) || - empty($_POST['base'])) { + empty($_POST['host']) || + empty($_POST['user']) || + empty($_POST['base'])) { Minz_Session::_param('bd_error', 'Missing parameters!'); } Minz_Session::_params([ @@ -336,7 +336,7 @@ function printStep0() { ?>

- +

@@ -426,7 +426,8 @@ function printStep1() {
- +
@@ -443,7 +444,8 @@ function printStep2() {

-

+

@@ -454,19 +456,19 @@ function printStep2() { +
- +
- +
- +
- +
@@ -539,7 +546,9 @@ function printStep3() {
- +
@@ -553,9 +562,12 @@ function printStep3() { } $auth_type = isset($_SESSION['auth_type']) ? $_SESSION['auth_type'] : ''; ?> - - - + + + @@ -564,7 +576,8 @@ function printStep3() {
- tabindex="5" /> + tabindex="5" />

-- cgit v1.2.3