Skip to content

Commit

Permalink
Merge pull request #9 from timoschinkel/update-psalm
Browse files Browse the repository at this point in the history
Update Psalm to `^4.2`
  • Loading branch information
timoschinkel authored Nov 29, 2020
2 parents 12b0983 + 776af50 commit de86d3b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
### Changed
- Updated Psalm requirements to `^4.2`

## [1.1.0] - 2020-01-23
### Added
- Added command `list-owners` that lists all owners specified in the CODEOWNERS file
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
},
"require-dev": {
"squizlabs/php_codesniffer": "^3.5",
"vimeo/psalm": "^3.8",
"vimeo/psalm": "^4.2",
"phpunit/phpunit": "^8.5",
"mikey179/vfsstream": "^1.6"
}
Expand Down
1 change: 0 additions & 1 deletion psalm.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@
<MissingReturnType errorLevel="info" />
<MissingPropertyType errorLevel="info" />
<InvalidDocblock errorLevel="info" />
<MisplacedRequiredParam errorLevel="info" />

<PropertyNotSetInConstructor errorLevel="info" />
<MissingConstructor errorLevel="info" />
Expand Down

0 comments on commit de86d3b

Please sign in to comment.