forked from sasezaki/php-extension-stub-generator
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpsalm-baseline.xml
39 lines (39 loc) · 1.46 KB
/
psalm-baseline.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
<?xml version="1.0" encoding="UTF-8"?>
<files psalm-version="4.20.0@f82a70e7edfc6cf2705e9374c8a0b6a974a779ed">
<file src="src/PHPExtensionStubGenerator/Console/DumpCommand.php">
<UnusedClass occurrences="1">
<code>DumpCommand</code>
</UnusedClass>
</file>
<file src="src/PHPExtensionStubGenerator/GeneratorDumper.php">
<ArgumentTypeCoercion occurrences="1">
<code>$function_name</code>
</ArgumentTypeCoercion>
<MixedArgumentTypeCoercion occurrences="1">
<code>$namespaces</code>
</MixedArgumentTypeCoercion>
<MixedAssignment occurrences="1">
<code>$constName</code>
</MixedAssignment>
<PossiblyInvalidMethodCall occurrences="1">
<code>getInterfaceNames</code>
</PossiblyInvalidMethodCall>
<PossiblyUnusedMethod occurrences="2">
<code>getDocBlockGenerator</code>
<code>setDocBlockGenerator</code>
</PossiblyUnusedMethod>
</file>
<file src="src/PHPExtensionStubGenerator/LaminasCode/FunctionReflection.php">
<ImplementedReturnTypeMismatch occurrences="1">
<code>DocBlockReflection|false</code>
</ImplementedReturnTypeMismatch>
</file>
<file src="src/PHPExtensionStubGenerator/LaminasCode/ParameterReflection.php">
<ArgumentTypeCoercion occurrences="1">
<code>$phpReflection->getName()</code>
</ArgumentTypeCoercion>
<MissingImmutableAnnotation occurrences="1">
<code>#[ReturnTypeWillChange]</code>
</MissingImmutableAnnotation>
</file>
</files>