Completed
Push — 6.0 ( b300c2...83be5d )
by Ruud
58:05 queued 42:53
created
doctrine/orm/Proxies/__CG__KunstmaanTranslatorBundleEntityTranslation.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -59,7 +59,7 @@
 block discarded – undo
59 59
 
60 60
     /**
61 61
      * 
62
-     * @return array
62
+     * @return string[]
63 63
      */
64 64
     public function __sleep()
65 65
     {
Please login to merge, or discard this patch.
Tests/DependencyInjection/KunstmaanTaggingExtensionTest.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 KunstmaanTaggingExtensionTest extends AbstractPrependableExtensionTestCase
13 13
 {
14 14
     /**
15
-     * @return ExtensionInterface[]
15
+     * @return KunstmaanTaggingExtension[]
16 16
      */
17 17
     protected function getContainerExtensions()
18 18
     {
Please login to merge, or discard this patch.
src/Kunstmaan/TranslatorBundle/Toolbar/TranslatorDataCollector.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -21,7 +21,7 @@
 block discarded – undo
21 21
     }
22 22
 
23 23
     /**
24
-     * @return array
24
+     * @return string[]
25 25
      */
26 26
     public function getAccessRoles()
27 27
     {
Please login to merge, or discard this patch.
Tests/DependencyInjection/KunstmaanUserManagementExtensionTest.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 KunstmaanUserManagementExtensionTest extends AbstractPrependableExtensionTestCase
13 13
 {
14 14
     /**
15
-     * @return ExtensionInterface[]
15
+     * @return KunstmaanUserManagementExtension[]
16 16
      */
17 17
     protected function getContainerExtensions()
18 18
     {
Please login to merge, or discard this patch.
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.