Completed
Push — EZP-31287 ( fe8c5c )
by
unknown
18:19
created
eZ/Publish/Core/Persistence/TransformationProcessor/PreprocessedBased.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -19,7 +19,6 @@
 block discarded – undo
19 19
      * Constructor.
20 20
      *
21 21
      * @param \eZ\Publish\Core\Persistence\TransformationProcessor\PcreCompiler $compiler
22
-     * @param string $installDir Base dir for rule loading
23 22
      * @param array $ruleFiles
24 23
      */
25 24
     public function __construct(PcreCompiler $compiler, array $ruleFiles = [])
Please login to merge, or discard this patch.
eZ/Publish/Core/Limitation/Tests/Base.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -27,7 +27,7 @@
 block discarded – undo
27 27
     /**
28 28
      * @param array $mockMethods For specifying the methods to mock, all by default
29 29
      *
30
-     * @return \eZ\Publish\SPI\Persistence\Handler|\PHPUnit\Framework\MockObject\MockObject
30
+     * @return SPIHandler
31 31
      */
32 32
     public function getPersistenceMock(array $mockMethods = [])
33 33
     {
Please login to merge, or discard this patch.
eZ/Bundle/EzPublishCoreBundle/EventListener/RequestEventListener.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -34,6 +34,9 @@
 block discarded – undo
34 34
     /** @var \Symfony\Component\Routing\RouterInterface */
35 35
     private $router;
36 36
 
37
+    /**
38
+     * @param string $defaultSiteAccess
39
+     */
37 40
     public function __construct(ConfigResolverInterface $configResolver, RouterInterface $router, $defaultSiteAccess, LoggerInterface $logger = null)
38 41
     {
39 42
         $this->configResolver = $configResolver;
Please login to merge, or discard this patch.
eZ/Publish/Core/REST/Server/Security/RestAuthenticator.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -61,6 +61,9 @@
 block discarded – undo
61 61
     /** @var \Symfony\Component\Security\Http\Logout\LogoutHandlerInterface[] */
62 62
     private $logoutHandlers = [];
63 63
 
64
+    /**
65
+     * @param string $providerKey
66
+     */
64 67
     public function __construct(
65 68
         TokenStorageInterface $tokenStorage,
66 69
         AuthenticationManagerInterface $authenticationManager,
Please login to merge, or discard this patch.
EzPublishCoreBundle/DependencyInjection/Configuration/ConfigResolver.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -283,6 +283,7 @@
 block discarded – undo
283 283
     /**
284 284
      * If in run-time debug mode, before SiteAccess is initialized, log getParameter() usages when considered "unsafe".
285 285
      *
286
+     * @param string $paramName
286 287
      * @return string
287 288
      */
288 289
     private function logTooEarlyLoadedListIfNeeded($paramName)
Please login to merge, or discard this patch.
eZ/Bundle/EzPublishCoreBundle/EventListener/ConsoleCommandListener.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -49,6 +49,7 @@
 block discarded – undo
49 49
 
50 50
     /**
51 51
      * ConsoleCommandListener constructor.
52
+     * @param string $defaultSiteAccessName
52 53
      */
53 54
     public function __construct($defaultSiteAccessName, array $siteAccessList, EventDispatcherInterface $eventDispatcher, $debug = false)
54 55
     {
Please login to merge, or discard this patch.
eZ/Publish/Core/REST/Client/SectionService.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -158,7 +158,7 @@
 block discarded – undo
158 158
     /**
159 159
      * Loads all sections, excluding the ones the current user is not allowed to read.
160 160
      *
161
-     * @return array of {@link \eZ\Publish\API\Repository\Values\Content\Section}
161
+     * @return \eZ\Publish\API\Repository\Values\ValueObject of {@link \eZ\Publish\API\Repository\Values\Content\Section}
162 162
      */
163 163
     public function loadSections()
164 164
     {
Please login to merge, or discard this patch.
eZ/Publish/Core/Repository/Helper/RoleDomainMapper.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -46,7 +46,7 @@  discard block
 block discarded – undo
46 46
      *
47 47
      * @param \eZ\Publish\SPI\Persistence\User\Role $role
48 48
      *
49
-     * @return \eZ\Publish\API\Repository\Values\User\Role
49
+     * @return \eZ\Publish\API\Repository\Values\ValueObject
50 50
      */
51 51
     public function buildDomainRoleObject(SPIRole $role)
52 52
     {
@@ -71,7 +71,7 @@  discard block
 block discarded – undo
71 71
      *
72 72
      * @param \eZ\Publish\SPI\Persistence\User\Role $spiRole
73 73
      *
74
-     * @return \eZ\Publish\API\Repository\Values\User\RoleDraft
74
+     * @return \eZ\Publish\API\Repository\Values\ValueObject
75 75
      */
76 76
     public function buildDomainRoleDraftObject(SPIRole $spiRole)
77 77
     {
Please login to merge, or discard this patch.
eZ/Publish/Core/Repository/RoleService.php 1 patch
Doc Comments   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -191,7 +191,7 @@  discard block
 block discarded – undo
191 191
      *
192 192
      * @param mixed $id
193 193
      *
194
-     * @return \eZ\Publish\API\Repository\Values\User\RoleDraft
194
+     * @return \eZ\Publish\API\Repository\Values\ValueObject
195 195
      */
196 196
     public function loadRoleDraft($id)
197 197
     {
@@ -742,7 +742,7 @@  discard block
 block discarded – undo
742 742
      *
743 743
      * @param mixed $id
744 744
      *
745
-     * @return \eZ\Publish\API\Repository\Values\User\Role
745
+     * @return \eZ\Publish\API\Repository\Values\ValueObject
746 746
      */
747 747
     public function loadRole($id)
748 748
     {
@@ -1324,7 +1324,7 @@  discard block
 block discarded – undo
1324 1324
      *
1325 1325
      * @param \eZ\Publish\API\Repository\Values\User\RoleCreateStruct $roleCreateStruct
1326 1326
      *
1327
-     * @return \eZ\Publish\Core\FieldType\ValidationError[][][]
1327
+     * @return \eZ\Publish\Core\FieldType\ValidationError[]
1328 1328
      */
1329 1329
     protected function validateRoleCreateStruct(APIRoleCreateStruct $roleCreateStruct)
1330 1330
     {
@@ -1354,7 +1354,7 @@  discard block
 block discarded – undo
1354 1354
      * @param string $function
1355 1355
      * @param \eZ\Publish\API\Repository\Values\User\Limitation[] $limitations
1356 1356
      *
1357
-     * @return \eZ\Publish\Core\FieldType\ValidationError[][]
1357
+     * @return \eZ\Publish\Core\FieldType\ValidationError[]
1358 1358
      */
1359 1359
     protected function validatePolicy($module, $function, array $limitations)
1360 1360
     {
Please login to merge, or discard this patch.