Completed
Push — master ( 1b60c5...c47d77 )
by Sander
175:41 queued 160:43
created
src/Kunstmaan/AdminListBundle/AdminList/AdminList.php 1 patch
Doc Comments   +15 added lines, -7 removed lines patch added patch discarded remove patch
@@ -116,7 +116,7 @@  discard block
 block discarded – undo
116 116
     }
117 117
 
118 118
     /**
119
-     * @param mixed $item
119
+     * @param \Kunstmaan\MenuBundle\Entity\MenuItem $item
120 120
      *
121 121
      * @return bool
122 122
      */
@@ -133,6 +133,11 @@  discard block
 block discarded – undo
133 133
         return $this->configurator->canAdd();
134 134
     }
135 135
 
136
+    /**
137
+     * @param \Kunstmaan\MenuBundle\Entity\MenuItem $item
138
+     *
139
+     * @return boolean
140
+     */
136 141
     public function canView($item)
137 142
     {
138 143
         return $this->configurator->canView($item);
@@ -147,7 +152,7 @@  discard block
 block discarded – undo
147 152
     }
148 153
 
149 154
     /**
150
-     * @param mixed $item
155
+     * @param \Kunstmaan\MenuBundle\Entity\MenuItem $item
151 156
      *
152 157
      * @return array
153 158
      */
@@ -156,13 +161,16 @@  discard block
 block discarded – undo
156 161
         return $this->configurator->getEditUrlFor($item);
157 162
     }
158 163
 
164
+    /**
165
+     * @param \Kunstmaan\MenuBundle\Entity\MenuItem $item
166
+     */
159 167
     public function getViewUrlFor($item)
160 168
     {
161 169
         return $this->configurator->getViewUrlFor($item);
162 170
     }
163 171
 
164 172
     /**
165
-     * @param mixed $item
173
+     * @param \Kunstmaan\MenuBundle\Entity\MenuItem $item
166 174
      *
167 175
      * @return array
168 176
      */
@@ -182,7 +190,7 @@  discard block
 block discarded – undo
182 190
     }
183 191
 
184 192
     /**
185
-     * @param mixed $item
193
+     * @param \Kunstmaan\MenuBundle\Entity\MenuItem $item
186 194
      *
187 195
      * @return bool
188 196
      */
@@ -246,7 +254,7 @@  discard block
 block discarded – undo
246 254
     }
247 255
 
248 256
     /**
249
-     * @return array
257
+     * @return ItemAction\ItemActionInterface[]
250 258
      */
251 259
     public function getItemActions()
252 260
     {
@@ -270,7 +278,7 @@  discard block
 block discarded – undo
270 278
     }
271 279
 
272 280
     /**
273
-     * @return array
281
+     * @return ListAction\ListActionInterface[]
274 282
      */
275 283
     public function getListActions()
276 284
     {
@@ -278,7 +286,7 @@  discard block
 block discarded – undo
278 286
     }
279 287
 
280 288
     /**
281
-     * @return array
289
+     * @return BulkAction\BulkActionInterface[]
282 290
      */
283 291
     public function getBulkActions()
284 292
     {
Please login to merge, or discard this patch.
src/Kunstmaan/AdminListBundle/AdminList/Field.php 1 patch
Doc Comments   +6 added lines patch added patch discarded remove patch
@@ -103,6 +103,9 @@  discard block
 block discarded – undo
103 103
         return true;
104 104
     }
105 105
 
106
+    /**
107
+     * @param \stdClass $item
108
+     */
106 109
     public function getAliasObj($item)
107 110
     {
108 111
         $relation = $this->alias->getRelation();
@@ -115,6 +118,9 @@  discard block
 block discarded – undo
115 118
         return $item;
116 119
     }
117 120
 
121
+    /**
122
+     * @param string $column
123
+     */
118 124
     public function getColumnName($column)
119 125
     {
120 126
         $abbr = $this->alias->getAbbr().'.';
Please login to merge, or discard this patch.
src/Kunstmaan/AdminListBundle/AdminList/ItemAction/SimpleItemAction.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -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.
ArticleBundle/AdminList/AbstractArticlePageAdminListConfigurator.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -114,7 +114,7 @@  discard block
 block discarded – undo
114 114
     }
115 115
 
116 116
     /**
117
-     * @param mixed $item
117
+     * @param \Kunstmaan\NodeBundle\Helper\NodeMenuItem $item
118 118
      *
119 119
      * @return array
120 120
      */
@@ -132,7 +132,7 @@  discard block
 block discarded – undo
132 132
     /**
133 133
      * Get the delete url for the given $item
134 134
      *
135
-     * @param object $item
135
+     * @param \Kunstmaan\NodeBundle\Helper\NodeMenuItem $item
136 136
      *
137 137
      * @return array
138 138
      */
