Skip to content

Commit

Permalink
Fix: IsObjectOfType::__construct() var name typo
Browse files Browse the repository at this point in the history
  • Loading branch information
stuartherbert committed Jun 10, 2017
1 parent 82f06b1 commit 43726bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/TypeChecks/IsObjectOfType.php
Expand Up @@ -69,7 +69,7 @@ class IsObjectOfType implements Check, ListCheck
*/
public function __construct($expectedType)
{
$this->expectedType = $type;
$this->expectedType = $expectedType;
}

/**
Expand Down

0 comments on commit 43726bd

Please sign in to comment.