Completed
Push — harikt-patch-1 ( 7bba93 )
by Hari
01:18
created
src/EscaperFactory.php 1 patch
Doc Comments   -2 removed lines patch added patch discarded remove patch
@@ -60,9 +60,7 @@
 block discarded – undo
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
      *
Please login to merge, or discard this patch.
src/Helper/Styles.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -50,7 +50,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
 block discarded – undo
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
      *
Please login to merge, or discard this patch.