Completed
Push — ezp30481_turkish_i_breaks_lega... ( f8977c...f9e406 )
by
unknown
17:31
created
eZ/Publish/Core/Limitation/Tests/ParentContentTypeLimitationTypeTest.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -476,6 +476,9 @@
 block discarded – undo
476 476
         ];
477 477
     }
478 478
 
479
+    /**
480
+     * @param boolean $persistenceCalled
481
+     */
479 482
     protected function assertContentHandlerExpectations($callNo, $persistenceCalled, $contentId, $contentInfo)
480 483
     {
481 484
         $this->getPersistenceMock()
Please login to merge, or discard this patch.
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/Repository/Tests/Service/Integration/Base.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -121,7 +121,7 @@  discard block
 block discarded – undo
121 121
      *
122 122
      * @param mixed[] $expectedValues
123 123
      * @param \eZ\Publish\API\Repository\Values\ValueObject $actualObject
124
-     * @param array $skipProperties
124
+     * @param string[] $skipProperties
125 125
      */
126 126
     protected function assertPropertiesCorrect(array $expectedValues, ValueObject $actualObject, array $skipProperties = [])
127 127
     {
@@ -156,7 +156,7 @@  discard block
 block discarded – undo
156 156
      *
157 157
      * @param \eZ\Publish\API\Repository\Values\ValueObject $expectedValues
158 158
      * @param \eZ\Publish\API\Repository\Values\ValueObject $actualObject
159
-     * @param array $skipProperties
159
+     * @param string[] $skipProperties
160 160
      */
161 161
     protected function assertStructPropertiesCorrect(ValueObject $expectedValues, ValueObject $actualObject, array $skipProperties = [])
162 162
     {
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
@@ -77,6 +77,9 @@
 block discarded – undo
77 77
      */
78 78
     private $logoutHandlers = [];
79 79
 
80
+    /**
81
+     * @param string $providerKey
82
+     */
80 83
     public function __construct(
81 84
         TokenStorageInterface $tokenStorage,
82 85
         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.