Completed
Push — master ( 01e425...9680ce )
by
unknown
13:57 queued 15s
created
eZ/Publish/Core/FieldType/Float/Type.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -182,7 +182,7 @@
 block discarded – undo
182 182
     /**
183 183
      * Implements the core of {@see isEmptyValue()}.
184 184
      *
185
-     * @param mixed $value
185
+     * @param SPIValue $value
186 186
      *
187 187
      * @return bool
188 188
      */
Please login to merge, or discard this patch.
eZ/Publish/Core/FieldType/ISBN/Type.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -76,7 +76,7 @@  discard block
 block discarded – undo
76 76
     /**
77 77
      * Returns if the given $value is considered empty by the field type.
78 78
      *
79
-     * @param mixed $value
79
+     * @param SPIValue $value
80 80
      *
81 81
      * @return bool
82 82
      */
@@ -190,7 +190,7 @@  discard block
 block discarded – undo
190 190
     /**
191 191
      * Converts an $hash to the Value defined by the field type.
192 192
      *
193
-     * @param mixed $hash
193
+     * @param string $hash
194 194
      *
195 195
      * @return \eZ\Publish\Core\FieldType\ISBN\Value $value
196 196
      */
Please login to merge, or discard this patch.
eZ/Publish/Core/FieldType/Relation/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/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/Persistence/Tests/FieldTypeRegistryTest.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -130,7 +130,7 @@
 block discarded – undo
130 130
     /**
131 131
      * Returns a mock for persistence field type.
132 132
      *
133
-     * @return \eZ\Publish\SPI\Persistence\FieldType
133
+     * @return \PHPUnit\Framework\MockObject\MockObject
134 134
      */
135 135
     protected function getFieldTypeMock()
136 136
     {
Please login to merge, or discard this patch.
eZ/Publish/Core/FieldType/Author/Type.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -212,7 +212,7 @@  discard block
 block discarded – undo
212 212
      *
213 213
      * @param string $name
214 214
      *
215
-     * @return \eZ\Publish\SPI\FieldType\ValidationError|null
215
+     * @return ValidationError|null
216 216
      */
217 217
     private function validateSettingName($name)
218 218
     {
@@ -236,7 +236,7 @@  discard block
 block discarded – undo
236 236
      * @param string $name
237 237
      * @param string $value
238 238
      *
239
-     * @return \eZ\Publish\SPI\FieldType\ValidationError|null
239
+     * @return ValidationError|null
240 240
      */
241 241
     private function validateDefaultAuthorSetting($name, $value)
242 242
     {
Please login to merge, or discard this patch.
Core/Helper/Tests/FieldsGroups/ArrayTranslatorFieldsGroupsListTest.php 1 patch
Doc Comments   +4 added lines, -1 removed lines patch added patch discarded remove patch
@@ -66,6 +66,9 @@  discard block
 block discarded – undo
66 66
         );
67 67
     }
68 68
 
69
+    /**
70
+     * @param string $default
71
+     */
69 72
     private function buildList($groups, $default)
70 73
     {
71 74
         return new ArrayTranslatorFieldsGroupsList(
@@ -76,7 +79,7 @@  discard block
 block discarded – undo
76 79
     }
77 80
 
78 81
     /**
79
-     * @return \Symfony\Contracts\Translation\TranslatorInterface|\PHPUnit\Framework\MockObject\MockObject
82
+     * @return TranslatorInterface
80 83
      */
81 84
     private function getTranslatorMock()
82 85
     {
Please login to merge, or discard this patch.
Helper/Tests/FieldsGroups/RepositoryConfigFieldsGroupsListFactoryTest.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -35,7 +35,7 @@  discard block
 block discarded – undo
35 35
     }
36 36
 
37 37
     /**
38
-     * @return \PHPUnit\Framework\MockObject\MockObject|\eZ\Bundle\EzPublishCoreBundle\ApiLoader\RepositoryConfigurationProvider
38
+     * @return RepositoryConfigurationProvider
39 39
      */
40 40
     protected function getRepositoryConfigMock()
41 41
     {
@@ -47,7 +47,7 @@  discard block
 block discarded – undo
47 47
     }
48 48
 
49 49
     /**
50
-     * @return \PHPUnit\Framework\MockObject\MockObject|\Symfony\Contracts\Translation\TranslatorInterface
50
+     * @return TranslatorInterface
51 51
      */
52 52
     protected function getTranslatorMock()
53 53
     {
Please login to merge, or discard this patch.
eZ/Publish/Core/MVC/Symfony/Templating/Twig/Extension/ContentExtension.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -63,7 +63,7 @@
 block discarded – undo
63 63
     /**
64 64
      * Returns a list of functions to add to the existing list.
65 65
      *
66
-     * @return array
66
+     * @return TwigFunction[]
67 67
      */
68 68
     public function getFunctions()
69 69
     {
Please login to merge, or discard this patch.