Completed
Push — cs-fix-header-comment ( 27e626 )
by
unknown
27:18
created
eZ/Publish/Core/REST/Common/Tests/Output/ValueObjectVisitorBaseTest.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -132,7 +132,7 @@  discard block
 block discarded – undo
132 132
     }
133 133
 
134 134
     /**
135
-     * @return \eZ\Publish\Core\REST\Common\RequestParser|\PHPUnit\Framework\MockObject\MockObject
135
+     * @return RequestParser
136 136
      */
137 137
     protected function getRequestParser()
138 138
     {
@@ -144,7 +144,7 @@  discard block
 block discarded – undo
144 144
     }
145 145
 
146 146
     /**
147
-     * @return \PHPUnit\Framework\MockObject\MockObject|\Symfony\Component\Routing\RouterInterface
147
+     * @return RouterInterface
148 148
      */
149 149
     protected function getRouterMock()
150 150
     {
@@ -184,7 +184,7 @@  discard block
 block discarded – undo
184 184
     }
185 185
 
186 186
     /**
187
-     * @return \PHPUnit\Framework\MockObject\MockObject|\Symfony\Component\Routing\RouterInterface
187
+     * @return RouterInterface
188 188
      */
189 189
     protected function getTemplatedRouterMock()
190 190
     {
Please login to merge, or discard this patch.
Publish/Core/REST/Common/Tests/Output/ValueObjectVisitorDispatcherTest.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -111,7 +111,7 @@  discard block
 block discarded – undo
111 111
     }
112 112
 
113 113
     /**
114
-     * @return \eZ\Publish\Core\REST\Common\Output\ValueObjectVisitor|\PHPUnit\Framework\MockObject\MockObject
114
+     * @return ValueObjectVisitor
115 115
      */
116 116
     private function getValueObjectVisitorMock()
117 117
     {
@@ -119,7 +119,7 @@  discard block
 block discarded – undo
119 119
     }
120 120
 
121 121
     /**
122
-     * @return Common\Output\Visitor|\PHPUnit\Framework\MockObject\MockObject
122
+     * @return Visitor
123 123
      */
124 124
     private function getOutputVisitorMock()
125 125
     {
@@ -131,7 +131,7 @@  discard block
 block discarded – undo
131 131
     }
132 132
 
133 133
     /**
134
-     * @return Common\Output\Generator|\PHPUnit\Framework\MockObject\MockObject
134
+     * @return Generator
135 135
      */
136 136
     private function getOutputGeneratorMock()
137 137
     {
Please login to merge, or discard this patch.
eZ/Publish/Core/Search/Common/Indexer.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -61,7 +61,7 @@  discard block
 block discarded – undo
61 61
     /**
62 62
      * Get PDOStatement to fetch metadata about content objects to be indexed.
63 63
      *
64
-     * @param array $fields Select fields
64
+     * @param string[] $fields Select fields
65 65
      *
66 66
      * @return \PDOStatement
67 67
      */
@@ -101,7 +101,7 @@  discard block
 block discarded – undo
101 101
      * Log warning while progress bar is shown.
102 102
      *
103 103
      * @param \Symfony\Component\Console\Helper\ProgressBar $progress
104
-     * @param $message
104
+     * @param string $message
105 105
      */
106 106
     protected function logWarning(ProgressBar $progress, $message)
107 107
     {
Please login to merge, or discard this patch.
Publish/Core/Search/Legacy/Content/WordIndexer/Gateway/DoctrineDatabase.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -190,7 +190,7 @@
 block discarded – undo
190 190
      *
191 191
      * @see https://github.com/ezsystems/ezpublish-legacy/blob/master/kernel/search/plugins/ezsearchengine/ezsearchengine.php#L386
192 192
      *
193
-     * @param mixed $contentId
193
+     * @param integer $contentId
194 194
      * @param mixed|null $versionId
195 195
      *
196 196
      * @return bool
Please login to merge, or discard this patch.