CS fixes.

This commit is contained in:
umpirsky 2012-12-12 17:32:27 +01:00
parent ac58681ae4
commit a1fb94510f
2 changed files with 3 additions and 3 deletions

View File

@ -159,8 +159,8 @@ class MoFileLoader extends ArrayLoader implements LoaderInterface
/** /**
* Reads an unsigned long from stream respecting endianess. * Reads an unsigned long from stream respecting endianess.
* *
* @param resource $stream * @param resource $stream
* @param boolean $isBigEndian * @param boolean $isBigEndian
* @return integer * @return integer
*/ */
private function readLong($stream, $isBigEndian) private function readLong($stream, $isBigEndian)

View File

@ -61,7 +61,7 @@ class QtTranslationsLoader implements LoaderInterface
/** /**
* Returns the XML errors of the internal XML parser * Returns the XML errors of the internal XML parser
* *
* @return array An array of errors * @return array An array of errors
*/ */
private function getXmlErrors() private function getXmlErrors()
{ {