diff options
author | Hilmar R <u02@u29lx193> | 2021-02-28 21:06:16 +0100 |
---|---|---|
committer | Hilmar R <u02@u29lx193> | 2021-03-01 18:48:11 +0100 |
commit | c26dede97f626b52b7bf8962ed55d1dbda86abe8 (patch) | |
tree | 3c8c9bc97aa09f7ce9afe9bf467cf87bbf2c7d0b /vendor/brick/math/psalm-baseline.xml | |
parent | ea3390d626f85b7293a750958bfd1b5460958365 (diff) | |
download | volse-hubzilla-c26dede97f626b52b7bf8962ed55d1dbda86abe8.tar.gz volse-hubzilla-c26dede97f626b52b7bf8962ed55d1dbda86abe8.tar.bz2 volse-hubzilla-c26dede97f626b52b7bf8962ed55d1dbda86abe8.zip |
get dev
Diffstat (limited to 'vendor/brick/math/psalm-baseline.xml')
-rw-r--r-- | vendor/brick/math/psalm-baseline.xml | 40 |
1 files changed, 0 insertions, 40 deletions
diff --git a/vendor/brick/math/psalm-baseline.xml b/vendor/brick/math/psalm-baseline.xml deleted file mode 100644 index fe05b998c..000000000 --- a/vendor/brick/math/psalm-baseline.xml +++ /dev/null @@ -1,40 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<files psalm-version="3.8.5@e6ec5fa22a7b9e61670a24d07b3119aff80dcd89"> - <file src="src/Internal/Calculator/BcMathCalculator.php"> - <InvalidNullableReturnType occurrences="3"> - <code>string</code> - <code>string</code> - <code>string</code> - </InvalidNullableReturnType> - <InvalidReturnStatement occurrences="1"> - <code>[$q, $r]</code> - </InvalidReturnStatement> - <InvalidReturnType occurrences="1"> - <code>array</code> - </InvalidReturnType> - <NullableReturnStatement occurrences="3"> - <code>\bcdiv($a, $b, 0)</code> - <code>\bcmod($a, $b)</code> - <code>\bcpowmod($base, $exp, $mod, 0)</code> - </NullableReturnStatement> - </file> - <file src="src/Internal/Calculator/NativeCalculator.php"> - <InvalidOperand occurrences="6"> - <code>$a</code> - <code>$a</code> - <code>$a</code> - <code>$b</code> - <code>$blockA</code> - <code>$blockA</code> - </InvalidOperand> - <LoopInvalidation occurrences="4"> - <code>$i</code> - <code>$i</code> - <code>$i</code> - <code>$j</code> - </LoopInvalidation> - <PossiblyInvalidArgument occurrences="1"> - <code>$e / 2</code> - </PossiblyInvalidArgument> - </file> -</files> |