Fix type hint
authorjeroendedauw <jeroendedauw@gmail.com>
Wed, 30 Jul 2014 21:28:53 +0000 (23:28 +0200)
committerjeroendedauw <jeroendedauw@gmail.com>
Thu, 31 Jul 2014 08:36:30 +0000 (10:36 +0200)
PHPStorm wrongly inferred the type 'Unicode'

test/Twig/Tests/escapingTest.php

index 34d2a2d..9ab90c2 100644 (file)
@@ -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)