Completed
Push — set_mysql_utf8mb4_schema ( 6dcaee...396b1d )
by
unknown
20:11
created
eZ/Bundle/EzPublishRestBundle/Features/Context/RestClient/DriverHelper.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -18,9 +18,9 @@
 block discarded – undo
18 18
     /**
19 19
      * Make/Crypt the authentication value.
20 20
      *
21
-     * @param string $user
22 21
      * @param string $password
23 22
      * @param string $type The type of authentication
23
+     * @param string $username
24 24
      *
25 25
      * @return string Authentication value
26 26
      *
Please login to merge, or discard this patch.
eZ/Bundle/EzPublishRestBundle/Features/Context/RestContext.php 1 patch
Doc Comments   +5 added lines, -2 removed lines patch added patch discarded remove patch
@@ -73,9 +73,7 @@  discard block
 block discarded – undo
73 73
     /**
74 74
      * Initialize class.
75 75
      *
76
-     * @param string $url    Base URL for REST calls
77 76
      * @param string $driver REST Driver to be used
78
-     * @param string $json
79 77
      */
80 78
     public function __construct(
81 79
         $driver = self::DEFAULT_DRIVER,
@@ -89,6 +87,9 @@  discard block
 block discarded – undo
89 87
         $this->setRestDriver($this->driver);
90 88
     }
91 89
 
90
+    /**
91
+     * @param string $url
92
+     */
92 93
     private function setUrl($url)
93 94
     {
94 95
         $this->url = $url;
@@ -167,6 +168,8 @@  discard block
 block discarded – undo
167 168
 
168 169
     /**
169 170
      * @When I send a :type request to :resource (url)
171
+     * @param string $type
172
+     * @param string $resource
170 173
      */
171 174
     public function createAndSendRequest($type, $resource)
172 175
     {
Please login to merge, or discard this patch.
eZ/Bundle/EzPublishRestBundle/Routing/OptionsLoader.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -29,7 +29,7 @@
 block discarded – undo
29 29
     }
30 30
 
31 31
     /**
32
-     * @param mixed $resource
32
+     * @param string $resource
33 33
      * @param string $type
34 34
      *
35 35
      * @return RouteCollection
Please login to merge, or discard this patch.
eZ/Publish/API/Repository/ContentTypeService.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -87,7 +87,7 @@
 block discarded – undo
87 87
      * @throws \eZ\Publish\API\Repository\Exceptions\UnauthorizedException if the user is not allowed to delete a content type group
88 88
      * @throws \eZ\Publish\API\Repository\Exceptions\InvalidArgumentException If  a to be deleted content type has instances
89 89
      *
90
-     * @param \eZ\Publish\API\Repository\Values\ContentType\ContentTypeGroup $ContentTypeGroup
90
+     * @param \eZ\Publish\API\Repository\Values\ContentType\ContentTypeGroup $contentTypeGroup
91 91
      */
92 92
     public function deleteContentTypeGroup(ContentTypeGroup $contentTypeGroup);
93 93
 
Please login to merge, or discard this patch.
eZ/Publish/API/Repository/Tests/BaseNonRedundantFieldSetTest.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -183,6 +183,9 @@
 block discarded – undo
183 183
         return $this->createTestContent('eng-US', $fieldValues);
184 184
     }
185 185
 
186
+    /**
187
+     * @param string $initialLanguageCode
188
+     */
186 189
     protected function updateTestContent($initialLanguageCode, array $fieldValues)
187 190
     {
188 191
         $repository = $this->getRepository();
Please login to merge, or discard this patch.
eZ/Publish/API/Repository/Tests/ContentServiceTest.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -2737,7 +2737,7 @@  discard block
 block discarded – undo
2737 2737
     /**
2738 2738
      * Test for the addRelation() method.
2739 2739
      *
2740
-     * @return \eZ\Publish\API\Repository\Values\Content\Content
2740
+     * @return Relation[]
2741 2741
      *
2742 2742
      * @see \eZ\Publish\API\Repository\ContentService::addRelation()
2743 2743
      * @depends eZ\Publish\API\Repository\Tests\ContentServiceTest::testPublishVersionFromContentDraft
@@ -4554,7 +4554,7 @@  discard block
 block discarded – undo
4554 4554
      * given properties are available in $actualAliases and not more.
4555 4555
      *
4556 4556
      * @param array $expectedAliasProperties
4557
-     * @param array $actualAliases
4557
+     * @param URLAlias[] $actualAliases
4558 4558
      */
4559 4559
     private function assertAliasesCorrect(array $expectedAliasProperties, array $actualAliases)
4560 4560
     {
@@ -4716,7 +4716,7 @@  discard block
 block discarded – undo
4716 4716
     /**
4717 4717
      * Returns the default fixture of fields used in most tests.
4718 4718
      *
4719
-     * @return \eZ\Publish\API\Repository\Values\Content\Field[]
4719
+     * @return Field[]
4720 4720
      */
4721 4721
     private function createFieldsFixture()
4722 4722
     {
Please login to merge, or discard this patch.
eZ/Publish/API/Repository/Tests/FieldType/AuthorIntegrationTest.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -100,7 +100,7 @@  discard block
 block discarded – undo
100 100
     /**
101 101
      * Get initial field data for valid object creation.
102 102
      *
103
-     * @return mixed
103
+     * @return AuthorValue
104 104
      */
105 105
     public function getValidCreationFieldData()
106 106
     {
@@ -184,7 +184,7 @@  discard block
 block discarded – undo
184 184
     /**
185 185
      * Get update field externals data.
186 186
      *
187
-     * @return array
187
+     * @return AuthorValue
188 188
      */
189 189
     public function getValidUpdateFieldData()
190 190
     {
Please login to merge, or discard this patch.
eZ/Publish/API/Repository/Tests/FieldType/BinaryFileIntegrationTest.php 2 patches
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -156,7 +156,7 @@  discard block
 block discarded – undo
156 156
     /**
157 157
      * Get initial field data for valid object creation.
158 158
      *
159
-     * @return mixed
159
+     * @return BinaryFileValue
160 160
      */
161 161
     public function getValidCreationFieldData()
162 162
     {
@@ -245,7 +245,7 @@  discard block
 block discarded – undo
245 245
     /**
246 246
      * Get update field externals data.
247 247
      *
248
-     * @return array
248
+     * @return BinaryFileValue
249 249
      */
250 250
     public function getValidUpdateFieldData()
251 251
     {
Please login to merge, or discard this patch.
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -12,7 +12,6 @@
 block discarded – undo
12 12
 
13 13
 use eZ\Publish\Core\FieldType\BinaryFile\Value as BinaryFileValue;
14 14
 use eZ\Publish\API\Repository\Values\Content\Field;
15
-use eZ\Publish\API\Repository\Values\Content\Query\Criterion;
16 15
 
17 16
 /**
18 17
  * Integration test for use field type.
Please login to merge, or discard this patch.
eZ/Publish/API/Repository/Tests/FieldType/CheckboxIntegrationTest.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -98,7 +98,7 @@  discard block
 block discarded – undo
98 98
     /**
99 99
      * Get initial field data for valid object creation.
100 100
      *
101
-     * @return mixed
101
+     * @return CheckboxValue
102 102
      */
103 103
     public function getValidCreationFieldData()
104 104
     {
@@ -163,7 +163,7 @@  discard block
 block discarded – undo
163 163
     /**
164 164
      * Get update field externals data.
165 165
      *
166
-     * @return array
166
+     * @return CheckboxValue
167 167
      */
168 168
     public function getValidUpdateFieldData()
169 169
     {
Please login to merge, or discard this patch.