Completed
Push — master ( c38b7a...6f5e4f )
by
unknown
47:17 queued 24:08
created
eZ/Publish/Core/Persistence/TransformationProcessor/PcreCompiler.php 1 patch
Doc Comments   +3 added lines, -2 removed lines patch added patch discarded remove patch
@@ -192,7 +192,7 @@  discard block
 block discarded – undo
192 192
      * @param string $operator
193 193
      * @param string $value
194 194
      *
195
-     * @return callback
195
+     * @return \Closure
196 196
      */
197 197
     protected function getTransposeClosure($operator, $value)
198 198
     {
@@ -212,7 +212,7 @@  discard block
 block discarded – undo
212 212
      *
213 213
      * @param string $char
214 214
      *
215
-     * @return callback
215
+     * @return \Closure
216 216
      */
217 217
     protected function compileTargetCharacter($char)
218 218
     {
@@ -276,6 +276,7 @@  discard block
 block discarded – undo
276 276
      * Converts a hexadecimal string to a decimal number.
277 277
      *
278 278
      * In comparison to standard hexdec function it will ignore any non-hexadecimal characters
279
+     * @param string $value
279 280
      */
280 281
     private function hexdec(?string $value): int
281 282
     {
Please login to merge, or discard this patch.