Completed
Push — master ( 7409fa...631718 )
by
unknown
116:54 queued 93:07
created
eZ/Publish/Core/FieldType/Selection/Type.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -113,7 +113,7 @@
 block discarded – undo
113 113
      * It will be used to generate content name and url alias if current field is designated
114 114
      * to be used in the content name/urlAlias pattern.
115 115
      *
116
-     * @param mixed $value
116
+     * @param SPIValue $value
117 117
      *
118 118
      * @return string
119 119
      */
Please login to merge, or discard this patch.
eZ/Publish/Core/FieldType/TextLine/Type.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -187,7 +187,7 @@
 block discarded – undo
187 187
     /**
188 188
      * Returns if the given $value is considered empty by the field type.
189 189
      *
190
-     * @param mixed $value
190
+     * @param SPIValue $value
191 191
      *
192 192
      * @return bool
193 193
      */
Please login to merge, or discard this patch.
eZ/Publish/Core/MVC/Symfony/Templating/Twig/Extension/FileSizeExtension.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -70,7 +70,7 @@
 block discarded – undo
70 70
     /**
71 71
      * Returns a list of filters to add to the existing list.
72 72
      *
73
-     * @return array An array of filters
73
+     * @return Twig_SimpleFilter[] An array of filters
74 74
      */
75 75
     public function getFilters()
76 76
     {
Please login to merge, or discard this patch.