We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dfde567 commit e11f4e5Copy full SHA for e11f4e5
2 files changed
.gitignore
@@ -2,4 +2,5 @@
2
coverage
3
.phpunit.result.cache
4
obsidian
5
-.obsidian
+.obsidian
6
+index.php
.vscode/tasks.json
@@ -11,7 +11,7 @@
11
"group": "tests"
12
},
13
"runOptions": {
14
- "runOn": "folderOpen"
+ "runOn": "default"
15
}
16
17
{
@@ -24,7 +24,7 @@
24
"group": "analysis"
25
26
27
28
29
30
]
0 commit comments