Skip to content
Snippets Groups Projects
Commit 60561704 authored by Thomas Flori's avatar Thomas Flori
Browse files

add code style command to composer

parent 79b84af0
No related branches found
No related tags found
No related merge requests found
......@@ -18,5 +18,8 @@
"psr-4": {
"Syna\\Test\\": "tests"
}
},
"scripts": {
"code-style": "phpcs --standard=PSR2 src && phpcs --standard=PSR2 --ignore=example tests"
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment