Completed
Push — 5.6 ( 534c30...b8f44c )
by Jeroen
06:57 queued 19s
created
src/Kunstmaan/ConfigBundle/Controller/ConfigController.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -55,7 +55,6 @@
 block discarded – undo
55 55
      * @param AuthorizationCheckerInterface $authorizationChecker
56 56
      * @param EntityManagerInterface        $em
57 57
      * @param array                         $configuration
58
-     * @param ContainerInterface            $container
59 58
      * @param FormFactoryInterface          $formFactory
60 59
      */
61 60
     public function __construct(
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/AdminBundle/Twig/AdminPermissionsTwigExtension.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/AdminBundle/Twig/DateByLocaleExtension.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -14,7 +14,7 @@
 block discarded – undo
14 14
     /**
15 15
      * Get Twig filters defined in this extension.
16 16
      *
17
-     * @return array
17
+     * @return TwigFilter[]
18 18
      */
19 19
     public function getFilters()
20 20
     {
Please login to merge, or discard this patch.
src/Kunstmaan/AdminBundle/Twig/FormToolsExtension.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -28,7 +28,7 @@
 block discarded – undo
28 28
     /**
29 29
      * Get Twig functions defined in this extension.
30 30
      *
31
-     * @return array
31
+     * @return TwigFunction[]
32 32
      */
33 33
     public function getFunctions()
34 34
     {
Please login to merge, or discard this patch.
src/Kunstmaan/AdminBundle/Twig/SidebarTwigExtension.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -12,7 +12,7 @@  discard block
 block discarded – undo
12 12
     /**
13 13
      * Get Twig functions defined in this extension.
14 14
      *
15
-     * @return array
15
+     * @return TwigFunction[]
16 16
      */
17 17
     public function getFunctions()
18 18
     {
@@ -24,7 +24,7 @@  discard block
 block discarded – undo
24 24
     /**
25 25
      * Return the admin menu MenuBuilder.
26 26
      *
27
-     * @return MenuBuilder
27
+     * @return boolean
28 28
      */
29 29
     public function hideSidebarInNodeEditAdmin($node)
30 30
     {
Please login to merge, or discard this patch.
src/Kunstmaan/NodeBundle/Twig/UrlReplaceTwigExtension.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -22,7 +22,7 @@
 block discarded – undo
22 22
     }
23 23
 
24 24
     /**
25
-     * @return array
25
+     * @return TwigFilter[]
26 26
      */
27 27
     public function getFilters()
28 28
     {
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.