From: jeroendedauw Date: Wed, 30 Jul 2014 21:28:53 +0000 (+0200) Subject: Fix type hint X-Git-Url: http://git.silmor.de/gitweb/?a=commitdiff_plain;h=1d2b8777d00372998bd2c7b73570362d096118d2;p=web%2Fkonrad%2Ftwig.git Fix type hint PHPStorm wrongly inferred the type 'Unicode' --- diff --git a/test/Twig/Tests/escapingTest.php b/test/Twig/Tests/escapingTest.php index 34d2a2d..9ab90c2 100644 --- a/test/Twig/Tests/escapingTest.php +++ b/test/Twig/Tests/escapingTest.php @@ -227,7 +227,7 @@ class Twig_Test_EscapingTest extends PHPUnit_Framework_TestCase /** * 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 */ protected function codepointToUtf8($codepoint)