Skip to content

Commit

Permalink
Merge branch '8.5' into 9.5
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianbergmann committed Aug 22, 2022
2 parents e0b2338 + 87e59a5 commit 47ad444
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .psalm/baseline.xml
Expand Up @@ -730,7 +730,7 @@
<code>getMockForTrait</code>
<code>getObjectForTrait</code>
<code>new Differ($header)</code>
<code>throw new Exception('This test uses TestCase::prophesize(), but phpspec/prophecy is not installed. Please run "composer require --dev phpspec/prophecy ^1.12.1".');</code>
<code>throw new Exception('This test uses TestCase::prophesize(), but phpspec/prophecy is not installed. Please run "composer require --dev phpspec/prophecy".');</code>
</MissingThrowsDocblock>
<PossiblyNullPropertyAssignmentValue occurrences="3">
<code>$beStrictAboutChangesToGlobalState</code>
Expand Down

0 comments on commit 47ad444

Please sign in to comment.