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
+24-1Lines changed: 24 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,28 @@ This projects adheres to [Keep a CHANGELOG](https://keepachangelog.com/) and use
10
10
_Nothing yet._
11
11
12
12
13
+
## [1.0.8] - 2023-07-17
14
+
15
+
### Changed
16
+
17
+
#### PHPCS BackCompat
18
+
19
+
*`BCFile::getDeclarationName()`: sync with PHPCS 3.8.0 - support for functions called `self`, `parent` or `static` which return by reference. [#494]
20
+
21
+
#### Other
22
+
23
+
* Various housekeeping and minor documentation improvements.
24
+
25
+
### Fixed
26
+
27
+
#### Fixers
28
+
29
+
* The [`SpacesFixer`] will no longer throw an (incorrect) exception when the second pointer passed is a comment token and this comment token is the last content in a file. [#493]
0 commit comments