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
parentf80d3e3bd4d1ef58a6b2dd51d5c56b98a26a879f (diff)
Fix PHP doc spacing and order
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
Diffstat (limited to 'examples')
-rw-r--r--examples/config.manyhosts.inc.php1
-rw-r--r--examples/openid.php1
-rw-r--r--examples/signon-script.php1
-rw-r--r--examples/signon.php1
4 files changed, 0 insertions, 4 deletions
diff --git a/examples/config.manyhosts.inc.php b/examples/config.manyhosts.inc.php
index eb68f86bdf..2f2853e482 100644
--- a/examples/config.manyhosts.inc.php
+++ b/examples/config.manyhosts.inc.php
@@ -4,7 +4,6 @@
* many hosts that all have identical configuration otherwise. To add
* a new host, just drop it into $hosts below. Contributed by
* Matthew Hawkins.
- *
*/
declare(strict_types=1);
diff --git a/examples/openid.php b/examples/openid.php
index 35e6706800..130c0580fb 100644
--- a/examples/openid.php
+++ b/examples/openid.php
@@ -10,7 +10,6 @@
*
* User first authenticates using OpenID and based on content of $AUTH_MAP
* the login information is passed to phpMyAdmin in session data.
- *
*/
declare(strict_types=1);
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);
diff --git a/examples/signon.php b/examples/signon.php
index 0fa842d22a..adc39f65f0 100644
--- a/examples/signon.php
+++ b/examples/signon.php
@@ -5,7 +5,6 @@
* This is just example how to use session 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);