Completed
Push — master ( 830752...d2bb2e )
by Kristof
55:04 queued 37:30
created
Kunstmaan/GeneratorBundle/Generator/Symfony4EntityRepositoryGenerator.php 1 patch
Doc Comments   +4 added lines, -3 removed lines patch added patch discarded remove patch
@@ -26,8 +26,8 @@  discard block
 block discarded – undo
26 26
 ';
27 27
 
28 28
     /**
29
-     * @param string $entityClassName
30
-     * @param string $repositoryClassName
29
+     * @param string $entityClass
30
+     * @param string $repositoryClass
31 31
      *
32 32
      * @return string
33 33
      */
@@ -44,8 +44,9 @@  discard block
 block discarded – undo
44 44
     }
45 45
 
46 46
     /**
47
-     * @param string $fullClassName
48 47
      * @param string $outputDirectory
48
+     * @param string $entityClass
49
+     * @param string $repositoryClass
49 50
      */
50 51
     public function writeEntityRepositoryClass($entityClass, $repositoryClass, $outputDirectory)
51 52
     {
Please login to merge, or discard this patch.
src/Kunstmaan/TranslatorBundle/Service/Translator/CacheValidator.php 1 patch
Doc Comments   +4 added lines, -1 removed lines patch added patch discarded remove patch
@@ -48,7 +48,7 @@  discard block
 block discarded – undo
48 48
     /**
49 49
      * Retrieve a Datetime of the oldest cache file made
50 50
      *
51
-     * @return DateTime mtime of oldest cache file
51
+     * @return null|\DateTime mtime of oldest cache file
52 52
      */
53 53
     public function getOldestCachefileDate()
54 54
     {
@@ -72,6 +72,9 @@  discard block
 block discarded – undo
72 72
         return null;
73 73
     }
74 74
 
75
+    /**
76
+     * @param string $cacheDir
77
+     */
75 78
     public function setCacheDir($cacheDir)
76 79
     {
77 80
         $this->cacheDir = $cacheDir;
Please login to merge, or discard this patch.
MediaBundle/Tests/unit/DependencyInjection/KunstmaanMediaExtensionTest.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 KunstmaanMediaExtensionTest extends AbstractExtensionTestCase
13 13
 {
14 14
     /**
15
-     * @return ExtensionInterface[]
15
+     * @return KunstmaanMediaExtension[]
16 16
      */
17 17
     protected function getContainerExtensions()
18 18
     {
Please login to merge, or discard this patch.
AdminBundle/Tests/unit/DependencyInjection/KunstmaanAdminExtensionTest.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 KunstmaanAdminExtensionTest extends AbstractExtensionTestCase
13 13
 {
14 14
     /**
15
-     * @return ExtensionInterface[]
15
+     * @return KunstmaanAdminExtension[]
16 16
      */
17 17
     protected function getContainerExtensions()
18 18
     {
Please login to merge, or discard this patch.
Tests/unit/DependencyInjection/KunstmaanAdminListExtensionTest.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 KunstmaanAdminListExtensionTest extends AbstractExtensionTestCase
13 13
 {
14 14
     /**
15
-     * @return ExtensionInterface[]
15
+     * @return KunstmaanAdminListExtension[]
16 16
      */
17 17
     protected function getContainerExtensions()
18 18
     {
Please login to merge, or discard this patch.
Tests/unit/DependencyInjection/KunstmaanArticleExtensionTest.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 KunstmaanArticleExtensionTest extends AbstractExtensionTestCase
13 13
 {
14 14
     /**
15
-     * @return ExtensionInterface[]
15
+     * @return KunstmaanArticleExtension[]
16 16
      */
17 17
     protected function getContainerExtensions()
18 18
     {
Please login to merge, or discard this patch.
Tests/unit/DependencyInjection/KunstmaanConfigExtensionTest.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 KunstmaanConfigExtensionTest extends AbstractExtensionTestCase
13 13
 {
14 14
     /**
15
-     * @return ExtensionInterface[]
15
+     * @return KunstmaanConfigExtension[]
16 16
      */
17 17
     protected function getContainerExtensions()
18 18
     {
Please login to merge, or discard this patch.
Tests/unit/DependencyInjection/KunstmaanDashboardExtensionTest.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 KunstmaanDashboardExtensionTest extends AbstractExtensionTestCase
13 13
 {
14 14
     /**
15
-     * @return ExtensionInterface[]
15
+     * @return KunstmaanDashboardExtension[]
16 16
      */
17 17
     protected function getContainerExtensions()
18 18
     {
Please login to merge, or discard this patch.
Tests/unit/DependencyInjection/KunstmaanFixturesExtensionTest.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 KunstmaanFixturesExtensionTest extends AbstractExtensionTestCase
13 13
 {
14 14
     /**
15
-     * @return ExtensionInterface[]
15
+     * @return KunstmaanFixturesExtension[]
16 16
      */
17 17
     protected function getContainerExtensions()
18 18
     {
Please login to merge, or discard this patch.