Completed
Push — remove_container_access_from_f... ( b5358b )
by
unknown
17:03
created
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/Repository/Helper/NameSchemaService.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -90,7 +90,7 @@  discard block
 block discarded – undo
90 90
      * @param \eZ\Publish\API\Repository\Values\Content\Content $content
91 91
      * @param \eZ\Publish\API\Repository\Values\ContentType\ContentType|null $contentType
92 92
      *
93
-     * @return array
93
+     * @return string[]
94 94
      */
95 95
     public function resolveUrlAliasSchema(Content $content, ContentType $contentType = null)
96 96
     {
@@ -114,7 +114,7 @@  discard block
 block discarded – undo
114 114
      * @param array $languageCodes
115 115
      * @param \eZ\Publish\API\Repository\Values\ContentType\ContentType|null $contentType
116 116
      *
117
-     * @return array
117
+     * @return string[]
118 118
      */
119 119
     public function resolveNameSchema(Content $content, array $fieldMap = [], array $languageCodes = [], ContentType $contentType = null)
120 120
     {
@@ -292,7 +292,7 @@  discard block
 block discarded – undo
292 292
      * inferred.
293 293
      *
294 294
      * @param string $token
295
-     * @param array $titles
295
+     * @param string[] $titles
296 296
      * @param array $groupLookupTable
297 297
      *
298 298
      * @return string
Please login to merge, or discard this patch.