We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9b7d65 commit bb064b8Copy full SHA for bb064b8
src/Surfnet/Stepup/Exception/InvalidArgumentException.php
@@ -22,7 +22,7 @@ class InvalidArgumentException extends \InvalidArgumentException implements Exce
22
{
23
/**
24
* @param string $expected description of expected type
25
- * @param $parameterName
+ * @param string $parameterName
26
* @param mixed $parameter the parameter that is not of the expected type.
27
*
28
* @return self
0 commit comments