File tree Expand file tree Collapse file tree 9 files changed +31
-31
lines changed Expand file tree Collapse file tree 9 files changed +31
-31
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ documents:
26
26
description : API Source Files
27
27
sourcePaths :
28
28
- src/Api
29
- filePattern : *.php
29
+ filePattern : " *.php"
30
30
modifiers :
31
31
- php-docs
32
32
` ` `
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ documents:
25
25
description : API Source Files
26
26
sourcePaths :
27
27
- src/Api
28
- filePattern : *.php
28
+ filePattern : " *.php"
29
29
modifiers :
30
30
- name : php-content-filter
31
31
options :
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ documents:
16
16
description : API Classes
17
17
sourcePaths :
18
18
- src/Api
19
- filePattern : *.php
19
+ filePattern : " *.php"
20
20
modifiers :
21
21
- php-docs
22
22
` ` `
@@ -34,7 +34,7 @@ documents:
34
34
description : API Classes
35
35
sourcePaths :
36
36
- src/Api
37
- filePattern : *.php
37
+ filePattern : " *.php"
38
38
modifiers :
39
39
- name : php-docs
40
40
options :
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ documents:
13
13
description : API Source Files
14
14
sourcePaths :
15
15
- src/Api
16
- filePattern : *.php
16
+ filePattern : " *.php"
17
17
modifiers :
18
18
- php-signature
19
19
` ` `
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ documents:
14
14
description : API Classes
15
15
sourcePaths :
16
16
- src/Auth
17
- filePattern : *.php
17
+ filePattern : " *.php"
18
18
modifiers :
19
19
- name : sanitizer
20
20
options :
@@ -212,9 +212,9 @@ documents:
212
212
- type: file
213
213
sourcePaths:
214
214
- src
215
- filePattern: *.php
215
+ filePattern: " *.php"
216
216
- type: file
217
217
sourcePaths:
218
218
- config
219
- filePattern: *.json
219
+ filePattern: " *.json"
220
220
` ` `
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ documents:
13
13
packages :
14
14
- symfony/finder
15
15
- psr/log
16
- filePattern : *.php
16
+ filePattern : " *.php"
17
17
notPath :
18
18
- tests
19
19
` ` `
@@ -66,7 +66,7 @@ documents:
66
66
packages:
67
67
- symfony/console
68
68
- symfony/http-foundation
69
- filePattern: *.php
69
+ filePattern: " *.php"
70
70
path: Component
71
71
notPath:
72
72
- tests
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ documents:
10
10
- type : git_diff
11
11
description : Recent Git Changes
12
12
commit : last
13
- filePattern : *.php
13
+ filePattern : " *.php"
14
14
notPath :
15
15
- tests
16
16
- vendor
@@ -48,7 +48,7 @@ documents:
48
48
sources:
49
49
- type: git_diff
50
50
commit: last-week
51
- filePattern: *.php
51
+ filePattern: " *.php"
52
52
` ` `
53
53
54
54
| Preset | Description | Git Command Equivalent | |
@@ -100,7 +100,7 @@ documents:
100
100
- type: git_diff
101
101
repository: .
102
102
commit: abc1234
103
- filePattern: *.php
103
+ filePattern: " *.php"
104
104
` ` `
105
105
106
106
# # Specific file in commit
@@ -113,7 +113,7 @@ documents:
113
113
- type: git_diff
114
114
repository: .
115
115
commit: abc1234:path/to/file.php
116
- filePattern: *.php
116
+ filePattern: " *.php"
117
117
` ` `
118
118
119
119
# # Version comparison
@@ -126,7 +126,7 @@ documents:
126
126
- type: git_diff
127
127
repository: .
128
128
commit: v1.0.0..v2.0.0
129
- filePattern: *.php
129
+ filePattern: " *.php"
130
130
` ` `
131
131
132
132
# # Date-based commit
@@ -139,7 +139,7 @@ documents:
139
139
- type: git_diff
140
140
repository: .
141
141
commit: since:2023-01-15
142
- filePattern: *.php
142
+ filePattern: " *.php"
143
143
` ` `
144
144
145
145
# # Specific date commit
@@ -152,5 +152,5 @@ documents:
152
152
- type: git_diff
153
153
repository: .
154
154
commit: date:2023-01-15
155
- filePattern: *.php
155
+ filePattern: " *.php"
156
156
` ` `
Original file line number Diff line number Diff line change @@ -78,9 +78,9 @@ documents:
78
78
sourcePaths:
79
79
- src
80
80
filePattern:
81
- - *.php
82
- - *.json
83
- - *.md
81
+ - " *.php"
82
+ - " *.json"
83
+ - " *.md"
84
84
showTreeView: true
85
85
` ` `
86
86
@@ -99,7 +99,7 @@ documents:
99
99
sourcePaths:
100
100
- src
101
101
path: Controller
102
- filePattern: *.php
102
+ filePattern: " *.php"
103
103
showTreeView: true
104
104
` ` `
105
105
@@ -118,7 +118,7 @@ documents:
118
118
path:
119
119
- Controller
120
120
- Service
121
- filePattern: *.php
121
+ filePattern: " *.php"
122
122
showTreeView: true
123
123
` ` `
124
124
@@ -137,7 +137,7 @@ documents:
137
137
sourcePaths:
138
138
- src
139
139
contains: class Repository
140
- filePattern: *.php
140
+ filePattern: " *.php"
141
141
showTreeView: true
142
142
` ` `
143
143
@@ -154,7 +154,7 @@ documents:
154
154
sourcePaths:
155
155
- src
156
156
notContains: @deprecated
157
- filePattern: *.php
157
+ filePattern: " *.php"
158
158
showTreeView: true
159
159
` ` `
160
160
@@ -176,6 +176,6 @@ documents:
176
176
notContains:
177
177
- @deprecated
178
178
- @internal
179
- filePattern: *.php
179
+ filePattern: " *.php"
180
180
showTreeView: true
181
181
` ` `
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ documents:
12
12
description : Project File Structure
13
13
sourcePaths :
14
14
- src
15
- filePattern : *.php
15
+ filePattern : " *.php"
16
16
notPath :
17
17
- tests
18
18
- vendor
@@ -96,7 +96,7 @@ documents:
96
96
description: Source Code Structure
97
97
sourcePaths:
98
98
- src
99
- filePattern: *.php
99
+ filePattern: " *.php"
100
100
notPath:
101
101
- tests
102
102
- vendor
@@ -116,8 +116,8 @@ documents:
116
116
sourcePaths :
117
117
- src/Core
118
118
filePattern :
119
- - *.php
120
- - *.json
119
+ - " *.php"
120
+ - " *.json"
121
121
maxDepth : 2
122
122
showSize : true
123
123
showLastModified : true
@@ -141,7 +141,7 @@ documents:
141
141
- src/App
142
142
- config
143
143
- resources/views
144
- filePattern : *.*
144
+ filePattern : " *.*"
145
145
maxDepth : 3
146
146
` ` `
147
147
@@ -160,7 +160,7 @@ documents:
160
160
- src
161
161
contains : class Controller
162
162
notContains : @deprecated
163
- filePattern : *.php
163
+ filePattern : " *.php"
164
164
` ` `
165
165
166
166
## Directory-Only View
You can’t perform that action at this time.
0 commit comments