You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For a full diff see [`0.2.0...0.3.0`](https://github.com/localheinz/phpstan-rules/compare/0.2.0...0.3.0).
15
+
12
16
### Added
13
17
14
18
* added `Functions\NoNullableReturnTypeDeclarationRule`, which reports an
@@ -32,6 +36,8 @@ For a full diff see [`0.2.0...master`](https://github.com/localheinz/phpstan-rul
32
36
* added `Methods\NoParameterWithNullableTypeDeclarationRule`, which reports an
33
37
error when a method declared in an anonymous class, a class, or an interface
34
38
has a parameter with a nullable type declaration ([#35](https://github.com/localheinz/phpstan-rules/pull/35)), by [@localheinz](https://github.com/localheinz)
39
+
* extracted `rules.neon`, so you can easily enable all rules by including it
40
+
in your `phpstan.neon` ([#37](https://github.com/localheinz/phpstan-rules/pull/37)), by [@localheinz](https://github.com/localheinz)
0 commit comments