Completed
Pull Request — develop (#8)
by
unknown
07:18
created
Model/MetaTag.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -111,7 +111,7 @@  discard block
 block discarded – undo
111 111
     }
112 112
 
113 113
     /**
114
-     * @param string[]|string $content
114
+     * @param string|null $content
115 115
      *
116 116
      * @return $this
117 117
      */
@@ -123,7 +123,7 @@  discard block
 block discarded – undo
123 123
     }
124 124
 
125 125
     /**
126
-     * @return array
126
+     * @return string[]
127 127
      */
128 128
     public function getTypes()
129 129
     {
Please login to merge, or discard this patch.