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 714d134 commit 0134a4cCopy full SHA for 0134a4c
CHANGELOG.md
@@ -2,6 +2,9 @@
2
3
## [Unreleased][unreleased]
4
5
+### Updated
6
+- Coding standard
7
+
8
## [0.17.0] - 2024-03-27
9
### Fixed
10
- Updated coding standard (Possible **BC break** - added `final` or `abstract` to (almost) all classes)
composer.json
@@ -18,7 +18,7 @@
18
"nette/application": "^3.1.6",
19
"nette/forms": "^3.1.12",
20
"nikic/php-parser": "^4.19",
21
- "efabrica/coding-standard": "^0.6",
+ "efabrica/coding-standard": "^0.7",
22
"phpstan/phpstan-strict-rules": "^1.4",
23
"spaze/phpstan-disallowed-calls": "^2.11 | ^3.0"
24
},
0 commit comments