-
Notifications
You must be signed in to change notification settings - Fork 154
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[BUGFIX] partially satisfy psalm, updating baseline
This commit satisfies the NonStaticSelfCall identified in tests/Support/Traits/AssertCss.php regarding: #537
- Loading branch information
1 parent
21707e2
commit 7d7a528
Showing
3 changed files
with
5 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
assertSame
is a static method and should be called in a static way (at least in this project; other projects might follow a different policy):https://github.com/sebastianbergmann/phpunit/blob/master/src/Framework/Assert.php#L1579