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 <mauriciofauth@gmail.com>2017-04-11 00:36:02 +0300
committerMaurício Meneghini Fauth <mauriciofauth@gmail.com>2017-04-11 00:36:02 +0300
commit9028055d8b6d90530c2c37ae7efd28d235eaf64a (patch)
treed788bf2ea1ffe03bf272b23618a8067b9d093985 /examples
parentb54f46a34d7590a0180ee50645b86eb17f3ad7e1 (diff)
Fix some coding standard errors in DocBlocks
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
Diffstat (limited to 'examples')
-rw-r--r--examples/openid.php7
1 files changed, 7 insertions, 0 deletions
diff --git a/examples/openid.php b/examples/openid.php
index a87c1b19a8..1d15a07000 100644
--- a/examples/openid.php
+++ b/examples/openid.php
@@ -63,6 +63,13 @@ function Show_page($contents)
<?php
}
+/**
+ * Display error and exit
+ *
+ * @param Exception $e Exception object
+ *
+ * @return void
+ */
function Die_error($e)
{
$contents = "<div class='relyingparty_results'>\n";