← All changes
|
vendor/symfony/property-info/PropertyWriteInfoExtractorInterface.php
+2
-2
3.0.3
→
3.2.90
View file →
| @@ -7,9 +7,9 @@ | ||
| 7 | 7 | * |
| 8 | 8 | * For the full copyright and license information, please view the LICENSE |
| 9 | 9 | * file that was distributed with this source code. |
| 10 | 10 | */ |
| 11 | -namespace WindPressPackages\Symfony\Component\PropertyInfo; | |
| 11 | +namespace WindPressDeps\Symfony\Component\PropertyInfo; | |
| 12 | 12 | |
| 13 | 13 | /** |
| 14 | 14 | * Extract write information for the property of a class. |
| 15 | 15 | * |
| @@ -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 | } |