Completed
Push — master ( 18eeb8...dc75ec )
by Jeroen
14:28 queued 11s
created
src/Kunstmaan/FixturesBundle/Parser/Spec/Range.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -11,7 +11,7 @@
 block discarded – undo
11 11
     /**
12 12
      * Check if this parser is applicable
13 13
      *
14
-     * @return bool
14
+     * @return integer
15 15
      */
16 16
     public function canParse($value)
17 17
     {
Please login to merge, or discard this patch.
src/Kunstmaan/LeadGenerationBundle/Entity/Rule/AfterXScrollPercentRule.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -34,7 +34,7 @@
 block discarded – undo
34 34
     /**
35 35
      * @param int $percentage
36 36
      *
37
-     * @return AfterXScrollPercent
37
+     * @return AfterXScrollPercentRule
38 38
      */
39 39
     public function setPercentage($percentage)
40 40
     {
Please login to merge, or discard this patch.
src/Kunstmaan/LeadGenerationBundle/Entity/Rule/LocaleBlacklistRule.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
      * @param string $locale
32 32
      *
33
-     * @return LocaleWhitelistRule
33
+     * @return LocaleBlacklistRule
34 34
      */
35 35
     public function setLocale($locale)
36 36
     {
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.