Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaurício Meneghini Fauth <mauricio@fauth.dev>2020-01-20 04:29:54 +0300
committerMaurício Meneghini Fauth <mauricio@fauth.dev>2020-01-20 04:29:54 +0300
commit285907991e61f47fe605b5b239526a05473e242e (patch)
tree4b24f80f60337981004838a398bbf5f7681fcd93 /examples
parent63dbcd01d9565679cb3bf20a53e1f6b5f3bb412a (diff)
Add coding standard rules for whitespace
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
Diffstat (limited to 'examples')
-rw-r--r--examples/openid.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/openid.php b/examples/openid.php
index 60a5cf40c9..4c7322c4f5 100644
--- a/examples/openid.php
+++ b/examples/openid.php
@@ -34,6 +34,7 @@ $AUTH_MAP = [
];
// phpcs:disable PSR1.Files.SideEffects
+
/**
* Simple function to show HTML page with given content.
*
@@ -82,6 +83,7 @@ function Die_error($e)
Show_page($contents);
exit;
}
+
// phpcs:enable
/* Need to have cookie visible from parent directory */