Completed
Pull Request — master (#2082)
by Sander
14:35
created
Tests/DependencyInjection/KunstmaanUtilitiesExtensionTest.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 KunstmaanUtilitiesExtensionTest extends AbstractPrependableExtensionTestCase
13 13
 {
14 14
     /**
15
-     * @return ExtensionInterface[]
15
+     * @return KunstmaanUtilitiesExtension[]
16 16
      */
17 17
     protected function getContainerExtensions()
18 18
     {
Please login to merge, or discard this patch.
Tests/EventListener/Security/MaxNumberByIpEventListenerTest.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 MaxNumberByIpEventListenerTest extends \PHPUnit_Framework_TestCase
14 14
 {
15 15
     /**
16
-     * @param $returnNull
16
+     * @param boolean $returnNull
17 17
      * @param int $voteNumber
18 18
      * @return \Kunstmaan\VotingBundle\Services\RepositoryResolver
19 19
      */
Please login to merge, or discard this patch.
FormBundle/Tests/AdminList/FormSubmissionAdminListConfiguratorTest.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -39,7 +39,7 @@
 block discarded – undo
39 39
     /**
40 40
      * https://gist.github.com/1331789
41 41
      *
42
-     * @return \Doctrine\ORM\EntityManager
42
+     * @return \PHPUnit_Framework_MockObject_MockObject
43 43
      */
44 44
     protected function getMockedEntityManager()
45 45
     {
Please login to merge, or discard this patch.
app2/cache/phpunit/ContainerIeqghqs/appPhpunitDebugProjectContainer.php 1 patch
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.
app2/cache/phpunit/ContainerL2m54ap/appPhpunitDebugProjectContainer.php 1 patch
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.
src/Kunstmaan/FormBundle/AdminList/FormPageAdminListConfigurator.php 1 patch
Doc Comments   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -76,7 +76,7 @@  discard block
 block discarded – undo
76 76
     /**
77 77
      * Return the url to edit the given $item
78 78
      *
79
-     * @param mixed $item
79
+     * @param \Kunstmaan\FormBundle\Tests\Entity\FakePage $item
80 80
      *
81 81
      * @return array
82 82
      */
@@ -118,7 +118,7 @@  discard block
 block discarded – undo
118 118
      *
119 119
      * @param array $params
120 120
      *
121
-     * @return array
121
+     * @return string
122 122
      */
123 123
     public function getAddUrlFor(array $params = array())
124 124
     {
@@ -128,7 +128,7 @@  discard block
 block discarded – undo
128 128
     /**
129 129
      * Configure if it's possible to delete the given $item
130 130
      *
131
-     * @param mixed $item
131
+     * @param \Kunstmaan\FormBundle\Tests\Entity\FakePage $item
132 132
      *
133 133
      * @return bool
134 134
      */
@@ -140,7 +140,7 @@  discard block
 block discarded – undo
140 140
     /**
141 141
      * Get the delete url for the given $item
142 142
      *
143
-     * @param mixed $item
143
+     * @param \Kunstmaan\FormBundle\Tests\Entity\FakePage $item
144 144
      *
145 145
      * @return array
146 146
      */
Please login to merge, or discard this patch.
src/Kunstmaan/FormBundle/AdminList/FormSubmissionAdminListConfigurator.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -74,7 +74,7 @@  discard block
 block discarded – undo
74 74
     /**
75 75
      * Return the url to edit the given $item
76 76
      *
77
-     * @param mixed $item
77
+     * @param \Kunstmaan\FormBundle\Tests\Entity\FakePage $item
78 78
      *
79 79
      * @return array
80 80
      */
@@ -124,7 +124,7 @@  discard block
 block discarded – undo
124 124
     /**
125 125
      * Configure if it's possible to delete the given $item
126 126
      *
127
-     * @param mixed $item
127
+     * @param \Kunstmaan\FormBundle\Tests\Entity\FakePage $item
128 128
      *
129 129
      * @return bool
130 130
      */
@@ -147,7 +147,7 @@  discard block
 block discarded – undo
147 147
     /**
148 148
      * Get the delete url for the given $item
149 149
      *
150
-     * @param mixed $item
150
+     * @param \Kunstmaan\FormBundle\Tests\Entity\FakePage $item
151 151
      *
152 152
      * @return array
153 153
      */
Please login to merge, or discard this patch.
src/Kunstmaan/NodeBundle/Router/SlugRouter.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -61,7 +61,6 @@  discard block
 block discarded – undo
61 61
     /**
62 62
      * The constructor for this service
63 63
      *
64
-     * @param ContainerInterface $container
65 64
      */
66 65
     public function __construct(
67 66
         /* DomainConfigurationInterface */ $domainConfiguration,
@@ -283,6 +282,7 @@  discard block
 block discarded – undo
283 282
     }
284 283
 
285 284
     /**
285
+     * @param string $host
286 286
      * @return boolean
287 287
      */
288 288
     protected function isMultiLanguage($host = null)
Please login to merge, or discard this patch.
AdminListBundle/AdminList/Configurator/ChangeableLimitInterface.php 1 patch
Doc Comments   +2 added lines, -1 removed lines patch added patch discarded remove patch
@@ -13,6 +13,7 @@  discard block
 block discarded – undo
13 13
      * Bind current request.
14 14
      *
15 15
      * @param Request $request
16
+     * @return void
16 17
      */
17 18
     public function bindRequest(Request $request);
18 19
 
@@ -22,7 +23,7 @@  discard block
 block discarded – undo
22 23
     public function getLimit();
23 24
 
24 25
     /**
25
-     * @return array
26
+     * @return integer[]
26 27
      */
27 28
     public function getLimitOptions();
28 29
 }
29 30
\ No newline at end of file
Please login to merge, or discard this patch.