]> git.pld-linux.org Git - packages/phpcs.git/blobdiff - case-sensitive.patch
- updated to 3.4.0
[packages/phpcs.git] / case-sensitive.patch
diff --git a/case-sensitive.patch b/case-sensitive.patch
deleted file mode 100644 (file)
index 967a479..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
---- PHP_CodeSniffer-2.0.0/usr/share/pear/PHP/CodeSniffer.php~  2014-12-18 15:30:31.000000000 +0200
-+++ PHP_CodeSniffer-2.0.0/usr/share/pear/PHP/CodeSniffer.php   2014-12-18 15:31:17.858092309 +0200
-@@ -1559,7 +1559,7 @@
-                 $testPath = $path;
-             }
--            $pattern = '`'.$pattern.'`i';
-+            $pattern = '`'.$pattern.'`';
-             if (preg_match($pattern, $testPath) === 1) {
-                 return true;
-             }
This page took 0.102015 seconds and 4 git commands to generate.