Completed
Push — ezp26175-exception_on_non_defa... ( 77d2f3...ca5fc8 )
by
unknown
39:33
created
eZ/Bundle/EzPublishRestBundle/Tests/Functional/TestCase.php 1 patch
Doc Comments   +7 added lines patch added patch discarded remove patch
@@ -111,6 +111,7 @@  discard block
 block discarded – undo
111 111
     }
112 112
 
113 113
     /**
114
+     * @param string $method
114 115
      * @return HttpRequest
115 116
      */
116 117
     public function createHttpRequest($method, $uri, $contentType = '', $acceptType = '')
@@ -172,6 +173,9 @@  discard block
 block discarded – undo
172 173
         return $errorMessageString;
173 174
     }
174 175
 
176
+    /**
177
+     * @param string $header
178
+     */
175 179
     protected function assertHttpResponseHasHeader(HttpResponse $response, $header, $expectedValue = null)
176 180
     {
177 181
         $headerValue = $response->getHeader($header);
@@ -181,6 +185,9 @@  discard block
 block discarded – undo
181 185
         }
182 186
     }
183 187
 
188
+    /**
189
+     * @param string $typeString
190
+     */
184 191
     protected function generateMediaTypeString($typeString)
185 192
     {
186 193
         return "application/vnd.ez.api.$typeString";
Please login to merge, or discard this patch.
eZ/Publish/API/Repository/Tests/SearchEngineIndexingTest.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -742,8 +742,8 @@
 block discarded – undo
742 742
      * $parentLocationIdList.
743 743
      *
744 744
      * @param string $contentName
745
-     * @param $contentDescription
746
-     * @param array $parentLocationIdList
745
+     * @param string $contentDescription
746
+     * @param integer[] $parentLocationIdList
747 747
      *
748 748
      * @return \eZ\Publish\API\Repository\Values\Content\Content
749 749
      */
Please login to merge, or discard this patch.
Core/Persistence/Legacy/Content/FieldValue/Converter/IntegerConverter.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -28,7 +28,7 @@
 block discarded – undo
28 28
      *
29 29
      * @note Class should instead be configured as service if it gains dependencies.
30 30
      *
31
-     * @return Integer
31
+     * @return IntegerConverter
32 32
      */
33 33
     public static function create()
34 34
     {
Please login to merge, or discard this patch.