@@ -125,7 +125,6 @@ discard block |
||
125 | 125 | /** |
126 | 126 | * Set the value if it's present in the array |
127 | 127 | * @param Property $property |
128 | - * @param array $parameters |
|
129 | 128 | */ |
130 | 129 | protected function setPropertyDefaultValue($property): void |
131 | 130 | { |
@@ -135,7 +134,6 @@ discard block |
||
135 | 134 | /** |
136 | 135 | * Allows to mutate the property before it gets processed |
137 | 136 | * @param Property $property |
138 | - * @param array $parameters |
|
139 | 137 | * @return Property |
140 | 138 | */ |
141 | 139 | protected function mutateProperty($property) |