Skip to content
This repository was archived by the owner on Jan 29, 2020. It is now read-only.

Commit 168a6dd

Browse files
committed
Merge branch 'fix/#107-typo-in-parameter-generator-exception-message' into develop
Close #107
2 parents 27f48cc + 0b9f0f6 commit 168a6dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Generator/ParameterGenerator.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ public static function fromArray(array $array)
9797
{
9898
if (! isset($array['name'])) {
9999
throw new Exception\InvalidArgumentException(
100-
'Paramerer generator requires that a name is provided for this object'
100+
'Parameter generator requires that a name is provided for this object'
101101
);
102102
}
103103

0 commit comments

Comments
 (0)