We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90d5249 commit d650ca2Copy full SHA for d650ca2
.gitignore
@@ -2,3 +2,4 @@ util/
2
mybuild
3
mytest
4
myrun
5
+/vendor/
composer.json
@@ -0,0 +1,17 @@
1
+{
+ "name": "sirbrillig/phpcs-variable-analysis",
+ "description": "A PHPCS sniff to detect problems with variables.",
+ "type": "phpcodesniffer-standard",
+ "license": "BSD",
6
+ "require" : {
7
+ "php" : ">=5.4.0",
8
+ "squizlabs/php_codesniffer" : "^3.0.2"
9
+ },
10
+ "authors": [
11
+ {
12
+ "name": "Payton Swick",
13
+ "email": "payton@foolord.com"
14
+ }
15
+ ],
16
+ "require": {}
17
+}
0 commit comments