Fix type hint

PHPStorm wrongly inferred the type 'Unicode'
This commit is contained in:
jeroendedauw
2014-07-30 23:28:53 +02:00
parent 4134169b67
commit 1d2b8777d0
+1 -1
View File
@@ -227,7 +227,7 @@ class Twig_Test_EscapingTest extends PHPUnit_Framework_TestCase
/** /**
* Convert a Unicode Codepoint to a literal UTF-8 character. * Convert a Unicode Codepoint to a literal UTF-8 character.
* *
* @param int Unicode codepoint in hex notation * @param int $codepoint Unicode codepoint in hex notation
* @return string UTF-8 literal string * @return string UTF-8 literal string
*/ */
protected function codepointToUtf8($codepoint) protected function codepointToUtf8($codepoint)