-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Initial commit * Added phpcs * Added lint config * Updated config file * Added gitignore * Fixed phpcs errors * Ignore composer.lock * Added tests * Added patchwork config * Updated composer packages and script * Updated method * Updated namespace * Updated namespace and methods * Added test workflow * Remove test cache * Ignore test cache * Updated README * Updated README * Updated README * Updated README * Updated test * Updated README * Updated namespace * Added phpstan * Fixed phpstan errors * Updated composer.json * Added phpstan config * Added workflow file for phpstan * Updated namespace * use defined var * Updated README * Updated tests * Make wp rocket referrer dynamic * Updated data * Updated tests * Added git attribute file * Fixed phpcs
- Loading branch information
1 parent
aa7206c
commit df30824
Showing
4 changed files
with
32 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
.github export-ignore | ||
tests export-ignore | ||
.gitattributes export-ignore | ||
.gitignore export-ignore | ||
patchwork.json export-ignore | ||
phpcs.xml export-ignore | ||
phpstan.neon.dist export-ignore | ||
README.md export-ignore | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters