Skip to content

Commit

Permalink
Merge pull request #139 from forevermatt/patch-1
Browse files Browse the repository at this point in the history
Fix minor typos in documentation.
  • Loading branch information
Konafets authored Mar 23, 2017
2 parents 09f5904 + b51d876 commit 91ead91
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Parameter.php
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ class Parameter implements ToArrayInterface
* - name: (string) Unique name of the parameter
*
* - type: (string|array) Type of variable (string, number, integer,
* boolean, object, array, numeric, null, any). Types are using for
* boolean, object, array, numeric, null, any). Types are used for
* validation and determining the structure of a parameter. You can use a
* union type by providing an array of simple types. If one of the union
* types matches the provided value, then the value is valid.
Expand All @@ -112,7 +112,7 @@ class Parameter implements ToArrayInterface
* response model that have a normalized casing of FooBar, but the actual
* header is x-foo-bar. In this case, sentAs would be set to x-foo-bar.
*
* - filters: (array) Array of static method names to to run a parameter
* - filters: (array) Array of static method names to run a parameter
* value through. Each value in the array must be a string containing the
* full class path to a static method or an array of complex filter
* information. You can specify static methods of classes using the full
Expand Down

0 comments on commit 91ead91

Please sign in to comment.