Completed
Push — 2.x-dev-kit ( 7dc562 )
by
unknown
01:19
created
src/Twig/Extension/SeoExtension.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -208,7 +208,7 @@
 block discarded – undo
208 208
     /**
209 209
      * @param string $string
210 210
      *
211
-     * @return mixed
211
+     * @return string
212 212
      */
213 213
     private function normalize($string)
214 214
     {
Please login to merge, or discard this patch.
src/Block/Social/TwitterEmbedTweetBlockService.php 1 patch
Doc Comments   +4 added lines, -1 removed lines patch added patch discarded remove patch
@@ -54,6 +54,9 @@  discard block
 block discarded – undo
54 54
      */
55 55
     private $messageFactory;
56 56
 
57
+    /**
58
+     * @param string $name
59
+     */
57 60
     public function __construct(
58 61
         ?string $name,
59 62
         EngineInterface $templating,
@@ -162,7 +165,7 @@  discard block
 block discarded – undo
162 165
     /**
163 166
      * Returns supported API parameters from settings.
164 167
      *
165
-     * @return array
168
+     * @return string[]
166 169
      */
167 170
     protected function getSupportedApiParams()
168 171
     {
Please login to merge, or discard this patch.
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.