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 3dbdde7 commit d507ff2Copy full SHA for d507ff2
src/PhpCsFixer/.php_cs .php_cs.distsrc/PhpCsFixer/.php_cs renamed to .php_cs.dist
@@ -7,9 +7,6 @@ $finder = Finder::create()
7
->name('.php_cs') // Fix this file as well
8
->in(__DIR__);
9
10
-/*
11
- * Last updated for php-cs-fixer version: 2.15
12
- */
13
return Config::create()
14
->setFinder($finder)
15
->setRiskyAllowed(true)
bin/link-git-hooks
src/PhpCsFixer/Rules.php
@@ -4,6 +4,9 @@
4
5
namespace Mollie\PhpCodingStandards\PhpCsFixer;
6
+/*
+ * Last updated for php-cs-fixer version: 2.15
+ */
class Rules
{
public static function getForPhp71(array $overriddenRules = []): array
0 commit comments