File tree 5 files changed +8
-11
lines changed
5 files changed +8
-11
lines changed Original file line number Diff line number Diff line change 8
8
- .github/workflows/coding-standards.yml
9
9
- bin/**
10
10
- composer.*
11
- - lib /**
11
+ - src /**
12
12
- phpcs.xml.dist
13
13
- tests/**
14
14
push :
18
18
- .github/workflows/coding-standards.yml
19
19
- bin/**
20
20
- composer.*
21
- - lib /**
21
+ - src /**
22
22
- phpcs.xml.dist
23
23
- tests/**
24
24
Original file line number Diff line number Diff line change 8
8
- .github/workflows/continuous-integration.yml
9
9
- ci/**
10
10
- composer.*
11
- - lib /**
11
+ - src /**
12
12
- phpunit.xml.dist
13
13
- tests/**
14
14
push :
18
18
- .github/workflows/continuous-integration.yml
19
19
- ci/**
20
20
- composer.*
21
- - lib /**
21
+ - src /**
22
22
- phpunit.xml.dist
23
23
- tests/**
24
24
Original file line number Diff line number Diff line change 8
8
paths :
9
9
- .github/workflows/phpbench.yml
10
10
- composer.*
11
- - lib /**
11
+ - src /**
12
12
- phpbench.json
13
13
- tests/**
14
14
push :
17
17
paths :
18
18
- .github/workflows/phpbench.yml
19
19
- composer.*
20
- - lib /**
20
+ - src /**
21
21
- phpbench.json
22
22
- tests/**
23
23
Original file line number Diff line number Diff line change 7
7
paths :
8
8
- .github/workflows/static-analysis.yml
9
9
- composer.*
10
- - lib /**
10
+ - src /**
11
11
- phpstan*
12
12
- psalm*
13
13
- tests/Doctrine/StaticAnalysis/**
17
17
paths :
18
18
- .github/workflows/static-analysis.yml
19
19
- composer.*
20
- - lib /**
20
+ - src /**
21
21
- phpstan*
22
22
- psalm*
23
23
- tests/Doctrine/StaticAnalysis/**
Original file line number Diff line number Diff line change 3
3
reports /
4
4
dist /
5
5
download /
6
- lib /api /
7
- lib /Doctrine /Common
8
- lib /Doctrine /DBAL
9
6
/.settings /
10
7
.buildpath
11
8
.project
You can’t perform that action at this time.
0 commit comments