Completed
Push — master ( 5d5be7...41f59e )
by Jeroen
13:01
created
TranslatorBundle/Service/Command/Importer/ImportCommandHandler.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -258,6 +258,9 @@
 block discarded – undo
258 258
         $this->importer = $importer;
259 259
     }
260 260
 
261
+    /**
262
+     * @param ImportCommand $importCommand
263
+     */
261 264
     private function importSf4TranslationFiles($importCommand)
262 265
     {
263 266
         $finder = $this->translationFileExplorer->find($this->kernel->getProjectDir(), $this->determineLocalesToImport($importCommand), 'translations');
Please login to merge, or discard this patch.
src/Kunstmaan/SearchBundle/Provider/ElasticaProvider.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -115,7 +115,7 @@
 block discarded – undo
115 115
     /**
116 116
      * @param string $indexName
117 117
      * @param string $indexType
118
-     * @param array  $ids
118
+     * @param string[]  $ids
119 119
      *
120 120
      * @return \Elastica\Bulk\ResponseSet
121 121
      */
Please login to merge, or discard this patch.
src/Kunstmaan/PagePartBundle/Twig/Extension/PagePartAdminTwigExtension.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -15,7 +15,7 @@  discard block
 block discarded – undo
15 15
     private $usesExtendedPagePartChooser = false;
16 16
 
17 17
     /**
18
-     * @return array
18
+     * @return TwigFunction[]
19 19
      */
20 20
     public function getFunctions()
21 21
     {
@@ -64,7 +64,7 @@  discard block
 block discarded – undo
64 64
     /**
65 65
      * Get usesExtendedPagePartChooser.
66 66
      *
67
-     * @return usesExtendedPagePartChooser
67
+     * @return boolean
68 68
      */
69 69
     public function getUsesExtendedPagePartChooser()
70 70
     {
Please login to merge, or discard this patch.
src/Kunstmaan/PagePartBundle/Twig/Extension/PagePartTwigExtension.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -30,7 +30,7 @@
 block discarded – undo
30 30
     }
31 31
 
32 32
     /**
33
-     * @return array
33
+     * @return TwigFunction[]
34 34
      */
35 35
     public function getFunctions()
36 36
     {
Please login to merge, or discard this patch.
src/Kunstmaan/SeoBundle/Twig/GoogleAnalyticsTwigExtension.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -29,7 +29,7 @@  discard block
 block discarded – undo
29 29
     /**
30 30
      * Returns a list of functions to add to the existing list.
31 31
      *
32
-     * @return array An array of functions
32
+     * @return TwigFunction[] An array of functions
33 33
      */
34 34
     public function getFunctions()
35 35
     {
@@ -129,7 +129,7 @@  discard block
 block discarded – undo
129 129
      *
130 130
      * @param array  &$arr   This is modified in place
131 131
      * @param string $option the key in the $arr array
132
-     * @param mixed  $value  the new value if the option wasn't set already
132
+     * @param string  $value  the new value if the option wasn't set already
133 133
      */
134 134
     private function setOptionIfNotSet(&$arr, $option, $value)
135 135
     {
Please login to merge, or discard this patch.
src/Kunstmaan/SeoBundle/Twig/SeoTwigExtension.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -52,7 +52,7 @@  discard block
 block discarded – undo
52 52
     /**
53 53
      * Returns a list of functions to add to the existing list.
54 54
      *
55
-     * @return array An array of functions
55
+     * @return TwigFunction[] An array of functions
56 56
      */
57 57
     public function getFunctions()
58 58
     {
@@ -236,7 +236,7 @@  discard block
 block discarded – undo
236 236
     }
237 237
 
238 238
     /**
239
-     * @param $src
239
+     * @param string $src
240 240
      *
241 241
      * @return array
242 242
      */
Please login to merge, or discard this patch.
src/Kunstmaan/UtilitiesBundle/Twig/UtilitiesTwigExtension.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -24,7 +24,7 @@
 block discarded – undo
24 24
     /**
25 25
      * Returns a list of filters.
26 26
      *
27
-     * @return array An array of filters
27
+     * @return TwigFilter[] An array of filters
28 28
      */
29 29
     public function getFilters()
30 30
     {
Please login to merge, or discard this patch.
src/Kunstmaan/NodeSearchBundle/Twig/KunstmaanNodeSearchTwigExtension.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -16,7 +16,7 @@
 block discarded – undo
16 16
     /**
17 17
      * Returns a list of functions to add to the existing list.
18 18
      *
19
-     * @return array An array of functions
19
+     * @return TwigFunction[] An array of functions
20 20
      */
21 21
     public function getFunctions()
22 22
     {
Please login to merge, or discard this patch.
src/Kunstmaan/PagePartBundle/Twig/Extension/PageTemplateTwigExtension.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -30,7 +30,7 @@
 block discarded – undo
30 30
     }
31 31
 
32 32
     /**
33
-     * @return array
33
+     * @return TwigFunction[]
34 34
      */
35 35
     public function getFunctions()
36 36
     {
Please login to merge, or discard this patch.