Skip to content

Commit d507ff2

Browse files
author
Feyyaz Esatoglu
committed
APM-541 fixes after review
1 parent 3dbdde7 commit d507ff2

File tree

3 files changed

+3
-6
lines changed

3 files changed

+3
-6
lines changed
Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,6 @@ $finder = Finder::create()
77
->name('.php_cs') // Fix this file as well
88
->in(__DIR__);
99

10-
/*
11-
* Last updated for php-cs-fixer version: 2.15
12-
*/
1310
return Config::create()
1411
->setFinder($finder)
1512
->setRiskyAllowed(true)

bin/link-git-hooks

Lines changed: 0 additions & 3 deletions
This file was deleted.

src/PhpCsFixer/Rules.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44

55
namespace Mollie\PhpCodingStandards\PhpCsFixer;
66

7+
/*
8+
* Last updated for php-cs-fixer version: 2.15
9+
*/
710
class Rules
811
{
912
public static function getForPhp71(array $overriddenRules = []): array

0 commit comments

Comments
 (0)