Skip to content

Commit 2a63599

Browse files
committed
chore(psalm): update tests/psalm-baseline.xml
Signed-off-by: Vitor Mattos <vitor@php.rio>
1 parent 05ec799 commit 2a63599

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

tests/psalm-baseline.xml

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<files psalm-version="6.16.1@f1f5de594dc76faf8784e02d3dc4716c91c6f6ac">
3+
<file src="src/Http/NfseClient.php">
4+
<MissingOverrideAttribute>
5+
<code><![CDATA[public function cancel(string $chaveAcesso, string $motivo): bool]]></code>
6+
<code><![CDATA[public function emit(DpsData $dps): ReceiptData]]></code>
7+
<code><![CDATA[public function query(string $chaveAcesso): ReceiptData]]></code>
8+
</MissingOverrideAttribute>
9+
</file>
10+
<file src="src/SecretStore/NoOpSecretStore.php">
11+
<MissingOverrideAttribute>
12+
<code><![CDATA[public function delete(string $path): void]]></code>
13+
<code><![CDATA[public function get(string $path): array]]></code>
14+
<code><![CDATA[public function put(string $path, array $data): void]]></code>
15+
</MissingOverrideAttribute>
16+
</file>
17+
<file src="src/SecretStore/OpenBaoSecretStore.php">
18+
<MissingOverrideAttribute>
19+
<code><![CDATA[public function delete(string $path): void]]></code>
20+
<code><![CDATA[public function get(string $path): array]]></code>
21+
<code><![CDATA[public function put(string $path, array $data): void]]></code>
22+
</MissingOverrideAttribute>
23+
</file>
24+
<file src="src/Xml/DpsSigner.php">
25+
<MissingOverrideAttribute>
26+
<code><![CDATA[public function sign(string $xml, string $cnpj): string]]></code>
27+
</MissingOverrideAttribute>
28+
</file>
29+
</files>

0 commit comments

Comments
 (0)