Completed
Push — php74_support_25 ( d359d4 )
by
unknown
18:45
created
eZ/Publish/Core/Persistence/TransformationProcessor/PcreCompiler.php 1 patch
Doc Comments   +3 added lines, -2 removed lines patch added patch discarded remove patch
@@ -194,7 +194,7 @@  discard block
 block discarded – undo
194 194
      * @param string $operator
195 195
      * @param string $value
196 196
      *
197
-     * @return callback
197
+     * @return \Closure
198 198
      */
199 199
     protected function getTransposeClosure($operator, $value)
200 200
     {
@@ -214,7 +214,7 @@  discard block
 block discarded – undo
214 214
      *
215 215
      * @param string $char
216 216
      *
217
-     * @return callback
217
+     * @return \Closure
218 218
      */
219 219
     protected function compileTargetCharacter($char)
220 220
     {
@@ -278,6 +278,7 @@  discard block
 block discarded – undo
278 278
      * Converts a hexadecimal string to a decimal number.
279 279
      *
280 280
      * In compare to standard hexdec function it will ignore any non-hexadecimal characters
281
+     * @param string $value
281 282
      */
282 283
     private function hexdec(?string $value): int
283 284
     {
Please login to merge, or discard this patch.