Skip to content

Commit 69546f0

Browse files
authored
Merge pull request #48 from pmmp/param
Fix a couple of @param with missing types
2 parents e6a4284 + bd819bc commit 69546f0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/PropertyProcessor/Filter/FilterProcessor.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ class FilterProcessor
3131
{
3232
/**
3333
* @param PropertyInterface $property
34-
* @param $filterList
34+
* @param mixed $filterList
3535
* @param GeneratorConfiguration $generatorConfiguration
3636
* @param Schema $schema
3737
*

src/Utils/RenderHelper.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ public function ucfirst(string $value): string
3939
}
4040

4141
/**
42-
* @param $value
42+
* @param mixed $value
4343
*
4444
* @return bool
4545
*/

0 commit comments

Comments
 (0)