Skip to content

Commit 88ed630

Browse files
authored
Merge pull request #136 from mapado/aa-fix-phpstan-extension-file
[phpstan-extension] fix include of aliases.neon
1 parent 01fdc9d commit 88ed630

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# Changelog
22

3-
## 2.0.2
3+
## 2.1.1
4+
5+
- fix an error with phpstan-extension where phpstan was looking for an `aliases.neon` file
6+
7+
## 2.1.0
48

59
- allow null values in cache
610

phpstan-extension/extension.neon

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
includes:
2-
- 'aliases.neon'
2+
- '../aliases.neon'
33

44
parameters:
55
rest_client_sdk:

0 commit comments

Comments
 (0)