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:
authorMichal Čihař <mcihar@suse.cz>2012-05-02 13:29:34 +0400
committerMichal Čihař <mcihar@suse.cz>2012-05-02 13:29:34 +0400
commit5370d0d6c3c101d7ecf03d6ef78513ff75e6bb22 (patch)
treea6ee65cb1f0c4ac49496f799e6459c37542ec42a /examples
parent90aa294a6dbe7280d5306255d1c05532d0d6b452 (diff)
Fix spacing of @package used together with @subpackage
Diffstat (limited to 'examples')
-rw-r--r--examples/openid.php2
-rw-r--r--examples/signon-script.php2
-rw-r--r--examples/signon.php2
3 files changed, 3 insertions, 3 deletions
diff --git a/examples/openid.php b/examples/openid.php
index 8faa808b71..c2220477cd 100644
--- a/examples/openid.php
+++ b/examples/openid.php
@@ -12,7 +12,7 @@
* User first authenticates using OpenID and based on content of $AUTH_MAP
* the login information is passed to phpMyAdmin in session data.
*
- * @package PhpMyAdmin
+ * @package PhpMyAdmin
* @subpackage Example
*/
diff --git a/examples/signon-script.php b/examples/signon-script.php
index db98c73247..0ef97340df 100644
--- a/examples/signon-script.php
+++ b/examples/signon-script.php
@@ -7,7 +7,7 @@
* phpMyAdmin, it is not intended to be perfect code and look, only
* shows how you can integrate this functionality in your application.
*
- * @package PhpMyAdmin
+ * @package PhpMyAdmin
* @subpackage Example
*/
diff --git a/examples/signon.php b/examples/signon.php
index d4acccb95f..6ab9e240aa 100644
--- a/examples/signon.php
+++ b/examples/signon.php
@@ -7,7 +7,7 @@
* phpMyAdmin, it is not intended to be perfect code and look, only
* shows how you can integrate this functionality in your application.
*
- * @package PhpMyAdmin
+ * @package PhpMyAdmin
* @subpackage Example
*/