Skip to content

Commit 8f92862

Browse files
committed
replaced ecs.php with ncs.php
1 parent b9bc27b commit 8f92862

File tree

2 files changed

+13
-32
lines changed

2 files changed

+13
-32
lines changed

ecs.php

-32
This file was deleted.

ncs.php

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
<?php
2+
3+
/**
4+
* Rules for Nette Coding Standard
5+
* https://github.com/nette/coding-standard
6+
*/
7+
8+
declare(strict_types=1);
9+
10+
return [
11+
// src/Tracy/Debugger/Debugger.php
12+
'ordered_class_elements' => false,
13+
];

0 commit comments

Comments
 (0)