We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb41326 commit 0753efbCopy full SHA for 0753efb
tests/Constraints/TypeTest.php
@@ -80,7 +80,7 @@ private function assertTypeConstraintError($expected, TypeConstraint $actual)
80
81
$actualError = $actualErrors[0];
82
83
- $this->assertInternalType('array', $actualError, sprintf('Failed to assert that Type error is an array, %s given', gettype($actualError)));
+ $this->assertIsArray($actualError, sprintf('Failed to assert that Type error is an array, %s given', gettype($actualError)));
84
85
$messageKey = 'message';
86
$this->assertArrayHasKey(
0 commit comments