projects
/
web/konrad/twig.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
4134169
)
Fix type hint
author
jeroendedauw
<jeroendedauw@gmail.com>
Wed, 30 Jul 2014 21:28:53 +0000 (23:28 +0200)
committer
jeroendedauw
<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
patch
|
blob
|
history
diff --git
a/test/Twig/Tests/escapingTest.php
b/test/Twig/Tests/escapingTest.php
index
34d2a2d
..
9ab90c2
100644
(file)
--- 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)