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
Copy file name to clipboardExpand all lines: CHANGELOG.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ For a full diff see [`0.2.0...master`](https://github.com/localheinz/phpstan-rul
14
14
* added `Functions\NoNullableReturnTypeDeclarationRule`, which reports an
15
15
error when a function has a nullable return type declaration, and
16
16
`Methods\NoNullableReturnTypeDeclarationRule`, which reports an error
17
-
when a method declared on an anonymous class, a class, or an interface has a
17
+
when a method declared in an anonymous class, a class, or an interface has a
18
18
nullable return type declaration ([#16](https://github.com/localheinz/phpstan-rules/pull/16)), by [@localheinz](https://github.com/localheinz)
19
19
* added `Closures\NoParameterWithNullDefaultValueRule`, which reports an
20
20
error when a closure has a parameter with `null` as default value ([#26](https://github.com/localheinz/phpstan-rules/pull/26)), by [@localheinz](https://github.com/localheinz)
@@ -23,14 +23,14 @@ For a full diff see [`0.2.0...master`](https://github.com/localheinz/phpstan-rul
23
23
* added `Functions\NoParameterWithNullDefaultValueRule`, which reports an
24
24
error when a function has a parameter with `null` as default value ([#31](https://github.com/localheinz/phpstan-rules/pull/31)), by [@localheinz](https://github.com/localheinz)
25
25
* added `Methods\NoParameterWithNullDefaultValueRule`, which reports an
26
-
error when a method declared on an anonymous class, a class, or an interface
26
+
error when a method declared in an anonymous class, a class, or an interface
27
27
has a parameter with `null` as default value ([#32](https://github.com/localheinz/phpstan-rules/pull/32)), by [@localheinz](https://github.com/localheinz)
28
28
* added `Closures\NoParameterWithNullableTypeDeclarationRule`, which reports an
29
29
error when a closure has a parameter with a nullable type declaration ([#33](https://github.com/localheinz/phpstan-rules/pull/33)), by [@localheinz](https://github.com/localheinz)
30
30
* added `Functions\NoParameterWithNullableTypeDeclarationRule`, which reports an
31
31
error when a function has a parameter with a nullable type declaration ([#34](https://github.com/localheinz/phpstan-rules/pull/34)), by [@localheinz](https://github.com/localheinz)
32
32
* added `Methods\NoParameterWithNullableTypeDeclarationRule`, which reports an
33
-
error when a method declared on an anonymous class, a class, or an interface
33
+
error when a method declared in an anonymous class, a class, or an interface
34
34
has a parameter with a nullable type declaration ([#35](https://github.com/localheinz/phpstan-rules/pull/35)), by [@localheinz](https://github.com/localheinz)
0 commit comments