X-Git-Url: https://scripts.mit.edu/gitweb/autoinstalls/wordpress.git/blobdiff_plain/699231ae09f7057a4d0000cdf32e50a3df6a04ca..f9001779751f83dc8a10e478bfecb4d8dd5f964c:/wp-includes/pomo/streams.php diff --git a/wp-includes/pomo/streams.php b/wp-includes/pomo/streams.php index 8ac94c35..289cc785 100644 --- a/wp-includes/pomo/streams.php +++ b/wp-includes/pomo/streams.php @@ -22,7 +22,7 @@ class POMO_Reader { /** * Sets the endianness of the file. * - * @param $endian string 'big' or 'little' + * @param string $endian 'big' or 'little' */ function setEndian($endian) { $this->endian = $endian;