Skip to content

Commit

Permalink
Updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
norberttech committed Dec 7, 2023
1 parent c4feb5e commit b8f591b
Show file tree
Hide file tree
Showing 8 changed files with 282 additions and 370 deletions.
158 changes: 79 additions & 79 deletions composer.lock

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions src/core/etl/src/Flow/ETL/Function/XPath.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ public function __construct(private readonly ScalarFunction $ref, private readon
{
}

/**
* @psalm-suppress InvalidReturnStatement
* @psalm-suppress InvalidReturnType
*/
public function eval(Row $row) : null|\DOMNode|array
{
/** @var mixed $value */
Expand Down
32 changes: 15 additions & 17 deletions tools/box/composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit b8f591b

Please sign in to comment.