Skip to content

Commit

Permalink
Some changes based on feedback (doc)
Browse files Browse the repository at this point in the history
  • Loading branch information
DFoxinator committed May 11, 2019
1 parent 9121990 commit 3d94cda
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .psalm/baseline.xml
Expand Up @@ -198,8 +198,9 @@
<PossiblyInvalidPropertyAssignmentValue occurrences="1">
<code>$type</code>
</PossiblyInvalidPropertyAssignmentValue>
<PossiblyNullPropertyAssignmentValue occurrences="1">
<PossiblyNullPropertyAssignmentValue occurrences="2">
<code>null</code>
<code>$methods</code>
</PossiblyNullPropertyAssignmentValue>
<ArgumentTypeCoercion occurrences="1">
<code>$this->type</code>
Expand Down
2 changes: 2 additions & 0 deletions src/Framework/MockObject/MockBuilder.php
Expand Up @@ -180,6 +180,8 @@ public function setMethods(array $methods = null): self

/**
* Specifies the subset of methods to mock, requiring each to exist in the class
*
* @param string[] $methods
*/
public function setRealMethods(array $methods = null): self
{
Expand Down

0 comments on commit 3d94cda

Please sign in to comment.