← All changes
|
vendor/symfony/property-info/PropertyWriteInfoExtractorInterface.php
+1
-1
3.0.16
→
3.2.90
View file →
| @@ -19,6 +19,6 @@ | ||
| 19 | 19 | { |
| 20 | 20 | /** |
| 21 | 21 | * Get write information object for a given property of a class. |
| 22 | 22 | */ |
| 23 | - public function getWriteInfo(string $class, string $property, array $context = []) : ?PropertyWriteInfo; | |
| 23 | + public function getWriteInfo(string $class, string $property, array $context = []): ?PropertyWriteInfo; | |
| 24 | 24 | } |