Completed
Push — 5.0 ( b6eeb1...ccbe01 )
by Jeroen
24:36 queued 13:22
created
src/Kunstmaan/AdminBundle/Twig/SidebarTwigExtension.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -11,7 +11,7 @@  discard block
 block discarded – undo
11 11
     /**
12 12
      * Get Twig functions defined in this extension.
13 13
      *
14
-     * @return array
14
+     * @return \Twig_SimpleFunction[]
15 15
      */
16 16
     public function getFunctions()
17 17
     {
@@ -23,7 +23,7 @@  discard block
 block discarded – undo
23 23
     /**
24 24
      * Return the admin menu MenuBuilder.
25 25
      *
26
-     * @return MenuBuilder
26
+     * @return boolean
27 27
      */
28 28
     public function hideSidebarInNodeEditAdmin($node)
29 29
     {
Please login to merge, or discard this patch.
src/Kunstmaan/AdminListBundle/AdminList/AdminList.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -246,7 +246,7 @@  discard block
 block discarded – undo
246 246
     }
247 247
 
248 248
     /**
249
-     * @return array
249
+     * @return ItemAction\ItemActionInterface[]
250 250
      */
251 251
     public function getItemActions()
252 252
     {
@@ -270,7 +270,7 @@  discard block
 block discarded – undo
270 270
     }
271 271
 
272 272
     /**
273
-     * @return array
273
+     * @return ListAction\ListActionInterface[]
274 274
      */
275 275
     public function getListActions()
276 276
     {
@@ -278,7 +278,7 @@  discard block
 block discarded – undo
278 278
     }
279 279
 
280 280
     /**
281
-     * @return array
281
+     * @return BulkAction\BulkActionInterface[]
282 282
      */
283 283
     public function getBulkActions()
284 284
     {
Please login to merge, or discard this patch.
AdminListBundle/AdminList/Configurator/ExportListConfiguratorInterface.php 1 patch
Doc Comments   +15 added lines patch added patch discarded remove patch
@@ -6,15 +6,30 @@
 block discarded – undo
6 6
 {
7 7
     public function getExportFields();
8 8
 
9
+    /**
10
+     * @param string $header
11
+     */
9 12
     public function addExportField($name, $header);
10 13
 
14
+    /**
15
+     * @return void
16
+     */
11 17
     public function buildIterator();
12 18
 
13 19
     public function getIterator();
14 20
 
21
+    /**
22
+     * @return void
23
+     */
15 24
     public function buildFilters();
16 25
 
26
+    /**
27
+     * @return void
28
+     */
17 29
     public function buildExportFields();
18 30
 
31
+    /**
32
+     * @param string $columnName
33
+     */
19 34
     public function getStringValue($item, $columnName);
20 35
 }
Please login to merge, or discard this patch.
src/Kunstmaan/AdminListBundle/AdminList/ItemAction/SimpleItemAction.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -45,7 +45,7 @@  discard block
 block discarded – undo
45 45
     }
46 46
 
47 47
     /**
48
-     * @param mixed $item
48
+     * @param \stdClass $item
49 49
      *
50 50
      * @return string
51 51
      */
@@ -60,7 +60,7 @@  discard block
 block discarded – undo
60 60
     }
61 61
 
62 62
     /**
63
-     * @param mixed $item
63
+     * @param \stdClass $item
64 64
      *
65 65
      * @return string
66 66
      */
@@ -70,7 +70,7 @@  discard block
 block discarded – undo
70 70
     }
71 71
 
72 72
     /**
73
-     * @param mixed $item
73
+     * @param \stdClass $item
74 74
      *
75 75
      * @return string
76 76
      */
Please login to merge, or discard this patch.
src/Kunstmaan/AdminListBundle/Controller/EntityLockCheckController.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -17,7 +17,7 @@
 block discarded – undo
17 17
     /**
18 18
      * You can override this method to return the correct entity manager when using multiple databases ...
19 19
      *
20
-     * @return \Doctrine\Common\Persistence\ObjectManager|object
20
+     * @return \Doctrine\Common\Persistence\ObjectManager
21 21
      */
22 22
     protected function getEntityManager()
23 23
     {
Please login to merge, or discard this patch.
src/Kunstmaan/ArticleBundle/Entity/AbstractArticleOverviewPage.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 AbstractPagePartAdminConfigurator[]
25
+     * @return AbstractArticleOverviewPagePagePartAdminConfigurator[]
26 26
      */
27 27
     public function getPagePartAdminConfigurations()
28 28
     {
Please login to merge, or discard this patch.
src/Kunstmaan/ArticleBundle/Entity/AbstractArticlePage.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -88,7 +88,7 @@
 block discarded – undo
88 88
     }
89 89
 
90 90
     /**
91
-     * @return array
91
+     * @return AbstractArticlePagePagePartAdminConfigurator[]
92 92
      */
93 93
     public function getPagePartAdminConfigurations()
94 94
     {
Please login to merge, or discard this patch.
src/Kunstmaan/DashboardBundle/Controller/GoogleAnalyticsController.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -86,7 +86,7 @@  discard block
 block discarded – undo
86 86
      *
87 87
      * @throws AccessDeniedException
88 88
      *
89
-     * @return array
89
+     * @return \Symfony\Component\HttpFoundation\RedirectResponse
90 90
      */
91 91
     public function setTokenAction(Request $request)
92 92
     {
@@ -115,7 +115,7 @@  discard block
 block discarded – undo
115 115
      *
116 116
      * @throws AccessDeniedException
117 117
      *
118
-     * @return array
118
+     * @return \Symfony\Component\HttpFoundation\Response
119 119
      */
120 120
     public function configAction(Request $request)
121 121
     {
Please login to merge, or discard this patch.
src/Kunstmaan/FixturesBundle/Builder/BuilderInterface.php 1 patch
Doc Comments   +12 added lines patch added patch discarded remove patch
@@ -7,11 +7,23 @@
 block discarded – undo
7 7
 
8 8
 interface BuilderInterface
9 9
 {
10
+    /**
11
+     * @return boolean
12
+     */
10 13
     public function canBuild(Fixture $fixture);
11 14
 
15
+    /**
16
+     * @return void
17
+     */
12 18
     public function preBuild(Fixture $fixture);
13 19
 
20
+    /**
21
+     * @return void
22
+     */
14 23
     public function postBuild(Fixture $fixture);
15 24
 
25
+    /**
26
+     * @return void
27
+     */
16 28
     public function postFlushBuild(Fixture $fixture);
17 29
 }
Please login to merge, or discard this patch.