From 1d2b8777d00372998bd2c7b73570362d096118d2 Mon Sep 17 00:00:00 2001 From: jeroendedauw Date: Wed, 30 Jul 2014 23:28:53 +0200 Subject: [PATCH] Fix type hint PHPStorm wrongly inferred the type 'Unicode' --- test/Twig/Tests/escapingTest.php | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) 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) -- 1.7.2.5