Completed
Pull Request — master (#119)
by
unknown
02:44
created
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.
DependencyInjection/SonataSeoExtension.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -111,7 +111,7 @@
 block discarded – undo
111 111
      *
112 112
      * @param array $config
113 113
      *
114
-     * @return array
114
+     * @return ContainerBuilder
115 115
      */
116 116
     protected function fixConfiguration(array $config)
117 117
     {
Please login to merge, or discard this patch.
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.
EventListener/ConfigurationListener.php 1 patch
Doc Comments   +2 added lines, -3 removed lines patch added patch discarded remove patch
@@ -19,7 +19,6 @@  discard block
 block discarded – undo
19 19
     /**
20 20
      * __construct.
21 21
      *
22
-     * @param Symfony\Component\DependencyInjection\ContainerInterface $container
23 22
      */
24 23
     public function __construct(
25 24
         Symfony\Component\HttpKernel\Config\FileLocator $fileLocator,
@@ -34,7 +33,7 @@  discard block
 block discarded – undo
34 33
     /**
35 34
      * onKernelController.
36 35
      *
37
-     * @param Symfony\Component\HttpKernel\Event\FilterControllerEvent $event
36
+     * @param FilterControllerEvent $event
38 37
      */
39 38
     public function onKernelController(FilterControllerEvent $event)
40 39
     {
@@ -123,7 +122,7 @@  discard block
 block discarded – undo
123 122
     /**
124 123
      * Return generated request.
125 124
      *
126
-     * @param Symfony\Component\HttpKernel\Event\FilterControllerEvent $event
125
+     * @param FilterControllerEvent $event
127 126
      *
128 127
      * @return Symfony\Component\HttpFoundation\Request;
129 128
      */
Please login to merge, or discard this patch.