Skip to content

Commit bb064b8

Browse files
author
Reinier Kip
committed
Correct InvalidArgumentException::invalidType() $parameterName type.
1 parent b9b7d65 commit bb064b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Surfnet/Stepup/Exception/InvalidArgumentException.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ class InvalidArgumentException extends \InvalidArgumentException implements Exce
2222
{
2323
/**
2424
* @param string $expected description of expected type
25-
* @param $parameterName
25+
* @param string $parameterName
2626
* @param mixed $parameter the parameter that is not of the expected type.
2727
*
2828
* @return self

0 commit comments

Comments
 (0)