Completed
Push — 5.4 ( 41f207...a1f7ef )
by Jeroen
07:28 queued 13s
created
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.
src/Kunstmaan/TranslatorBundle/Toolbar/TranslatorDataCollector.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/AdminListBundle/Traits/ChangeableLimitTrait.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -78,7 +78,7 @@
 block discarded – undo
78 78
         return $this->limit;
79 79
     }
80 80
 
81
-    /** @return array */
81
+    /** @return integer[] */
82 82
     public function getLimitOptions()
83 83
     {
84 84
         return [
Please login to merge, or discard this patch.