Please login to merge, or discard this patch.
src/Kunstmaan/NodeBundle/Entity/NodeVersionLock.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -86,6 +86,7 @@
 block discarded – undo
86 86
      * Set owner
87 87
      *
88 88
      * @param string
89
+     * @param string $owner
89 90
      *
90 91
      * @return NodeVersionLock
91 92
      */
Please login to merge, or discard this patch.
src/Kunstmaan/NodeBundle/Toolbar/NodeDataCollector.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.
src/Kunstmaan/SeoBundle/Entity/Seo.php 1 patch
Doc Comments   +8 added lines, -8 removed lines patch added patch discarded remove patch
@@ -185,7 +185,7 @@  discard block
 block discarded – undo
185 185
     /**
186 186
      * @param string $title
187 187
      *
188
-     * @return string
188
+     * @return Seo
189 189
      */
190 190
     public function setMetaTitle($title)
191 191
     {
@@ -287,7 +287,7 @@  discard block
 block discarded – undo
287 287
     }
288 288
 
289 289
     /**
290
-     * @return mixed
290
+     * @return string
291 291
      */
292 292
     public function getOgDescription()
293 293
     {
@@ -307,7 +307,7 @@  discard block
 block discarded – undo
307 307
     }
308 308
 
309 309
     /**
310
-     * @return mixed
310
+     * @return Media
311 311
      */
312 312
     public function getOgImage()
313 313
     {
@@ -327,7 +327,7 @@  discard block
 block discarded – undo
327 327
     }
328 328
 
329 329
     /**
330
-     * @return mixed
330
+     * @return string
331 331
      */
332 332
     public function getOgTitle()
333 333
     {
@@ -347,7 +347,7 @@  discard block
 block discarded – undo
347 347
     }
348 348
 
349 349
     /**
350
-     * @return mixed
350
+     * @return string
351 351
      */
352 352
     public function getOgType()
353 353
     {
@@ -363,7 +363,7 @@  discard block
 block discarded – undo
363 363
     }
364 364
 
365 365
     /**
366
-     * @param mixed $ogArticleAuthor
366
+     * @param string $ogArticleAuthor
367 367
      */
368 368
     public function setOgArticleAuthor($ogArticleAuthor)
369 369
     {
@@ -379,7 +379,7 @@  discard block
 block discarded – undo
379 379
     }
380 380
 
381 381
     /**
382
-     * @param mixed $ogArticlePublisher
382
+     * @param string $ogArticlePublisher
383 383
      */
384 384
     public function setOgArticlePublisher($ogArticlePublisher)
385 385
     {
@@ -395,7 +395,7 @@  discard block
 block discarded – undo
395 395
     }
396 396
 
397 397
     /**
398
-     * @param mixed $ogArticleSection
398
+     * @param string $ogArticleSection
399 399
      */
400 400
     public function setOgArticleSection($ogArticleSection)
401 401
     {
Please login to merge, or discard this patch.
src/Kunstmaan/TaggingBundle/Entity/LazyLoadingTaggableInterface.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -4,5 +4,8 @@
 block discarded – undo
4 4
 
5 5
 interface LazyLoadingTaggableInterface extends Taggable
6 6
 {
7
+    /**
8
+     * @return void
9
+     */
7 10
     public function setTagLoader(\Closure $loader);
8 11
 }
Please login to merge, or discard this patch.
src/Kunstmaan/TaggingBundle/Entity/Tagging.php 1 patch
Doc Comments   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -90,7 +90,7 @@  discard block
 block discarded – undo
90 90
     /**
91 91
      * Set resourceType
92 92
      *
93
-     * @param $resourceType
93
+     * @param string $resourceType
94 94
      */
95 95
     public function setResourceType($resourceType)
96 96
     {
@@ -110,7 +110,7 @@  discard block
 block discarded – undo
110 110
     /**
111 111
      * Set resourceId
112 112
      *
113
-     * @param $resourceId
113
+     * @param integer $resourceId
114 114
      */
115 115
     public function setResourceId($resourceId)
116 116
     {
@@ -140,7 +140,7 @@  discard block
 block discarded – undo
140 140
     /**
141 141
      * Get createdAt
142 142
      *
143
-     * @return datetime
143
+     * @return \DateTime
144 144
      */
145 145
     public function getCreatedAt()
146 146
     {
@@ -160,7 +160,7 @@  discard block
 block discarded – undo
160 160
     /**
161 161
      * Get updatedAt
162 162
      *
163
-     * @return datetime
163
+     * @return \DateTime
164 164
      */
165 165
     public function getUpdatedAt()
166 166
     {
Please login to merge, or discard this patch.