Completed
Pull Request — 2.x (#331)
by Pierre
01:42
created
src/Seo/SeoPage.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -283,7 +283,7 @@  discard block
 block discarded – undo
283 283
     /**
284 284
      * @param string $name
285 285
      *
286
-     * @return array
286
+     * @return boolean
287 287
      */
288 288
     public function hasHeadAttribute($name)
289 289
     {
@@ -367,7 +367,7 @@  discard block
 block discarded – undo
367 367
     /**
368 368
      * @param string $href
369 369
      *
370
-     * @return $this
370
+     * @return boolean
371 371
      */
372 372
     public function hasLangAlternate($href)
373 373
     {
Please login to merge, or discard this patch.