From aacf7dfd64af1db0aa7d016c92d841e260813051 Mon Sep 17 00:00:00 2001 From: Pol Dellaiera Date: Fri, 4 Feb 2022 00:13:05 +0100 Subject: [PATCH] refactor: Use `new` keyword everywhere. Follow up of previous commit. --- psalm-baseline.xml | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 psalm-baseline.xml diff --git a/psalm-baseline.xml b/psalm-baseline.xml new file mode 100644 index 000000000..2e72e292f --- /dev/null +++ b/psalm-baseline.xml @@ -0,0 +1,40 @@ + + + + + $callback + $callback + $callback + $callback + $callback + + + new self((new Wrap())(), [$this]) + + + CollectionInterface + + + $callable + + + new self((new Zip())()(...$iterables), [$this]) + + + CollectionInterface + + + $callbackForKeys ?? $defaultCallback + $callbackForValues ?? $defaultCallback + + + $callback + + + + + + Closure(bool): Closure(iterable<TKey, T>): (Generator<int, T>|Generator<TKey, T>) + + +