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-21 00:07:37 +0300
committerMaurício Meneghini Fauth <mauricio@fauth.dev>2020-01-21 00:07:37 +0300
commit585fdaea5aad1091f46d2f8b74822a87905b4e4a (patch)
tree4a1b3fb6ce735ace5e7c44eb5d1a93bd533b079f /examples/signon-script.php
parentf80d3e3bd4d1ef58a6b2dd51d5c56b98a26a879f (diff)
Fix PHP doc spacing and order
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
Diffstat (limited to 'examples/signon-script.php')
-rw-r--r--examples/signon-script.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/signon-script.php b/examples/signon-script.php
index 039e3b0248..9752763be6 100644
--- a/examples/signon-script.php
+++ b/examples/signon-script.php
@@ -5,7 +5,6 @@
* This is just example how to use script based single signon with
* phpMyAdmin, it is not intended to be perfect code and look, only
* shows how you can integrate this functionality in your application.
- *
*/
declare(strict_types=1);