-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpsalm-baseline.xml
55 lines (55 loc) · 2.23 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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
<?xml version="1.0" encoding="UTF-8"?>
<files psalm-version="4.3.1@2feba22a005a18bf31d4c7b9bdb9252c73897476">
<file src="src/Adapters/ComposerAdapter.php">
<PossiblyInvalidArgument occurrences="1">
<code>$input->getOption('composer')</code>
</PossiblyInvalidArgument>
</file>
<file src="src/Adapters/FileAdapter.php">
<PossiblyInvalidArgument occurrences="12">
<code>$this->input->getOption('file')</code>
<code>$this->input->getOption('file')</code>
<code>$this->input->getOption('file')</code>
<code>$this->input->getOption('file')</code>
<code>$this->input->getOption('file')</code>
<code>$this->input->getOption('file')</code>
<code>$this->input->getOption('file')</code>
<code>$this->input->getOption('file')</code>
<code>$this->input->getOption('file')</code>
<code>$this->input->getOption('file')</code>
<code>$this->input->getOption('file')</code>
<code>$this->input->getOption('file')</code>
</PossiblyInvalidArgument>
</file>
<file src="src/Commands/Command.php">
<MissingFile occurrences="1">
<code>require self::CONFIG_FILE</code>
</MissingFile>
<PossiblyInvalidCast occurrences="3">
<code>$input->getOption('adapter')</code>
<code>$input->getOption('composer')</code>
<code>$input->getOption('file')</code>
</PossiblyInvalidCast>
</file>
<file src="src/Commands/Initialize.php">
<PossiblyInvalidArgument occurrences="2">
<code>$input->getArgument('version')</code>
<code>$input->getArgument('version') ?? '0.1.0'</code>
</PossiblyInvalidArgument>
</file>
<file src="src/Commands/Set/Build.php">
<PossiblyInvalidArgument occurrences="1">
<code>$input->getArgument('value')</code>
</PossiblyInvalidArgument>
</file>
<file src="src/Commands/Set/PreRelease.php">
<PossiblyInvalidArgument occurrences="1">
<code>$input->getArgument('value')</code>
</PossiblyInvalidArgument>
</file>
<file src="src/Commands/Set/Version.php">
<PossiblyInvalidArgument occurrences="1">
<code>$input->getArgument('value')</code>
</PossiblyInvalidArgument>
</file>
</files>