We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
0 parents commit 796fab1Copy full SHA for 796fab1
Dockerfile
@@ -0,0 +1,5 @@
1
+FROM php:7.0
2
+
3
+RUN apt-get update && apt-get -y install patch
4
5
+RUN pear install PHP_CodeSniffer-2.3.4
0 commit comments