Completed
Pull Request — master (#2026)
by Sander
22:59
created
PagePartBundle/Tests/DependencyInjection/KunstmaanPagePartExtensionTest.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -12,7 +12,7 @@
 block discarded – undo
12 12
 class KunstmaanPagePartExtensionTest extends AbstractPrependableExtensionTestCase
13 13
 {
14 14
     /**
15
-     * @return ExtensionInterface[]
15
+     * @return KunstmaanPagePartExtension[]
16 16
      */
17 17
     protected function getContainerExtensions()
18 18
     {
Please login to merge, or discard this patch.
RedirectBundle/Tests/DependencyInjection/KunstmaanRedirectExtensionTest.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -13,7 +13,7 @@
 block discarded – undo
13 13
 class KunstmaanRedirectExtensionTest extends AbstractPrependableExtensionTestCase
14 14
 {
15 15
     /**
16
-     * @return ExtensionInterface[]
16
+     * @return KunstmaanRedirectExtension[]
17 17
      */
18 18
     protected function getContainerExtensions()
19 19
     {
Please login to merge, or discard this patch.
src/Kunstmaan/RedirectBundle/Tests/Router/RedirectRouterTest.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -57,6 +57,7 @@
 block discarded – undo
57 57
      * @param string  $origin
58 58
      * @param string  $target
59 59
      * @param boolean $permanent
60
+     * @param null|string $domain
60 61
      *
61 62
      * @return Redirect
62 63
      */
Please login to merge, or discard this patch.
src/Kunstmaan/SeoBundle/Entity/Seo.php 1 patch
Doc Comments   +8 added lines, -8 removed lines patch added patch discarded remove patch
@@ -185,7 +185,7 @@  discard block
 block discarded – undo
185 185
     /**
186 186
      * @param string $title
187 187
      *
188
-     * @return string
188
+     * @return Seo
189 189
      */
190 190
     public function setMetaTitle($title)
191 191
     {
@@ -287,7 +287,7 @@  discard block
 block discarded – undo
287 287
     }
288 288
 
289 289
     /**
290
-     * @return mixed
290
+     * @return string
291 291
      */
292 292
     public function getOgDescription()
293 293
     {
@@ -307,7 +307,7 @@  discard block
 block discarded – undo
307 307
     }
308 308
 
309 309
     /**
310
-     * @return mixed
310
+     * @return Media
311 311
      */
312 312
     public function getOgImage()
313 313
     {
@@ -327,7 +327,7 @@  discard block
 block discarded – undo
327 327
     }
328 328
 
329 329
     /**
330
-     * @return mixed
330
+     * @return string
331 331
      */
332 332
     public function getOgTitle()
333 333
     {
@@ -347,7 +347,7 @@  discard block
 block discarded – undo
347 347
     }
348 348
 
349 349
     /**
350
-     * @return mixed
350
+     * @return string
351 351
      */
352 352
     public function getOgType()
353 353
     {
@@ -363,7 +363,7 @@  discard block
 block discarded – undo
363 363
     }
364 364
 
365 365
     /**
366
-     * @param mixed $ogArticleAuthor
366
+     * @param string $ogArticleAuthor
367 367
      */
368 368
     public function setOgArticleAuthor($ogArticleAuthor)
369 369
     {
@@ -379,7 +379,7 @@  discard block
 block discarded – undo
379 379
     }
380 380
 
381 381
     /**
382
-     * @param mixed $ogArticlePublisher
382
+     * @param string $ogArticlePublisher
383 383
      */
384 384
     public function setOgArticlePublisher($ogArticlePublisher)
385 385
     {
@@ -395,7 +395,7 @@  discard block
 block discarded – undo
395 395
     }
396 396
 
397 397
     /**
398
-     * @param mixed $ogArticleSection
398
+     * @param string $ogArticleSection
399 399
      */
400 400
     public function setOgArticleSection($ogArticleSection)
401 401
     {
Please login to merge, or discard this patch.
Kunstmaan/SeoBundle/Tests/DependencyInjection/KunstmaanSeoExtensionTest.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -12,7 +12,7 @@
 block discarded – undo
12 12
 class KunstmaanSeoExtensionTest extends AbstractPrependableExtensionTestCase
13 13
 {
14 14
     /**
15
-     * @return ExtensionInterface[]
15
+     * @return KunstmaanSeoExtension[]
16 16
      */
17 17
     protected function getContainerExtensions()
18 18
     {
Please login to merge, or discard this patch.
SitemapBundle/Tests/DependencyInjection/KunstmaanSiteMapExtensionTest.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -12,7 +12,7 @@
 block discarded – undo
12 12
 class KunstmaanSiteMapExtensionTest extends AbstractPrependableExtensionTestCase
13 13
 {
14 14
     /**
15
-     * @return ExtensionInterface[]
15
+     * @return KunstmaanSitemapExtension[]
16 16
      */
17 17
     protected function getContainerExtensions()
18 18
     {
Please login to merge, or discard this patch.
src/Kunstmaan/TaggingBundle/Entity/LazyLoadingTaggableInterface.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -4,5 +4,8 @@
 block discarded – undo
4 4
 
5 5
 interface LazyLoadingTaggableInterface extends Taggable
6 6
 {
7
+    /**
8
+     * @return void
9
+     */
7 10
     public function setTagLoader(\Closure $loader);
8 11
 }
Please login to merge, or discard this patch.
src/Kunstmaan/TranslatorBundle/Service/Command/DiffCommand.php 1 patch
Unused Use Statements   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -1,10 +1,10 @@
 block discarded – undo
1 1
 <?php
2 2
 namespace Kunstmaan\TranslatorBundle\Service\Command;
3 3
 
4
-use Doctrine\DBAL\Migrations\Configuration\Configuration,
5
-    Doctrine\DBAL\Migrations\Tools\Console\Command\GenerateCommand,
6
-    Symfony\Component\Console\Input\InputInterface,
7
-    Symfony\Component\Console\Output\OutputInterface;
4
+use Doctrine\DBAL\Migrations\Configuration\Configuration;
5
+use Doctrine\DBAL\Migrations\Tools\Console\Command\GenerateCommand;
6
+use Symfony\Component\Console\Input\InputInterface;
7
+use Symfony\Component\Console\Output\OutputInterface;
8 8
 
9 9
 class DiffCommand extends GenerateCommand
10 10
 {
Please login to merge, or discard this patch.
app2/cache/phpunit/ContainerBcomtmh/appPhpunitDebugProjectContainer.php 2 patches
Doc Comments   +6 added lines patch added patch discarded remove patch
@@ -490,6 +490,9 @@  discard block
 block discarded – undo
490 490
         return true;
491 491
     }
492 492
 
493
+    /**
494
+     * @param string $file
495
+     */
493 496
     protected function load($file, $lazyLoad = true)
494 497
     {
495 498
         return require $file;
@@ -1131,6 +1134,9 @@  discard block
 block discarded – undo
1131 1134
 
1132 1135
     private $normalizedParameterNames = array();
1133 1136
 
1137
+    /**
1138
+     * @param string $name
1139
+     */
1134 1140
     private function normalizeParameterName($name)
1135 1141
     {
1136 1142
         if (isset($this->normalizedParameterNames[$normalizedName = strtolower($name)]) || isset($this->parameters[$normalizedName]) || array_key_exists($normalizedName, $this->parameters)) {
Please login to merge, or discard this patch.
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -3,11 +3,9 @@
 block discarded – undo
3 3
 namespace ContainerBcomtmh;
4 4
 
5 5
 use Symfony\Component\DependencyInjection\Argument\RewindableGenerator;
6
-use Symfony\Component\DependencyInjection\ContainerInterface;
7 6
 use Symfony\Component\DependencyInjection\Container;
8 7
 use Symfony\Component\DependencyInjection\Exception\InvalidArgumentException;
9 8
 use Symfony\Component\DependencyInjection\Exception\LogicException;
10
-use Symfony\Component\DependencyInjection\Exception\RuntimeException;
11 9
 use Symfony\Component\DependencyInjection\ParameterBag\FrozenParameterBag;
12 10
 
13 11
 /**
Please login to merge, or discard this patch.