File tree 3 files changed +8
-2
lines changed
3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" ?>
2
2
<psalm
3
3
errorLevel =" 1"
4
- resolveFromConfigFile =" false "
5
- findUnusedBaselineEntry =" false "
4
+ resolveFromConfigFile =" true "
5
+ findUnusedBaselineEntry =" true "
6
6
findUnusedCode =" true"
7
7
xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
8
8
xmlns =" https://getpsalm.org/schema/config"
Original file line number Diff line number Diff line change 7
7
use Cucumber \Gherkin \ParserException ;
8
8
use Cucumber \Gherkin \Token ;
9
9
10
+ /**
11
+ * @psalm-api
12
+ */
10
13
final class UnexpectedEofException extends ParserException
11
14
{
12
15
/**
Original file line number Diff line number Diff line change 8
8
use Cucumber \Gherkin \ParserException ;
9
9
use Cucumber \Gherkin \Token ;
10
10
11
+ /**
12
+ * @psalm-api
13
+ */
11
14
final class UnexpectedTokenException extends ParserException
12
15
{
13
16
/**
You can’t perform that action at this time.
0 commit comments