Completed
Branch master (cd9a7f)
by Gawain
06:39
created
src/Helpers/Excerpt.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -30,7 +30,7 @@  discard block
 block discarded – undo
30 30
      * @param bool         $includeTitle
31 31
      * @param string|array $focus
32 32
      *
33
-     * @return string|null
33
+     * @return string
34 34
      */
35 35
     public function getExcerpt($length = 200, $includeTitle = false, $focus = null)
36 36
     {
@@ -165,7 +165,7 @@  discard block
 block discarded – undo
165 165
      * @param string       $fulltext
166 166
      * @param integer      $relLength
167 167
      *
168
-     * @return mixed|string
168
+     * @return string
169 169
      */
170 170
     private function extractRelevant($words, $fulltext, $relLength = 300)
171 171
     {
Please login to merge, or discard this patch.