8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3615254 commit 5cfb8d6Copy full SHA for 5cfb8d6
PropertyAccess.php
@@ -23,17 +23,12 @@ final class PropertyAccess
23
*
24
* @return PropertyAccessor
25
*/
26
- public static function createPropertyAccessor()
+ public static function createPropertyAccessor(): PropertyAccessor
27
{
28
return self::createPropertyAccessorBuilder()->getPropertyAccessor();
29
}
30
31
- /**
32
- * Creates a property accessor builder.
33
- *
34
- * @return PropertyAccessorBuilder
35
- */
36
- public static function createPropertyAccessorBuilder()
+ public static function createPropertyAccessorBuilder(): PropertyAccessorBuilder
37
38
return new PropertyAccessorBuilder();
39
0 commit comments