Completed
Push — master ( deb22c...6add31 )
by
unknown
01:44 queued 22s
created
src/Block/Social/TwitterEmbedTweetBlockService.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -146,7 +146,7 @@
 block discarded – undo
146 146
     /**
147 147
      * Returns supported API parameters from settings.
148 148
      *
149
-     * @return array
149
+     * @return string[]
150 150
      */
151 151
     protected function getSupportedApiParams()
152 152
     {
Please login to merge, or discard this patch.
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/DependencyInjection/SonataSeoExtension.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -113,7 +113,7 @@
 block discarded – undo
113 113
     /**
114 114
      * Fix the sitemap configuration.
115 115
      *
116
-     * @return array
116
+     * @return ContainerBuilder
117 117
      */
118 118
     protected function fixConfiguration(array $config)
119 119
     {
Please login to merge, or discard this patch.