@@ -60,9 +60,7 @@ |
||
60 | 60 | * |
61 | 61 | * Creates a new Escaper object. |
62 | 62 | * |
63 | - * @param string $encoding The encoding for the escapers. |
|
64 | 63 | * |
65 | - * @param int $flags The `htmlspecialchars()` flags for the escapers. |
|
66 | 64 | * |
67 | 65 | * @return Escaper |
68 | 66 | * |
@@ -50,7 +50,7 @@ discard block |
||
50 | 50 | * |
51 | 51 | * @param array $attr Additional attributes for the <link> tag. |
52 | 52 | * |
53 | - * @param string $pos The stylesheet position in the stack. |
|
53 | + * @param integer $pos The stylesheet position in the stack. |
|
54 | 54 | * |
55 | 55 | * @return self |
56 | 56 | * |
@@ -86,7 +86,7 @@ discard block |
||
86 | 86 | /** |
87 | 87 | * addInternal |
88 | 88 | * |
89 | - * @param mixed $css The source CSS |
|
89 | + * @param string $css The source CSS |
|
90 | 90 | * @param array $attr Additional attributes for the <style> tag |
91 | 91 | * @param int $pos The position in the stack. |
92 | 92 | * |
@@ -112,7 +112,7 @@ discard block |
||
112 | 112 | * |
113 | 113 | * @param array $attr Additional attributes for the <style> tag. |
114 | 114 | * |
115 | - * @param string $pos The position in the stack. |
|
115 | + * @param integer $pos The position in the stack. |
|
116 | 116 | * |
117 | 117 | * @return self |
118 | 118 | * |