@@ -121,7 +121,6 @@ discard block |
||
121 | 121 | /** |
122 | 122 | * Set the value if it's present in the array. |
123 | 123 | * @param Property $property |
124 | - * @param array $parameters |
|
125 | 124 | */ |
126 | 125 | protected function setPropertyDefaultValue($property): void |
127 | 126 | { |
@@ -131,7 +130,6 @@ discard block |
||
131 | 130 | /** |
132 | 131 | * Allows to mutate the property before it gets processed. |
133 | 132 | * @param Property $property |
134 | - * @param array $parameters |
|
135 | 133 | * @return Property |
136 | 134 | */ |
137 | 135 | protected function mutateProperty($property) |