Add some missing docblocks.
This commit is contained in:
@@ -32,6 +32,9 @@ if (! defined('PHPMYADMIN')) {
|
|||||||
exit;
|
exit;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Load SOAP client.
|
||||||
|
*/
|
||||||
@include_once 'SOAP/Client.php';
|
@include_once 'SOAP/Client.php';
|
||||||
|
|
||||||
if (!function_exists('class_exists') || !class_exists('SOAP_Client')) {
|
if (!function_exists('class_exists') || !class_exists('SOAP_Client')) {
|
||||||
@@ -39,6 +42,9 @@ if (!function_exists('class_exists') || !class_exists('SOAP_Client')) {
|
|||||||
} else {
|
} else {
|
||||||
// Ok, we have SOAP Support, so let's use it!
|
// Ok, we have SOAP Support, so let's use it!
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @package phpMyAdmin
|
||||||
|
*/
|
||||||
class PMA_SQLValidator {
|
class PMA_SQLValidator {
|
||||||
|
|
||||||
var $url;
|
var $url;
|
||||||
|
Reference in New Issue
Block a user