intelephense 1.9.4 → 1.9.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Change Log
2
2
 
3
+ ## [1.9.5 - 2023-02-06]
4
+
5
+ #### Fixed
6
+ - Document symbol ranges when `SymbolInformation` is returned instead of `DocumentSymbol` (fixes sticky scroll).
7
+ - Docblock types inherited too eagerly causing various param and return type issues.
8
+ - Templating issues when trait provides implementation of templated interface.
9
+ - Exclude globs working incorrectly.
10
+
3
11
  ## [1.9.4 - 2023-01-17]
4
12
 
5
13
  #### Fixed