X-Git-Url: http://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Fdb%2FDatabaseUtility.php;h=de58bab64abbed308c06db182174dfe1b19da6f1;hb=ca5497c3905cf5f7a8c47b5f10a6540da090fe11;hp=5e110767a33f12129f41615c67235db5601bf608;hpb=de433e5b6e7be471cebd2d7387e40f338eade583;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/db/DatabaseUtility.php b/includes/db/DatabaseUtility.php index 5e110767a3..de58bab64a 100644 --- a/includes/db/DatabaseUtility.php +++ b/includes/db/DatabaseUtility.php @@ -1,6 +1,6 @@ pos = $row; } - function free() {} + function free() { + } // Callers want to be able to access fields with $this->fieldName function fetchObject() { @@ -285,7 +286,7 @@ class LikeMatch { /** * Store a string into a LikeMatch marker object. * - * @param String $s + * @param string $s */ public function __construct( $s ) { $this->str = $s;