Completed
Push — master ( 3650d6...6d4b31 )
by André
20:00
created
eZ/Publish/API/Repository/Tests/ContentServiceTest.php 1 patch
Doc Comments   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -2858,7 +2858,7 @@  discard block
 block discarded – undo
2858 2858
     /**
2859 2859
      * Test for the addRelation() method.
2860 2860
      *
2861
-     * @return \eZ\Publish\API\Repository\Values\Content\Content
2861
+     * @return Relation[]
2862 2862
      *
2863 2863
      * @see \eZ\Publish\API\Repository\ContentService::addRelation()
2864 2864
      * @depends eZ\Publish\API\Repository\Tests\ContentServiceTest::testPublishVersionFromContentDraft
@@ -4768,7 +4768,7 @@  discard block
 block discarded – undo
4768 4768
     /**
4769 4769
      * Simplify creating custom role with limited set of policies.
4770 4770
      *
4771
-     * @param $roleName
4771
+     * @param string $roleName
4772 4772
      * @param array $policies e.g. [ ['content', 'create'], ['content', 'edit'], ]
4773 4773
      */
4774 4774
     private function createRoleWithPolicies($roleName, array $policies)
@@ -4791,7 +4791,7 @@  discard block
 block discarded – undo
4791 4791
      * given properties are available in $actualAliases and not more.
4792 4792
      *
4793 4793
      * @param array $expectedAliasProperties
4794
-     * @param array $actualAliases
4794
+     * @param URLAlias[] $actualAliases
4795 4795
      */
4796 4796
     private function assertAliasesCorrect(array $expectedAliasProperties, array $actualAliases)
4797 4797
     {
@@ -4953,7 +4953,7 @@  discard block
 block discarded – undo
4953 4953
     /**
4954 4954
      * Returns the default fixture of fields used in most tests.
4955 4955
      *
4956
-     * @return \eZ\Publish\API\Repository\Values\Content\Field[]
4956
+     * @return Field[]
4957 4957
      */
4958 4958
     private function createFieldsFixture()
4959 4959
     {
Please login to merge, or discard this patch.