Completed
Push — ezp25946-migrate_files_to_othe... ( 556244...345c10 )
by
unknown
12:49
created
Core/Persistence/Legacy/Content/UrlAlias/Gateway/DoctrineDatabase.php 1 patch
Doc Comments   +8 added lines, -8 removed lines patch added patch discarded remove patch
@@ -250,7 +250,7 @@  discard block
 block discarded – undo
250 250
      *
251 251
      * @param string $action
252 252
      * @param mixed $languageId
253
-     * @param mixed $newId
253
+     * @param integer $newId
254 254
      * @param mixed $parentId
255 255
      * @param string $textMD5
256 256
      */
@@ -447,8 +447,8 @@  discard block
 block discarded – undo
447 447
      *
448 448
      * Update includes history entries.
449 449
      *
450
-     * @param mixed $oldParentId
451
-     * @param mixed $newParentId
450
+     * @param integer $oldParentId
451
+     * @param integer $newParentId
452 452
      */
453 453
     public function reparent($oldParentId, $newParentId)
454 454
     {
@@ -594,7 +594,7 @@  discard block
 block discarded – undo
594 594
     /**
595 595
      * Returns next value for "id" column.
596 596
      *
597
-     * @return mixed
597
+     * @return string
598 598
      */
599 599
     public function getNextId()
600 600
     {
@@ -909,7 +909,7 @@  discard block
 block discarded – undo
909 909
     /**
910 910
      * Deletes single custom alias row matched by composite primary key.
911 911
      *
912
-     * @param mixed $parentId
912
+     * @param integer $parentId
913 913
      * @param string $textMD5
914 914
      *
915 915
      * @return bool
@@ -947,10 +947,10 @@  discard block
 block discarded – undo
947 947
      *
948 948
      * If $id is set only autogenerated entries will be removed.
949 949
      *
950
-     * @param mixed $action
951
-     * @param mixed|null $id
950
+     * @param string $action
951
+     * @param integer $id
952 952
      *
953
-     * @return bool
953
+     * @return boolean|null
954 954
      */
955 955
     public function remove($action, $id = null)
956 956
     {
Please login to merge, or discard this patch.
Core/Persistence/Legacy/Content/UrlWildcard/Gateway/DoctrineDatabase.php 1 patch
Doc Comments   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -47,7 +47,7 @@  discard block
 block discarded – undo
47 47
      *
48 48
      * @param \eZ\Publish\SPI\Persistence\Content\UrlWildcard $urlWildcard
49 49
      *
50
-     * @return mixed
50
+     * @return string
51 51
      */
52 52
     public function insertUrlWildcard(UrlWildcard $urlWildcard)
53 53
     {
@@ -91,7 +91,7 @@  discard block
 block discarded – undo
91 91
     /**
92 92
      * Deletes the UrlWildcard with given $id.
93 93
      *
94
-     * @param mixed $id
94
+     * @param integer $id
95 95
      */
96 96
     public function deleteUrlWildcard($id)
97 97
     {
@@ -138,8 +138,8 @@  discard block
 block discarded – undo
138 138
     /**
139 139
      * Loads an array with data about UrlWildcards (paged).
140 140
      *
141
-     * @param mixed $offset
142
-     * @param mixed $limit
141
+     * @param integer $offset
142
+     * @param integer $limit
143 143
      *
144 144
      * @return array
145 145
      */
Please login to merge, or discard this patch.
eZ/Publish/Core/Persistence/Legacy/Exception/TypeGroupNotFound.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -21,7 +21,6 @@
 block discarded – undo
21 21
      * Creates a new exception for $typeId in $status;.
22 22
      *
23 23
      * @param mixed $typeGroupId
24
-     * @param mixed $status
25 24
      */
26 25
     public function __construct($typeGroupId)
27 26
     {
Please login to merge, or discard this patch.
Legacy/Tests/Content/_fixtures/extract_content_from_rows_result.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -4,7 +4,6 @@
 block discarded – undo
4 4
 use eZ\Publish\SPI\Persistence\Content\ContentInfo;
5 5
 use eZ\Publish\SPI\Persistence\Content\Field;
6 6
 use eZ\Publish\SPI\Persistence\Content\FieldValue;
7
-use eZ\Publish\SPI\Persistence\Content\Location;
8 7
 use eZ\Publish\SPI\Persistence\Content\VersionInfo;
9 8
 
10 9
 $content = new Content();
Please login to merge, or discard this patch.
eZ/Publish/Core/Persistence/Legacy/Tests/Content/ContentHandlerTest.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1430,7 +1430,7 @@
 block discarded – undo
1430 1430
     /**
1431 1431
      * Returns a TreeHandler mock.
1432 1432
      *
1433
-     * @return \PHPUnit_Framework_MockObject_MockObject|\eZ\Publish\Core\Persistence\Legacy\Content\TreeHandler
1433
+     * @return \eZ\Publish\Core\Persistence\Legacy\Content\TreeHandler
1434 1434
      */
1435 1435
     protected function getTreeHandlerMock()
1436 1436
     {
Please login to merge, or discard this patch.
eZ/Publish/Core/Persistence/Legacy/Tests/Content/FieldHandlerTest.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -1011,7 +1011,7 @@  discard block
 block discarded – undo
1011 1011
     /**
1012 1012
      * Returns a Mapper mock.
1013 1013
      *
1014
-     * @return \eZ\Publish\Core\Persistence\Legacy\Content\Mapper|\PHPUnit_Framework_MockObject_MockObject
1014
+     * @return \eZ\Publish\Core\Persistence\Legacy\Content\Mapper
1015 1015
      */
1016 1016
     protected function getMapperMock()
1017 1017
     {
@@ -1031,7 +1031,7 @@  discard block
 block discarded – undo
1031 1031
     /**
1032 1032
      * Returns a mock object for the Content Gateway.
1033 1033
      *
1034
-     * @return \eZ\Publish\Core\Persistence\Legacy\Content\Gateway|\PHPUnit_Framework_MockObject_MockObject
1034
+     * @return \eZ\Publish\Core\Persistence\Legacy\Content\Gateway
1035 1035
      */
1036 1036
     protected function getContentGatewayMock()
1037 1037
     {
@@ -1045,7 +1045,7 @@  discard block
 block discarded – undo
1045 1045
     }
1046 1046
 
1047 1047
     /**
1048
-     * @return \eZ\Publish\Core\Persistence\FieldTypeRegistry|\PHPUnit_Framework_MockObject_MockObject
1048
+     * @return \eZ\Publish\Core\Persistence\FieldTypeRegistry
1049 1049
      */
1050 1050
     protected function getFieldTypeRegistryMock()
1051 1051
     {
Please login to merge, or discard this patch.
Persistence/Legacy/Tests/Content/Language/CachingLanguageHandlerTest.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -352,7 +352,7 @@
 block discarded – undo
352 352
     /**
353 353
      * Returns an array with 2 languages.
354 354
      *
355
-     * @return \eZ\Publish\SPI\Persistence\Content\Language[]
355
+     * @return Language[]
356 356
      */
357 357
     protected function getLanguagesFixture()
358 358
     {
Please login to merge, or discard this patch.
eZ/Publish/Core/Persistence/Legacy/Tests/Content/LanguageAwareTestCase.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -35,7 +35,7 @@
 block discarded – undo
35 35
     /**
36 36
      * Returns a language handler mock.
37 37
      *
38
-     * @return \eZ\Publish\Core\Persistence\Legacy\Content\Language\Handler
38
+     * @return \eZ\Publish\SPI\Persistence\Content\Language\Handler
39 39
      */
40 40
     protected function getLanguageHandler()
41 41
     {
Please login to merge, or discard this patch.
eZ/Publish/Core/Persistence/Legacy/Tests/Content/StorageHandlerTest.php 1 patch
Doc Comments   +4 added lines, -1 removed lines patch added patch discarded remove patch
@@ -182,7 +182,7 @@  discard block
 block discarded – undo
182 182
     /**
183 183
      * Returns a context mock.
184 184
      *
185
-     * @return array
185
+     * @return integer[]
186 186
      */
187 187
     protected function getContextMock()
188 188
     {
@@ -223,6 +223,9 @@  discard block
 block discarded – undo
223 223
         return $this->storageMock;
224 224
     }
225 225
 
226
+    /**
227
+     * @return VersionInfo
228
+     */
226 229
     protected function getVersionInfoMock()
227 230
     {
228 231
         if (!isset($this->versionInfoMock)) {
Please login to merge, or discard this patch.