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 78ad81b commit 4bb6687Copy full SHA for 4bb6687
src/ParamsChecker.php
@@ -93,7 +93,7 @@ public static function __callStatic($name, $arguments)
93
public static function types(string $parameter, &$value, array $types, ?string $methodOrFunction = null)
94
{
95
self::notWhiteSpaceOrNullString('$parameter', $parameter, __METHOD__);
96
- self::isNotEmptyArray('$types', $types, __METHOD__, __CLASS__);
+ self::isNotEmptyArray('$types', $types, __METHOD__);
97
$success = false;
98
foreach ($types as $type)
99
0 commit comments