Completed
Push — master ( c0eb70...5624d0 )
by Vitaliy
03:01
created
src/Components/HtmlTag.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -20,7 +20,7 @@  discard block
 block discarded – undo
20 20
      * Returns component name.
21 21
      * If empty, tag_name will be used instead
22 22
      *
23
-     * @return string|null
23
+     * @return string
24 24
      */
25 25
     public function getName()
26 26
     {
@@ -77,7 +77,7 @@  discard block
 block discarded – undo
77 77
     /**
78 78
      * Returns html inside tag.
79 79
      *
80
-     * @return string|null
80
+     * @return string
81 81
      */
82 82
     public function getContent()
83 83
     {
Please login to merge, or discard this patch.
src/Filter.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -54,7 +54,7 @@
 block discarded – undo
54 54
     /**
55 55
      * Returns filters value.
56 56
      *
57
-     * @return mixed
57
+     * @return string
58 58
      */
59 59
     public function getValue()
60 60
     {
Please login to merge, or discard this patch.