Skip to content

Commit cc80176

Browse files
committed
House cleaning. Fix wrong ?: instead of ??.
1 parent 5bf4eb5 commit cc80176

File tree

16 files changed

+23
-284
lines changed

16 files changed

+23
-284
lines changed

.gitattributes

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# Ignore all test and documentation with “export-ignore”.
2-
.gitattributes export-ignore
3-
.gitignore export-ignore
4-
.idea export-ignore
5-
.php_cs export-ignore
6-
README.md export-ignore
7-
phpunit.xml export-ignore
2+
/.gitattributes export-ignore
3+
/.gitignore export-ignore
4+
/.php_cs export-ignore
5+
/phpstan.neon export-ignore
6+
/phpunit.xml export-ignore
7+
/README.md export-ignore
88
/.github export-ignore
9-
/tests export-ignore
10-
/examples export-ignore
9+
/examples export-ignore
10+
/tests export-ignore

.gitignore

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,3 @@
1-
**/.idea/workspace.xml
2-
**/.idea/tasks.xml
3-
**/.idea/*.iws
4-
**/.idea/dataSources.local.xml
5-
**/.idea/dictionaries
61
/vendor/
72
.php_cs.cache
83
/tests-report-html/

.idea/composerJson.xml

Lines changed: 0 additions & 10 deletions
This file was deleted.

.idea/inspectionProfiles/Project_Default.xml

Lines changed: 0 additions & 37 deletions
This file was deleted.

.idea/jsLibraryMappings.xml

Lines changed: 0 additions & 6 deletions
This file was deleted.

.idea/jsonSchemas.xml

Lines changed: 0 additions & 25 deletions
This file was deleted.

.idea/mc-google-visualization.iml

Lines changed: 0 additions & 65 deletions
This file was deleted.

.idea/modules.xml

Lines changed: 0 additions & 8 deletions
This file was deleted.

.idea/php-test-framework.xml

Lines changed: 0 additions & 14 deletions
This file was deleted.

.idea/php.xml

Lines changed: 0 additions & 69 deletions
This file was deleted.

0 commit comments

Comments
 (0)